struct bnx2i_hba - bnx2i adapter structure
list head to link elements : pointer to cnic device : pointer to pci dev : pointer to netdev structure : mapped PCI register space : age, incremented by every recovery : cnic device type, 5706/5708/5709/57710 : mailbox queue access mode, applicable to 5709 only : indicates whether the device is register with CNIC : adapter state, UP, GOING_DOWN, LINK_DOWN : Ethernet MTU supported : scsi host pointer : SQ size : RQ size : CQ size : number of command cells per connection : active connection list : wait queue for the endpoint to shutdown : max offload connections supported by this device : iscsi cid queue : read / write lock to synchronize various ep lists : connection list for pending offload completion : connection list for active offload endpoints : connection list for pending offload completion : BD table to be used with middle path requests : DMA address of 'mp_bd_tbl' memory buffer : Dummy buffer to be used with zero length scsicmd reqs : DMA address of 'dummy_buffer' memory buffer : lock to synchonize access to hba structure : Timeout value to shutdown each connection : Timeout value to tear down each connection : Timeout value to destroy context of each connection : PCI device ID : PCI vendor ID : PCI subsystem device ID : PCI subsystem vendor ID : PCI function number in system pci tree : PCI device number in system pci tree : statistic counter, total wqe's sent : statistic counter, total cqe's received : statistic counter, total interrupts claimed : statistic counter, num of link change notifications received : statistic counter, num times IP address changed while at least one connection is offloaded : statistic counter, total num sessions opened : statistic counter, total num conns opened on this hba : captures number of ccells and tasks supported by currently offloaded connection, used to decode context memory : spin lock used by the statistic collector (32 bit) : local iSCSI statistic collection place holder
Adapter Data Structure
Definition at line 397 of file bnx2i.h.