struct ksz_hw - KSZ884X hardware data structure : Virtual address assigned. : Pointer to KSZ8842 switch. : Port information. : Port MIB information. : Number of network devices this hardware supports. : Destination ports in switch for transmission. : Hardware ID. Used for display only. : Number of MIB counters this hardware has. : Number of ports with MIB counters. : Cached transmit control settings. : Cached receive control settings. : Current interrupt mask. : Current interrup set. : Interrupt blocked. : Receive descriptor information. : Transmit descriptor information. : Transmit interrupt count. Used for TX optimization. : Transmit interrupt mask. Used for TX optimization. : Transmit data size. Used for TX optimization. The maximum is defined by MAX_TX_HELD_SIZE. : Permanent MAC address. : Overrided MAC address. : Additional MAC address entries. : Additional MAC address list size. : Indication of MAC address overrided. : Counter to keep track of promiscuous mode set. : Counter to keep track of all multicast mode set. : Multicast address entries. : Cached multicast hash table settings. : Multicast address list size. : Indication of hardware enabled. : Indication of receive process stop. : Hardware features to enable. : Hardware features to override. : Pointer to parent, network device private structure.
Definition at line 1269 of file ksz884x.c.