iPXE
Data Fields
ifpoller Struct Reference

Network device poller. More...

Data Fields

struct interface job
 Job control interface. More...
 
struct net_devicenetdev
 Network device. More...
 
struct net_device_configuratorconfigurator
 Network device configurator (if applicable) More...
 
int(* progress )(struct ifpoller *ifpoller)
 Check progress. More...
 

Detailed Description

Network device poller.

Definition at line 130 of file ifmgmt.c.

Field Documentation

◆ job

struct interface ifpoller::job

Job control interface.

Definition at line 132 of file ifmgmt.c.

Referenced by ifconf_progress(), iflinkwait_progress(), and ifpoller_wait().

◆ netdev

struct net_device* ifpoller::netdev

Network device.

Definition at line 134 of file ifmgmt.c.

Referenced by ifconf_progress(), iflinkwait_progress(), and ifpoller_wait().

◆ configurator

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().

◆ progress

int( * ifpoller::progress) (struct ifpoller *ifpoller)

Check progress.

Parameters
ifpollerNetwork device poller
Return values
ongoing_rcOngoing job status code (if known)

Definition at line 143 of file ifmgmt.c.

Referenced by ifpoller_progress(), and ifpoller_wait().


The documentation for this struct was generated from the following file: