Searched defs:iscsi_cid (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/bnx2i/
H A Dbnx2i_iscsi.c227 * bnx2i_bind_conn_to_iscsi_cid - bind conn structure to 'iscsi_cid'
230 * @iscsi_cid: iscsi context ID, range 0 - (MAX_CONN - 1)
238 u32 iscsi_cid)
240 if (hba && hba->cid_que.conn_cid_tbl[iscsi_cid]) {
242 "conn bind - entry #%d not free\n", iscsi_cid);
246 hba->cid_que.conn_cid_tbl[iscsi_cid] = bnx2i_conn;
254 * @iscsi_cid: iscsi context ID, range 0 - (MAX_CONN - 1)
257 u16 iscsi_cid)
263 } else if (iscsi_cid >= hba->max_active_conns) {
264 printk(KERN_ERR "bnx2i: wrong cid #%d\n", iscsi_cid);
236 bnx2i_bind_conn_to_iscsi_cid(struct bnx2i_hba *hba, struct bnx2i_conn *bnx2i_conn, u32 iscsi_cid) argument
256 bnx2i_get_conn_from_id(struct bnx2i_hba *hba, u16 iscsi_cid) argument
297 bnx2i_free_iscsi_cid(struct bnx2i_hba *hba, u16 iscsi_cid) argument
671 bnx2i_find_ep_in_ofld_list(struct bnx2i_hba *hba, u32 iscsi_cid) argument
699 bnx2i_find_ep_in_destroy_list(struct bnx2i_hba *hba, u32 iscsi_cid) argument
1762 u32 iscsi_cid = BNX2I_CID_RESERVED; local
[all...]
H A Dbnx2i_hwi.c2090 u32 iscsi_cid; local
2093 iscsi_cid = new_cqe_kcqe->iscsi_conn_id;
2094 bnx2i_conn = bnx2i_get_conn_from_id(hba, iscsi_cid);
2097 printk(KERN_ALERT "cid #%x not valid\n", iscsi_cid);
2101 printk(KERN_ALERT "cid #%x - ep not bound\n", iscsi_cid);
2124 u32 iscsi_cid; local
2126 iscsi_cid = update_kcqe->iscsi_conn_id;
2127 conn = bnx2i_get_conn_from_id(hba, iscsi_cid);
2130 printk(KERN_ALERT "conn_update: cid %x not valid\n", iscsi_cid);
2134 printk(KERN_ALERT "cid %x does not have ep bound\n", iscsi_cid);
2175 u32 iscsi_cid; local
2208 u32 iscsi_cid; local
[all...]
/drivers/net/ethernet/broadcom/
H A Dcnic_defs.h4943 __le32 iscsi_cid; member in struct:iscsi_l2_ooo_data

Completed in 82 milliseconds