|
iPXE
|
Network device poller. More...
Data Fields | |
| struct interface | job |
| Job control interface. More... | |
| struct net_device * | netdev |
| Network device. More... | |
| struct net_device_configurator * | configurator |
| Network device configurator (if applicable) More... | |
| int(* | progress )(struct ifpoller *ifpoller) |
| Check progress. More... | |
| struct interface ifpoller::job |
Job control interface.
Definition at line 132 of file ifmgmt.c.
Referenced by ifconf_progress(), iflinkwait_progress(), and ifpoller_wait().
| struct net_device* ifpoller::netdev |
Network device.
Definition at line 134 of file ifmgmt.c.
Referenced by ifconf_progress(), iflinkwait_progress(), and ifpoller_wait().
| struct net_device_configurator* ifpoller::configurator |
Network device configurator (if applicable)
Definition at line 136 of file ifmgmt.c.
Referenced by ifconf_progress(), and ifpoller_wait().
Check progress.
| ifpoller | Network device poller |
| ongoing_rc | Ongoing job status code (if known) |
Definition at line 143 of file ifmgmt.c.
Referenced by ifpoller_progress(), and ifpoller_wait().
1.8.15