struct dev_info - Network device information data structure : Pointer to network device. : Pointer to PCI device. : Hardware structure. : Physical memory used for descriptor pool. : Spinlock to prevent hardware from accessing. : Mutex lock to prevent device from accessing. : Receive process function used. : Socket buffer allocated for descriptor rx fragments. : Buffer index for receiving fragments. : Buffer length for receiving fragments. : Workqueue to read MIB counters. : Timer to read MIB counters. : Used for MIB reading. : Current MTU used. The default is REGULAR_RX_BUF_SIZE; the maximum is MAX_RX_BUF_SIZE. : Counter to keep track of device open. : Receive processing tasklet. : Transmit processing tasklet. : Wake-on-LAN enable set by ethtool. : Wake-on-LAN support used by ethtool. : Used for KSZ8841 power management.
struct dev_info - Physical Device info information about physical layer. : Pointer to native physical device. : Physical ID of the physical connection used by the logical CAIF connection. Used by service layers to identify their physical id to Caif MUX (CFMUXL)so that the MUX can add the correct physical ID to the packet.
Definition at line 4 of file linear.h.