Lines Matching defs:bnx2i_conn
283 struct bnx2i_conn { struct
284 struct iscsi_cls_conn *cls_conn;
285 struct bnx2i_hba *hba;
286 struct completion cmd_cleanup_cmpl;
288 u32 iscsi_conn_cid;
290 u32 fw_cid;
292 struct timer_list poll_timer;
296 struct bnx2i_endpoint *ep;
301 struct generic_pdu_resc gen_pdu;
302 u64 violation_notified;
304 atomic_t work_cnt;
773 struct bnx2i_conn *bnx2i_conn; member