Home
last modified time | relevance | path

Searched refs:cmpl_stat (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/snic/
Dsnic_scsi.c412 u8 cmpl_stat) in snic_process_io_failed_state() argument
416 switch (cmpl_stat) { in snic_process_io_failed_state()
475 snic_io_status_to_str(cmpl_stat), CMD_FLAGS(sc)); in snic_process_io_failed_state()
500 u8 cmpl_stat, in snic_process_icmnd_cmpl_status() argument
510 if (likely(cmpl_stat == SNIC_STAT_IO_SUCCESS)) { in snic_process_icmnd_cmpl_status()
528 snic_process_io_failed_state(snic, icmnd_cmpl, sc, cmpl_stat); in snic_process_icmnd_cmpl_status()
532 snic_io_status_to_str(cmpl_stat), CMD_FLAGS(sc)); in snic_process_icmnd_cmpl_status()
688 u8 cmpl_stat, in snic_proc_dr_cmpl_locked() argument
695 CMD_LR_STATUS(sc) = cmpl_stat; in snic_proc_dr_cmpl_locked()
710 snic_io_status_to_str(cmpl_stat), in snic_proc_dr_cmpl_locked()
[all …]
Dsnic_disc.c401 u8 typ, cmpl_stat; in snic_report_tgt_cmpl_handler() local
408 snic_io_hdr_dec(&fwreq->hdr, &typ, &cmpl_stat, &cmnd_id, &hid, &ctx); in snic_report_tgt_cmpl_handler()