struct bnx2i_endpoint - representation of tcp connection in NX2 world
list head to link elements : adapter to which this connection belongs : iscsi connection this EP is linked to : associated iSCSI endpoint pointer : cnic sock struct : age to detect if 'iscsid' issues ep_disconnect() after HBA reset is completed by bnx2i/cnic/bnx2 modules : tracks offload connection state machine : tracks the start time when the ep begins to connect : tracks the number of outstanding commands for this ep : the amount of shift as part of the event coal calc : QP information : contains chip allocated context id & driver assigned iscsi cid : offload timer to detect timeout : wait queue
Endpoint Structure - equivalent of tcp socket structure
Definition at line 746 of file bnx2i.h.