Lines Matching refs:iscsi_cid

2096 	u32 iscsi_cid;  in bnx2i_fastpath_notification()  local
2099 iscsi_cid = new_cqe_kcqe->iscsi_conn_id; in bnx2i_fastpath_notification()
2100 bnx2i_conn = bnx2i_get_conn_from_id(hba, iscsi_cid); in bnx2i_fastpath_notification()
2103 printk(KERN_ALERT "cid #%x not valid\n", iscsi_cid); in bnx2i_fastpath_notification()
2107 printk(KERN_ALERT "cid #%x - ep not bound\n", iscsi_cid); in bnx2i_fastpath_notification()
2130 u32 iscsi_cid; in bnx2i_process_update_conn_cmpl() local
2132 iscsi_cid = update_kcqe->iscsi_conn_id; in bnx2i_process_update_conn_cmpl()
2133 conn = bnx2i_get_conn_from_id(hba, iscsi_cid); in bnx2i_process_update_conn_cmpl()
2136 printk(KERN_ALERT "conn_update: cid %x not valid\n", iscsi_cid); in bnx2i_process_update_conn_cmpl()
2140 printk(KERN_ALERT "cid %x does not have ep bound\n", iscsi_cid); in bnx2i_process_update_conn_cmpl()
2145 printk(KERN_ALERT "request failed cid %x\n", iscsi_cid); in bnx2i_process_update_conn_cmpl()
2181 u32 iscsi_cid; in bnx2i_process_tcp_error() local
2183 iscsi_cid = tcp_err->iscsi_conn_id; in bnx2i_process_tcp_error()
2184 bnx2i_conn = bnx2i_get_conn_from_id(hba, iscsi_cid); in bnx2i_process_tcp_error()
2187 printk(KERN_ALERT "bnx2i - cid 0x%x not valid\n", iscsi_cid); in bnx2i_process_tcp_error()
2192 iscsi_cid, tcp_err->completion_status); in bnx2i_process_tcp_error()
2214 u32 iscsi_cid; in bnx2i_process_iscsi_error() local
2222 iscsi_cid = iscsi_err->iscsi_conn_id; in bnx2i_process_iscsi_error()
2223 bnx2i_conn = bnx2i_get_conn_from_id(hba, iscsi_cid); in bnx2i_process_iscsi_error()
2225 printk(KERN_ALERT "bnx2i - cid 0x%x not valid\n", iscsi_cid); in bnx2i_process_iscsi_error()