Home
last modified time | relevance | path

Searched refs:rsplen (Results 1 – 12 of 12) sorted by relevance

/linux-6.6.21/drivers/nvme/target/
Dfcloop.c386 ((lsreq->rsplen < lsrsp->rsplen) ? in fcloop_h2t_xmt_ls_rsp()
387 lsreq->rsplen : lsrsp->rsplen)); in fcloop_h2t_xmt_ls_rsp()
474 ((lsreq->rsplen < lsrsp->rsplen) ? in fcloop_t2h_xmt_ls_rsp()
475 lsreq->rsplen : lsrsp->rsplen)); in fcloop_t2h_xmt_ls_rsp()
808 u32 rsplen = 0, xfrlen = 0; in fcloop_fcp_op() local
869 rsplen = ((fcpreq->rsplen < tgt_fcpreq->rsplen) ? in fcloop_fcp_op()
870 fcpreq->rsplen : tgt_fcpreq->rsplen); in fcloop_fcp_op()
871 memcpy(fcpreq->rspaddr, tgt_fcpreq->rspaddr, rsplen); in fcloop_fcp_op()
872 if (rsplen < tgt_fcpreq->rsplen) in fcloop_fcp_op()
874 fcpreq->rcv_rsplen = rsplen; in fcloop_fcp_op()
Dfc.c381 (lsreq->rqstlen + lsreq->rsplen), in __nvmet_fc_finish_ls_req()
408 lsreq->rqstlen + lsreq->rsplen, in __nvmet_fc_send_ls_req()
438 (lsreq->rqstlen + lsreq->rsplen), in __nvmet_fc_send_ls_req()
780 memcpy(&fod->cmdiubuf, fcpreq->rspaddr, fcpreq->rsplen); in nvmet_fc_free_fcp_iod()
784 fcpreq->rsplen = 0; in nvmet_fc_free_fcp_iod()
1713 iod->lsrsp->rsplen = nvme_fc_format_rjt(acc, in nvmet_fc_ls_create_association()
1730 iod->lsrsp->rsplen = sizeof(*acc); in nvmet_fc_ls_create_association()
1806 iod->lsrsp->rsplen = nvme_fc_format_rjt(acc, in nvmet_fc_ls_create_connection()
1821 iod->lsrsp->rsplen = sizeof(*acc); in nvmet_fc_ls_create_connection()
1868 iod->lsrsp->rsplen = nvme_fc_format_rjt(acc, in nvmet_fc_ls_disconnect()
[all …]
/linux-6.6.21/include/linux/
Dnvme-fc-driver.h59 u32 rsplen; member
123 u16 rsplen; member
214 u16 rsplen; member
703 u16 rsplen; member
/linux-6.6.21/drivers/scsi/elx/libefc/
Defc_els.h35 efc_els_io_alloc_size(struct efc_node *node, u32 reqlen, u32 rsplen);
Defc_els.c41 efc_els_io_alloc_size(struct efc_node *node, u32 reqlen, u32 rsplen) in efc_els_io_alloc_size() argument
76 els->io.rsp.size = rsplen; in efc_els_io_alloc_size()
353 efc_els_send_rsp(struct efc_els_io_req *els, u32 rsplen) in efc_els_send_rsp() argument
367 els->io.xmit_len = rsplen; in efc_els_send_rsp()
/linux-6.6.21/drivers/nvme/host/
Dfc.c1051 (lsreq->rqstlen + lsreq->rsplen), in __nvme_fc_finish_ls_req()
1079 lsreq->rqstlen + lsreq->rsplen, in __nvme_fc_send_ls_req()
1109 (lsreq->rqstlen + lsreq->rsplen), in __nvme_fc_send_ls_req()
1223 lsreq->rsplen = sizeof(*assoc_acc); in nvme_fc_connect_admin_queue()
1338 lsreq->rsplen = sizeof(*conn_acc); in nvme_fc_connect_queue()
1537 oldls->lsrsp->rsplen = nvme_fc_format_rjt(oldls->rspbuf, in nvme_fc_match_disconn_ls()
1578 lsop->lsrsp->rsplen = nvme_fc_format_rjt(acc, in nvme_fc_ls_disconnect_assoc()
1589 lsop->lsrsp->rsplen = sizeof(*acc); in nvme_fc_ls_disconnect_assoc()
1627 lsop->lsrsp->rsplen = 0; in nvme_fc_handle_ls_rqst()
1639 lsop->lsrsp->rsplen = nvme_fc_format_rjt(lsop->rspbuf, in nvme_fc_handle_ls_rqst()
[all …]
Dfc.h170 lsreq->rsplen = sizeof(*discon_acc); in nvmefc_fmt_lsreq_discon_assoc()
/linux-6.6.21/drivers/scsi/lpfc/
Dlpfc_nvmet.c779 rsp->transferred_length = rsp->rsplen; in lpfc_nvmet_xmt_fcp_op_cmp()
892 ls_rsp->rsplen); in __lpfc_nvme_xmt_ls_rsp()
908 bpl.tus.f.bdeSize = ls_rsp->rsplen; in __lpfc_nvme_xmt_ls_rsp()
921 axchg->oxid, nvmewqeq->hba_wqidx, ls_rsp->rsplen); in __lpfc_nvme_xmt_ls_rsp()
1081 ctxp->oxid, rsp->op, rsp->rsplen); in lpfc_nvmet_xmt_fcp_op()
2843 if (rsp->rsplen == LPFC_NVMET_SUCCESS_LEN) { in lpfc_nvmet_prep_fcp_wqe()
2851 ((rsp->rsplen >> 2) - 1)); in lpfc_nvmet_prep_fcp_wqe()
2853 rsp->rsplen); in lpfc_nvmet_prep_fcp_wqe()
2936 wqe->fcp_trsp.bde.tus.f.bdeSize = rsp->rsplen; in lpfc_nvmet_prep_fcp_wqe()
2943 wqe->fcp_trsp.response_len = rsp->rsplen; in lpfc_nvmet_prep_fcp_wqe()
[all …]
Dlpfc_nvme.c622 bpl->tus.f.bdeSize = pnvme_lsreq->rsplen; in __lpfc_nvme_ls_req()
629 pnvme_lsreq->rsplen, &pnvme_lsreq->rqstdma, in __lpfc_nvme_ls_req()
726 pnvme_lsreq->rsplen, &pnvme_lsreq->rqstdma, in __lpfc_nvme_ls_abort()
917 sgl->sge_len = cpu_to_le32(nCmd->rsplen); in lpfc_nvme_adj_fcp_sgls()
1285 (nCmd->rsplen + nCmd->cmdlen)); in lpfc_nvme_prep_io_cmd()
Dlpfc_scsi.c3828 uint32_t rsplen = 0; in lpfc_handle_fcp_err() local
3844 rsplen = be32_to_cpu(fcprsp->rspRspLen); in lpfc_handle_fcp_err()
3845 if (rsplen != 0 && rsplen != 4 && rsplen != 8) { in lpfc_handle_fcp_err()
3851 rsplen); in lpfc_handle_fcp_err()
3874 rsplen = be32_to_cpu(fcprsp->rspRspLen); in lpfc_handle_fcp_err()
3875 memcpy(cmnd->sense_buffer, &fcprsp->rspInfo0 + rsplen, snslen); in lpfc_handle_fcp_err()
/linux-6.6.21/drivers/scsi/qla2xxx/
Dqla_nvme.c402 nvme->u.nvme.cmd_len = cpu_to_le32(fd_resp->rsplen); in qla_nvme_xmt_ls_rsp()
409 fd_resp->rsplen, DMA_TO_DEVICE); in qla_nvme_xmt_ls_rsp()
508 nvme->u.nvme.rsp_len = cpu_to_le32(fd->rsplen); in qla_nvme_ls_req()
681 cmd_pkt->nvme_rsp_dsd_len = cpu_to_le16(fd->rsplen); in qla2x00_start_nvme_mq()
/linux-6.6.21/fs/smb/client/
Dsmb2pdu.c1251 u32 rsplen; in smb3_validate_negotiate() local
1332 (char **)&pneg_rsp, &rsplen); in smb3_validate_negotiate()
1349 if (rsplen != sizeof(*pneg_rsp)) { in smb3_validate_negotiate()
1351 rsplen); in smb3_validate_negotiate()
1354 if (rsplen > CIFSMaxBufSize || rsplen < sizeof(*pneg_rsp)) in smb3_validate_negotiate()