Lines Matching defs:bnx2i_endpoint
748 struct bnx2i_endpoint { struct
749 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;
758 u32 ec_shift;
760 struct qp_info qp;
761 struct ep_handles ids;
765 struct timer_list ofld_timer;
766 wait_queue_head_t ofld_wait;