Searched refs:iscsi_cid (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/scsi/bnx2i/ |
D | bnx2i_iscsi.c | 240 u32 iscsi_cid) in bnx2i_bind_conn_to_iscsi_cid() argument 242 if (hba && hba->cid_que.conn_cid_tbl[iscsi_cid]) { in bnx2i_bind_conn_to_iscsi_cid() 244 "conn bind - entry #%d not free\n", iscsi_cid); in bnx2i_bind_conn_to_iscsi_cid() 248 hba->cid_que.conn_cid_tbl[iscsi_cid] = bnx2i_conn; in bnx2i_bind_conn_to_iscsi_cid() 259 u16 iscsi_cid) in bnx2i_get_conn_from_id() argument 265 } else if (iscsi_cid >= hba->max_active_conns) { in bnx2i_get_conn_from_id() 266 printk(KERN_ERR "bnx2i: wrong cid #%d\n", iscsi_cid); in bnx2i_get_conn_from_id() 269 return hba->cid_que.conn_cid_tbl[iscsi_cid]; in bnx2i_get_conn_from_id() 299 static void bnx2i_free_iscsi_cid(struct bnx2i_hba *hba, u16 iscsi_cid) in bnx2i_free_iscsi_cid() argument 303 if (iscsi_cid == (u16) -1) in bnx2i_free_iscsi_cid() [all …]
|
D | bnx2i_hwi.c | 2111 u32 iscsi_cid; in bnx2i_fastpath_notification() local 2114 iscsi_cid = new_cqe_kcqe->iscsi_conn_id; in bnx2i_fastpath_notification() 2115 bnx2i_conn = bnx2i_get_conn_from_id(hba, iscsi_cid); in bnx2i_fastpath_notification() 2118 printk(KERN_ALERT "cid #%x not valid\n", iscsi_cid); in bnx2i_fastpath_notification() 2122 printk(KERN_ALERT "cid #%x - ep not bound\n", iscsi_cid); in bnx2i_fastpath_notification() 2145 u32 iscsi_cid; in bnx2i_process_update_conn_cmpl() local 2147 iscsi_cid = update_kcqe->iscsi_conn_id; in bnx2i_process_update_conn_cmpl() 2148 conn = bnx2i_get_conn_from_id(hba, iscsi_cid); in bnx2i_process_update_conn_cmpl() 2151 printk(KERN_ALERT "conn_update: cid %x not valid\n", iscsi_cid); in bnx2i_process_update_conn_cmpl() 2155 printk(KERN_ALERT "cid %x does not have ep bound\n", iscsi_cid); in bnx2i_process_update_conn_cmpl() [all …]
|
D | bnx2i.h | 816 u16 iscsi_cid); 863 struct bnx2i_hba *hba, u32 iscsi_cid); 865 struct bnx2i_hba *hba, u32 iscsi_cid);
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | cnic_defs.h | 4944 __le32 iscsi_cid; member
|