Lines Matching refs:iscsi_cid
2090 u32 iscsi_cid; in bnx2i_fastpath_notification() local
2093 iscsi_cid = new_cqe_kcqe->iscsi_conn_id; in bnx2i_fastpath_notification()
2094 bnx2i_conn = bnx2i_get_conn_from_id(hba, iscsi_cid); in bnx2i_fastpath_notification()
2097 printk(KERN_ALERT "cid #%x not valid\n", iscsi_cid); in bnx2i_fastpath_notification()
2101 printk(KERN_ALERT "cid #%x - ep not bound\n", iscsi_cid); in bnx2i_fastpath_notification()
2124 u32 iscsi_cid; in bnx2i_process_update_conn_cmpl() local
2126 iscsi_cid = update_kcqe->iscsi_conn_id; in bnx2i_process_update_conn_cmpl()
2127 conn = bnx2i_get_conn_from_id(hba, iscsi_cid); in bnx2i_process_update_conn_cmpl()
2130 printk(KERN_ALERT "conn_update: cid %x not valid\n", iscsi_cid); in bnx2i_process_update_conn_cmpl()
2134 printk(KERN_ALERT "cid %x does not have ep bound\n", iscsi_cid); in bnx2i_process_update_conn_cmpl()
2139 printk(KERN_ALERT "request failed cid %x\n", iscsi_cid); in bnx2i_process_update_conn_cmpl()
2175 u32 iscsi_cid; in bnx2i_process_tcp_error() local
2177 iscsi_cid = tcp_err->iscsi_conn_id; in bnx2i_process_tcp_error()
2178 bnx2i_conn = bnx2i_get_conn_from_id(hba, iscsi_cid); in bnx2i_process_tcp_error()
2181 printk(KERN_ALERT "bnx2i - cid 0x%x not valid\n", iscsi_cid); in bnx2i_process_tcp_error()
2186 iscsi_cid, tcp_err->completion_status); in bnx2i_process_tcp_error()
2208 u32 iscsi_cid; in bnx2i_process_iscsi_error() local
2214 iscsi_cid = iscsi_err->iscsi_conn_id; in bnx2i_process_iscsi_error()
2215 bnx2i_conn = bnx2i_get_conn_from_id(hba, iscsi_cid); in bnx2i_process_iscsi_error()
2217 printk(KERN_ALERT "bnx2i - cid 0x%x not valid\n", iscsi_cid); in bnx2i_process_iscsi_error()