Searched refs:DBG_WARN (Results 1 – 13 of 13) sorted by relevance
| /freebsd/sys/dev/smartpqi/ |
| H A D | smartpqi_helper.c | 398 DBG_WARN("Device Outstanding IO count = %u\n", active_requests); 412 DBG_WARN("timed out waiting for pending IO\n"); 435 DBG_WARN("Controller Offline was detected.\n"); in pqisrc_wait_for_device_commands_to_complete()
|
| H A D | smartpqi_response.c | 89 DBG_WARN("error_status 0x%x data_in_result 0x%x data_out_result 0x%x cmd rcb tag 0x%x\n", in pqisrc_process_internal_raid_response_error() 460 …DBG_WARN("timed out request completing from firmware, driver already completed it with failure , f… in pqisrc_process_response_queue() 480 DBG_WARN("Received IO completion for the Null device!!!\n"); in pqisrc_process_response_queue()
|
| H A D | smartpqi_cmd.c | 51 DBG_WARN("OUT Q full\n"); in pqisrc_submit_cmnd()
|
| H A D | smartpqi_features.c | 356 DBG_WARN("Feature %s is not supported by firmware\n", in pqi_process_firmware_features() 410 DBG_WARN("Feature %s could not be enabled.\n", in pqi_process_firmware_features()
|
| H A D | smartpqi_queue.c | 689 DBG_WARN("Error Status Descriptors\n"); in pqisrc_create_op_obq() 691 DBG_WARN(" %x\n",admin_resp.resp_type.create_op_oq.status_desc[i]); in pqisrc_create_op_obq() 732 DBG_WARN("Error Status Descriptors\n"); in pqisrc_create_op_ibq() 734 DBG_WARN(" %x\n",admin_resp.resp_type.create_op_iq.status_desc[i]); in pqisrc_create_op_ibq()
|
| H A D | smartpqi_sis.c | 135 DBG_WARN(" [ %s ] failed to re enable sis\n",__func__); in pqisrc_reenable_sis() 293 DBG_WARN("Controller-supported max outstanding " in pqisrc_get_sis_pqi_cap()
|
| H A D | smartpqi_discovery.c | 124 DBG_WARN("Problem getting AIO support subpage settings. " in pqisrc_QuerySenseFeatures() 479 DBG_WARN("Bus=%u Target=%u, Cmd=0x%x," in pqisrc_build_send_raid_request() 911 DBG_WARN("Inquiry returned failed status\n"); in pqisrc_get_dev_vol_status() 916 DBG_WARN("Returned invalid buffer\n"); in pqisrc_get_dev_vol_status() 1155 DBG_WARN("Retrying inquiry !!!\n"); in pqisrc_get_dev_data() 1583 DBG_WARN("Pending requests for the removing device\n"); in pqisrc_free_device() 1655 DBG_WARN("Out of memory \n"); in pqisrc_update_device_list() 2121 DBG_WARN("Inquiry failed, skipping device %016llx\n", in pqisrc_scan_devices()
|
| H A D | smartpqi_cam.c | 836 DBG_WARN("Device = %d BUSY/IN_RESET\n", ccb->ccb_h.target_id); in pqisrc_io_start() 842 DBG_WARN("Device = %d GONE/OFFLINE\n", ccb->ccb_h.target_id); in pqisrc_io_start() 848 DBG_WARN("Device %d reset returned busy\n", ccb->ccb_h.target_id); in pqisrc_io_start() 899 DBG_WARN("Requeue req error = %d target = %d\n", error, in pqisrc_io_start() 1137 DBG_WARN("UNSUPPORTED FUNC CODE\n"); in smartpqi_cam_action()
|
| H A D | smartpqi_request.c | 456 DBG_WARN("%s: DEBUG: dev ptr is NULL\n", __func__); in pqisrc_build_aio_R1_write() 460 DBG_WARN("%s: DEBUG: raid_map is NULL\n", __func__); in pqisrc_build_aio_R1_write() 1052 DBG_WARN("OUT: IB Queues were full\n"); in pqisrc_build_send_io() 1555 DBG_WARN("No RAID MAP!\n"); in pqisrc_aio_show_raid_map() 1938 DBG_WARN("aio tmf: iu_type=0x%x req_id_to_manage=0x%x\n", in pqisrc_send_aio_tmf() 1940 DBG_WARN("aio tmf: req_id=0x%x nexus=0x%x tmf=0x%x QID=%u\n", in pqisrc_send_aio_tmf() 2007 DBG_WARN("raid tmf: iu_type=0x%x req_id_to_manage=%d\n", in pqisrc_send_raid_tmf() 2055 DBG_WARN("sending TMF. io outstanding=%u\n", in pqisrc_send_tmf()
|
| H A D | smartpqi_init.c | 636 DBG_WARN("%u commands pending\n", in pqisrc_wait_for_cmnd_complete() 652 DBG_WARN("Waited for %d seconds\n", count/1000); in pqisrc_wait_for_cmnd_complete()
|
| H A D | smartpqi_intr.c | 343 DBG_WARN("interrupt registration is failed, error = %d\n", bsd_status); in os_setup_intr()
|
| H A D | smartpqi_ioctl.c | 184 DBG_WARN( "!IOCTL cmd 0x%lx not supported\n", cmd); in smartpqi_ioctl()
|
| H A D | smartpqi_defines.h | 1290 #define DBG_WARN(fmt,args...) \ macro
|