Home
last modified time | relevance | path

Searched refs:rcv_rsplen (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dnvme-fc-driver.h200 * @rcv_rsplen: length, in bytes, of the FCP RSP IU received.
228 u16 rcv_rsplen; member
/linux/drivers/scsi/lpfc/
H A Dlpfc_nvme.c1042 nCmd->rcv_rsplen = LPFC_NVME_ERSP_LEN; in lpfc_nvme_io_cmd_cmpl()
1062 nCmd->rcv_rsplen = 0; in lpfc_nvme_io_cmd_cmpl()
1067 nCmd->rcv_rsplen = wcqe->parameter; in lpfc_nvme_io_cmd_cmpl()
1075 if (nCmd->rcv_rsplen == LPFC_NVME_ERSP_LEN) { in lpfc_nvme_io_cmd_cmpl()
1125 nCmd->rcv_rsplen = 0; in lpfc_nvme_io_cmd_cmpl()
2703 nvme_cmd->rcv_rsplen = 0; in lpfc_sli4_nvme_pci_offline_aborted()
/linux/drivers/scsi/qla2xxx/
H A Dqla_nvme.c182 fd->rcv_rsplen = le16_to_cpu(nvme->u.nvme.rsp_pyld_len); in qla_nvme_release_fcp_cmd_kref()
185 fd->rcv_rsplen = 0; in qla_nvme_release_fcp_cmd_kref()
/linux/drivers/nvme/host/
H A Dfc.c1972 switch (freq->rcv_rsplen) { in nvme_fc_fcpio_done()
2000 (freq->rcv_rsplen / 4) || in nvme_fc_fcpio_done()
2027 ctrl->cnum, freq->rcv_rsplen); in nvme_fc_fcpio_done()
2673 op->fcp_req.rcv_rsplen = 0; in nvme_fc_start_fcp_op()
/linux/drivers/nvme/target/
H A Dfcloop.c916 fcpreq->rcv_rsplen = rsplen; in fcloop_fcp_op()