Home
last modified time | relevance | path

Searched refs:QEDF_WARN (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/scsi/qedf/
Dqedf_io.c182 QEDF_WARN(&(qedf->dbg_ctx), "Invalid min_xid 0x%x and " in qedf_cmd_mgr_alloc()
194 QEDF_WARN(&(qedf->dbg_ctx), "Failed to alloc cmd mgr.\n"); in qedf_cmd_mgr_alloc()
250 QEDF_WARN(&(qedf->dbg_ctx), "Failed to alloc io_bdt_pool.\n"); in qedf_cmd_mgr_alloc()
258 QEDF_WARN(&(qedf->dbg_ctx), in qedf_cmd_mgr_alloc()
270 QEDF_WARN(&(qedf->dbg_ctx), in qedf_cmd_mgr_alloc()
423 QEDF_WARN(&(fcport->qedf->dbg_ctx), "active_ios < 0.\n"); in qedf_release_cmd()
915 QEDF_WARN(&(qedf->dbg_ctx), "task_ctx is NULL, xid=%d.\n", in qedf_post_io_req()
1013 QEDF_WARN(&(qedf->dbg_ctx), "Unable to post io_req\n"); in qedf_queuecommand()
1115 QEDF_WARN(&(qedf->dbg_ctx), "sc_cmd is NULL!\n"); in qedf_scsi_completion()
1120 QEDF_WARN(&(qedf->dbg_ctx), "SCp.ptr is NULL, returned in " in qedf_scsi_completion()
[all …]
Dqedf_main.c167 QEDF_WARN(&(qedf->dbg_ctx), "Did not receive FIP VLAN " in qedf_handle_link_update()
923 QEDF_WARN(&(qedf->dbg_ctx), "LL2 not started\n"); in qedf_xmit()
929 QEDF_WARN(&(qedf->dbg_ctx), "qedf link down\n"); in qedf_xmit()
1057 QEDF_WARN(&(qedf->dbg_ctx), "Could not allocate send queue.\n"); in qedf_alloc_sq()
1065 QEDF_WARN(&(qedf->dbg_ctx), "Could not allocate send queue PBL.\n"); in qedf_alloc_sq()
1115 QEDF_WARN(&(qedf->dbg_ctx), "Could not acquire connection " in qedf_offload_connection()
1183 QEDF_WARN(&(qedf->dbg_ctx), "Could not offload connection " in qedf_offload_connection()
1263 QEDF_WARN(&(qedf->dbg_ctx), "rport is NULL.\n"); in qedf_rport_event_handler()
1283 QEDF_WARN(&(qedf->dbg_ctx), "Session already " in qedf_rport_event_handler()
1296 QEDF_WARN(&(qedf->dbg_ctx), "rport struct does not " in qedf_rport_event_handler()
[all …]
Dqedf_fip.c63 QEDF_WARN(&(qedf->dbg_ctx), "Cannot send vlan request " in qedf_fcoe_send_vlan_req()
119 QEDF_WARN(&(qedf->dbg_ctx), "LL2 not started\n"); in qedf_fip_send()
Dqedf_dbg.h77 #define QEDF_WARN(pdev, fmt, ...) \ macro