Searched refs:BNX2FC_IO_DBG (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/scsi/bnx2fc/ | 
| D | bnx2fc_els.c | 282 		BNX2FC_IO_DBG(srr_req, "srr timed out, abort "  in bnx2fc_srr_compl()287 			BNX2FC_IO_DBG(srr_req, "srr_compl: initiate_abts "  in bnx2fc_srr_compl()
 293 			BNX2FC_IO_DBG(srr_req, "srr_compl:xid 0x%x flags = %lx",  in bnx2fc_srr_compl()
 311 			BNX2FC_IO_DBG(srr_req, "srr_compl: initiate_abts "  in bnx2fc_srr_compl()
 320 		BNX2FC_IO_DBG(srr_req, "srr_compl:xid - 0x%x flags = %lx",  in bnx2fc_srr_compl()
 351 		BNX2FC_IO_DBG(srr_req, "SRR success\n");  in bnx2fc_srr_compl()
 354 		BNX2FC_IO_DBG(srr_req, "SRR rejected\n");  in bnx2fc_srr_compl()
 357 			BNX2FC_IO_DBG(srr_req, "srr_compl: initiate_abts "  in bnx2fc_srr_compl()
 364 		BNX2FC_IO_DBG(srr_req, "srr compl - invalid opcode = %d\n",  in bnx2fc_srr_compl()
 401 	BNX2FC_IO_DBG(rec_req, "rec_compl: orig xid = 0x%x", orig_io_req->xid);  in bnx2fc_rec_compl()
 [all …]
 
 | 
| D | bnx2fc_io.c | 48 	BNX2FC_IO_DBG(io_req, "cmd_timeout, cmd_type = %d,"  in bnx2fc_cmd_timeout()63 		BNX2FC_IO_DBG(io_req, "IO ready for reuse now\n");  in bnx2fc_cmd_timeout()
 72 			BNX2FC_IO_DBG(io_req, "eh_abort timed out\n");  in bnx2fc_cmd_timeout()
 77 			BNX2FC_IO_DBG(io_req, "ABTS timed out refcnt = %d\n",  in bnx2fc_cmd_timeout()
 93 			BNX2FC_IO_DBG(io_req, "IO timed out. issue ABTS\n");  in bnx2fc_cmd_timeout()
 96 				BNX2FC_IO_DBG(io_req, "IO completed before "  in bnx2fc_cmd_timeout()
 112 				BNX2FC_IO_DBG(io_req, "IO already in "  in bnx2fc_cmd_timeout()
 120 			BNX2FC_IO_DBG(io_req, "ABTS for ELS timed out\n");  in bnx2fc_cmd_timeout()
 136 			BNX2FC_IO_DBG(io_req, "ELS timed out\n");  in bnx2fc_cmd_timeout()
 175 	BNX2FC_IO_DBG(io_req, "scsi_done. err_code = 0x%x\n", err_code);  in bnx2fc_scsi_done()
 [all …]
 
 | 
| D | bnx2fc_debug.h | 41 void BNX2FC_IO_DBG(const struct bnx2fc_cmd *io_req, const char *fmt, ...);
 | 
| D | bnx2fc_tgt.c | 182 		BNX2FC_IO_DBG(io_req, "cmd_queue cleanup\n");  in bnx2fc_flush_active_ios()188 				BNX2FC_IO_DBG(io_req, "eh_abort for IO "  in bnx2fc_flush_active_ios()
 212 		BNX2FC_IO_DBG(io_req, "tm_queue cleanup\n");  in bnx2fc_flush_active_ios()
 222 		BNX2FC_IO_DBG(io_req, "els_queue cleanup\n");  in bnx2fc_flush_active_ios()
 246 		BNX2FC_IO_DBG(io_req, "retire_queue flush\n");  in bnx2fc_flush_active_ios()
 252 				BNX2FC_IO_DBG(io_req, "eh_abort for IO "  in bnx2fc_flush_active_ios()
 
 | 
| D | bnx2fc_debug.c | 17 void BNX2FC_IO_DBG(const struct bnx2fc_cmd *io_req, const char *fmt, ...)  in BNX2FC_IO_DBG()  function
 | 
| D | bnx2fc_hwi.c | 725 			BNX2FC_IO_DBG(io_req, "unsol_err: cleanup in "  in bnx2fc_process_unsol_compl()931 		BNX2FC_IO_DBG(io_req, "Processing TM complete\n");  in bnx2fc_process_cq_compl()
 941 		BNX2FC_IO_DBG(io_req, "cq_compl- ABTS sent out by fw\n");  in bnx2fc_process_cq_compl()
 959 		BNX2FC_IO_DBG(io_req, "cq_compl- cleanup resp rcvd\n");  in bnx2fc_process_cq_compl()
 964 		BNX2FC_IO_DBG(io_req, "cq_compl(0x%x) - seq cleanup resp\n",  in bnx2fc_process_cq_compl()
 1597 	BNX2FC_IO_DBG(io_req, "Init MP task for cmd_type = %d task_type = %d\n",  in bnx2fc_init_mp_task()
 
 |