Searched refs:cmpl_stat (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/scsi/snic/ |
H A D | snic_scsi.c | 398 u8 cmpl_stat) in snic_process_io_failed_state() argument 402 switch (cmpl_stat) { in snic_process_io_failed_state() 461 snic_io_status_to_str(cmpl_stat), CMD_FLAGS(sc)); in snic_process_io_failed_state() 486 u8 cmpl_stat, in snic_process_icmnd_cmpl_status() argument 495 if (likely(cmpl_stat == SNIC_STAT_IO_SUCCESS)) { in snic_process_icmnd_cmpl_status() 509 snic_process_io_failed_state(snic, icmnd_cmpl, sc, cmpl_stat); in snic_process_icmnd_cmpl_status() 513 snic_io_status_to_str(cmpl_stat), CMD_FLAGS(sc)); in snic_process_icmnd_cmpl_status() 668 u8 cmpl_stat, in snic_proc_dr_cmpl_locked() argument 675 CMD_LR_STATUS(sc) = cmpl_stat; in snic_proc_dr_cmpl_locked() 690 snic_io_status_to_str(cmpl_stat), in snic_proc_dr_cmpl_locked() [all …]
|
H A D | snic_disc.c | 387 u8 typ, cmpl_stat; in snic_report_tgt_cmpl_handler() local 394 snic_io_hdr_dec(&fwreq->hdr, &typ, &cmpl_stat, &cmnd_id, &hid, &ctx); in snic_report_tgt_cmpl_handler()
|