Searched defs:bnx2i_endpoint (Results 1 – 1 of 1) sorted by relevance
689 struct bnx2i_endpoint { struct690 struct list_head link;691 struct bnx2i_hba *hba;692 struct bnx2i_conn *conn;693 struct iscsi_endpoint *cls_ep;694 struct cnic_sock *cm_sk;695 u32 hba_age;696 u32 state;697 unsigned long timestamp;698 atomic_t num_active_cmds;[all …]