Searched refs:csio_err (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/scsi/csiostor/ |
| A D | csio_hw.c | 346 csio_err(hw, "missing VPD keyword " name "\n"); \ in csio_hw_get_vpd_params() 568 csio_err(hw, in csio_hw_write_flash() 680 csio_err(hw, "Serial Flash data invalid\n"); in csio_hw_fw_dload() 685 csio_err(hw, "FW image has no data\n"); in csio_hw_fw_dload() 722 csio_err(hw, "Flash Erase failed\n"); in csio_hw_fw_dload() 1077 csio_err(hw, "Issue of BYE command failed\n"); in csio_do_bye() 2332 csio_err(hw, in csio_hw_prep_fw() 2358 csio_err(hw, in csio_hw_prep_fw() 2376 csio_err(hw, "Cannot find a usable firmware: " in csio_hw_prep_fw() 2423 csio_err(hw, in csio_hw_flash_fw() [all …]
|
| A D | csio_init.c | 290 csio_err(hw, "Mgmt EQ create failed!: %d\n", rv); in csio_create_queues() 304 csio_err(hw, in csio_create_queues() 312 csio_err(hw, in csio_create_queues() 371 csio_err(hw, in csio_config_queues() 384 csio_err(hw, "FW evt queue creation failed\n"); in csio_config_queues() 419 csio_err(hw, "EQ creation failed for idx:%d\n", in csio_config_queues() 431 csio_err(hw, "IQ creation failed for idx:%d\n", in csio_config_queues() 704 csio_err(hw, "Failed to allocate lnodes_list"); in csio_lnodes_block_request() 743 csio_err(hw, "Failed to allocate lnodes_list"); in csio_lnodes_unblock_request() 781 csio_err(hw, "Failed to allocate lnodes_list"); in csio_lnodes_block_by_port() [all …]
|
| A D | csio_wr.c | 198 csio_err(hw, "No more free queues.\n"); in csio_wr_alloc_q() 239 csio_err(hw, in csio_wr_alloc_q() 271 csio_err(hw, in csio_wr_alloc_q() 285 csio_err(hw, in csio_wr_alloc_q() 350 csio_err(hw, "IQ cmd returned 0x%x!\n", retval); in csio_wr_iq_create_rsp() 365 csio_err(hw, in csio_wr_iq_create_rsp() 429 csio_err(hw, "IQ command out of memory!\n"); in csio_wr_iq_create() 500 csio_err(hw, "Issue of IQ cmd failed!\n"); in csio_wr_iq_create() 568 csio_err(hw, "EQ command out of memory!\n"); in csio_wr_eq_create() 588 csio_err(hw, "Issue of EQ OFLD cmd failed!\n"); in csio_wr_eq_create() [all …]
|
| A D | csio_lnode.c | 702 csio_err(hw, "Failed to issue mbox FCoE VNP command\n"); in csio_ln_vnp_read() 752 csio_err(hw, in csio_fcoe_enable_link() 848 csio_err(hw, "failed to issue FCOE FCF cmd\n"); in csio_ln_read_fcf_entry() 897 csio_err(hw, in csio_handle_link_up() 1409 csio_err(hw, "Issue of FCoE port params failed!\n"); in csio_get_phy_port_stats() 1442 csio_err(mgmtm->hw, in csio_ln_mgmt_wr_handler() 1454 csio_err(mgmtm->hw, in csio_ln_mgmt_wr_handler() 1542 csio_err(hw, in csio_fcoe_fwevt_handler() 1555 csio_err(hw, in csio_fcoe_fwevt_handler() 1756 csio_err(hw, "Failed to get WR for ec_req %p ret:%d\n", in csio_ln_mgmt_submit_wr() [all …]
|
| A D | csio_scsi.c | 1534 csio_err(hw, "failed to kmap sg:%p of ioreq:%p\n", in csio_scsi_copy_to_sgl() 1974 csio_err(hw, "Abort timed out -- req: %p\n", ioreq); in csio_eh_abort_handler() 2083 csio_err(hw, in csio_eh_lun_reset_handler() 2103 csio_err(hw, in csio_eh_lun_reset_handler() 2169 csio_err(hw, "LUN reset (%d:%llu) timed out\n", in csio_eh_lun_reset_handler() 2182 csio_err(hw, "LUN reset failed (%d:%llu), status: %d\n", in csio_eh_lun_reset_handler() 2201 csio_err(hw, in csio_eh_lun_reset_handler() 2343 csio_err(hw, in csio_scsi_alloc_ddp_bufs() 2354 csio_err(hw, in csio_scsi_alloc_ddp_bufs() 2437 csio_err(hw, in csio_scsim_init() [all …]
|
| A D | csio_isr.c | 393 csio_err(hw, "Failed to allocate interrupt line.\n"); in csio_request_irqs() 406 csio_err(hw, "IRQ request failed for vec %d err:%d\n", in csio_request_irqs() 416 csio_err(hw, "IRQ request failed for vec %d err:%d\n", in csio_request_irqs() 433 csio_err(hw, in csio_request_irqs()
|
| A D | csio_mb.c | 1206 csio_err(hw, "Invalid tmo: 0x%x\n", mbp->tmo); in csio_mb_issue() 1211 csio_err(hw, "Cannot issue mailbox in interrupt mode 0x%x\n", in csio_mb_issue() 1254 csio_err(hw, in csio_mb_issue() 1259 csio_err(hw, in csio_mb_issue() 1337 csio_err(hw, "Mailbox %x op:0x%x timed out!\n", in csio_mb_issue() 1423 csio_err(hw, "Unhandled FW_PORT_CMD action: %u\n", in csio_mb_fwevt_handler()
|
| A D | csio_lnode.h | 221 csio_err(_ln->hwp, "%x:%x "_fmt, CSIO_DEVID_HI(_ln), \
|
| A D | csio_hw.h | 617 #define csio_err(__hw, __fmt, ...) \ macro
|
Completed in 35 milliseconds