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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bnx2i/
H A Dbnx2i_iscsi.c225 * bnx2i_bind_conn_to_iscsi_cid - bind conn structure to 'iscsi_cid'
228 * @iscsi_cid: iscsi context ID, range 0 - (MAX_CONN - 1)
236 u32 iscsi_cid)
238 if (hba && hba->cid_que.conn_cid_tbl[iscsi_cid]) {
240 "conn bind - entry #%d not free\n", iscsi_cid);
244 hba->cid_que.conn_cid_tbl[iscsi_cid] = bnx2i_conn;
252 * @iscsi_cid: iscsi context ID, range 0 - (MAX_CONN - 1)
255 u16 iscsi_cid)
261 } else if (iscsi_cid >= hba->max_active_conns) {
262 printk(KERN_ERR "bnx2i: wrong cid #%d\n", iscsi_cid);
234 bnx2i_bind_conn_to_iscsi_cid(struct bnx2i_hba *hba, struct bnx2i_conn *bnx2i_conn, u32 iscsi_cid) argument
254 bnx2i_get_conn_from_id(struct bnx2i_hba *hba, u16 iscsi_cid) argument
295 bnx2i_free_iscsi_cid(struct bnx2i_hba *hba, u16 iscsi_cid) argument
661 bnx2i_find_ep_in_ofld_list(struct bnx2i_hba *hba, u32 iscsi_cid) argument
689 bnx2i_find_ep_in_destroy_list(struct bnx2i_hba *hba, u32 iscsi_cid) argument
1703 u32 iscsi_cid = BNX2I_CID_RESERVED; local
[all...]
H A Dbnx2i_hwi.c1807 u32 iscsi_cid; local
1809 iscsi_cid = new_cqe_kcqe->iscsi_conn_id;
1810 conn = bnx2i_get_conn_from_id(hba, iscsi_cid);
1813 printk(KERN_ALERT "cid #%x not valid\n", iscsi_cid);
1817 printk(KERN_ALERT "cid #%x - ep not bound\n", iscsi_cid);
1836 u32 iscsi_cid; local
1838 iscsi_cid = update_kcqe->iscsi_conn_id;
1839 conn = bnx2i_get_conn_from_id(hba, iscsi_cid);
1842 printk(KERN_ALERT "conn_update: cid %x not valid\n", iscsi_cid);
1846 printk(KERN_ALERT "cid %x does not have ep bound\n", iscsi_cid);
1887 u32 iscsi_cid; local
1920 u32 iscsi_cid; local
[all...]
H A Dbnx2i.h729 u16 iscsi_cid);
774 struct bnx2i_hba *hba, u32 iscsi_cid);
776 struct bnx2i_hba *hba, u32 iscsi_cid);

Completed in 22 milliseconds