Searched refs:csio_err (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/scsi/csiostor/
H A Dcsio_init.c270 csio_err(hw, " Forward Interrupt IQ failed!: %d\n", rv);
280 csio_err(hw, "FW event IQ config failed!: %d\n", rv);
289 csio_err(hw, "Mgmt EQ create failed!: %d\n", rv);
303 csio_err(hw,
311 csio_err(hw,
370 csio_err(hw,
383 csio_err(hw, "FW evt queue creation failed\n");
392 csio_err(hw, "Failed to alloc egress queue for mgmt module\n");
418 csio_err(hw, "EQ creation failed for idx:%d\n",
430 csio_err(h
[all...]
H A Dcsio_hw.c229 csio_err(hw, "reading EEPROM address 0x%x failed\n", addr);
346 csio_err(hw, "missing VPD keyword " name "\n"); \
357 csio_err(hw, "corrupted VPD EEPROM, actual csum %u\n", csum);
568 csio_err(hw,
613 csio_err(hw, "erase of flash sector %d failed, error %d\n",
680 csio_err(hw, "Serial Flash data invalid\n");
685 csio_err(hw, "FW image has no data\n");
690 csio_err(hw, "FW image size not multiple of 512 bytes\n");
695 csio_err(hw, "FW image size differs from size in FW header\n");
700 csio_err(h
[all...]
H A Dcsio_wr.c130 csio_err(hw, "Could only fill %d buffers!\n", n + 1);
198 csio_err(hw, "No more free queues.\n");
214 csio_err(hw, "Invalid Ingress queue WR size:%d\n",
230 csio_err(hw, "Invalid queue type: 0x%x\n", type);
239 csio_err(hw,
271 csio_err(hw,
285 csio_err(hw,
350 csio_err(hw, "IQ cmd returned 0x%x!\n", retval);
365 csio_err(hw,
429 csio_err(h
[all...]
H A Dcsio_isr.c393 csio_err(hw, "Failed to allocate interrupt line.\n");
406 csio_err(hw, "IRQ request failed for vec %d err:%d\n",
416 csio_err(hw, "IRQ request failed for vec %d err:%d\n",
433 csio_err(hw,
H A Dcsio_lnode.c626 csio_err(hw, "FCOE VNP read cmd returned error:0x%x\n", retval);
702 csio_err(hw, "Failed to issue mbox FCoE VNP command\n");
744 csio_err(hw, "failed to issue FCOE LINK cmd on port[%d]\n",
752 csio_err(hw,
848 csio_err(hw, "failed to issue FCOE FCF cmd\n");
884 csio_err(hw, "failed to lookup fcoe lnode on port:%d\n",
897 csio_err(hw,
1396 csio_err(hw, "FCoE FCF PARAMS command out of memory!\n");
1409 csio_err(hw, "Issue of FCoE port params failed!\n");
1442 csio_err(mgmt
[all...]
H A Dcsio_scsi.c1534 csio_err(hw, "failed to kmap sg:%p of ioreq:%p\n",
1710 csio_err(hw, "Unknown SCSI FW WR status:%d req:%p cmnd:%p\n",
1827 csio_err(hw, "Out of I/O request elements. Active #:%d\n",
1866 csio_err(hw, "ioreq: %p couldn't be started, status:%d\n",
1974 csio_err(hw, "Abort timed out -- req: %p\n", ioreq);
2083 csio_err(hw,
2103 csio_err(hw,
2114 csio_err(hw, "Out of IO request elements. Active # :%d\n",
2155 csio_err(hw, "Failed to issue LUN reset, req:%p, status:%d\n",
2169 csio_err(h
[all...]
H A Dcsio_lnode.h208 csio_err(_ln->hwp, "%x:%x "_fmt, CSIO_DEVID_HI(_ln), \
H A Dcsio_mb.c1206 csio_err(hw, "Invalid tmo: 0x%x\n", mbp->tmo);
1211 csio_err(hw, "Cannot issue mailbox in interrupt mode 0x%x\n",
1254 csio_err(hw,
1259 csio_err(hw,
1337 csio_err(hw, "Mailbox %x op:0x%x timed out!\n",
1423 csio_err(hw, "Unhandled FW_PORT_CMD action: %u\n",
H A Dcsio_hw.h617 #define csio_err(__hw, __fmt, ...) \ macro

Completed in 157 milliseconds