Searched defs:bnx2i_endpoint (Results 1 – 1 of 1) sorted by relevance
748 struct bnx2i_endpoint { struct749 struct list_head link;750 struct bnx2i_hba *hba;751 struct bnx2i_conn *conn;752 struct iscsi_endpoint *cls_ep;753 struct cnic_sock *cm_sk;754 u32 hba_age;755 u32 state;756 unsigned long timestamp;757 atomic_t num_active_cmds;[all …]