Lines Matching refs:iscsi_cid

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()
2160 printk(KERN_ALERT "request failed cid %x\n", iscsi_cid); in bnx2i_process_update_conn_cmpl()
2196 u32 iscsi_cid; in bnx2i_process_tcp_error() local
2198 iscsi_cid = tcp_err->iscsi_conn_id; in bnx2i_process_tcp_error()
2199 bnx2i_conn = bnx2i_get_conn_from_id(hba, iscsi_cid); in bnx2i_process_tcp_error()
2202 printk(KERN_ALERT "bnx2i - cid 0x%x not valid\n", iscsi_cid); in bnx2i_process_tcp_error()
2207 iscsi_cid, tcp_err->completion_status); in bnx2i_process_tcp_error()
2229 u32 iscsi_cid; in bnx2i_process_iscsi_error() local
2237 iscsi_cid = iscsi_err->iscsi_conn_id; in bnx2i_process_iscsi_error()
2238 bnx2i_conn = bnx2i_get_conn_from_id(hba, iscsi_cid); in bnx2i_process_iscsi_error()
2240 printk(KERN_ALERT "bnx2i - cid 0x%x not valid\n", iscsi_cid); in bnx2i_process_iscsi_error()