Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnvme-fc-driver.h59 u32 rsplen; member
123 u16 rsplen; member
214 u16 rsplen; member
703 u16 rsplen; member
/linux/drivers/nvme/target/
H A Dfcloop.c397 ((lsreq->rsplen < lsrsp->rsplen) ? in fcloop_h2t_xmt_ls_rsp()
398 lsreq->rsplen : lsrsp->rsplen)); in fcloop_h2t_xmt_ls_rsp()
519 ((lsreq->rsplen < lsrsp->rsplen) ? in fcloop_t2h_xmt_ls_rsp()
520 lsreq->rsplen : lsrsp->rsplen)); in fcloop_t2h_xmt_ls_rsp()
858 u32 rsplen = 0, xfrlen = 0; in fcloop_fcp_op() local
919 rsplen = ((fcpreq->rsplen < tgt_fcpreq->rsplen) ? in fcloop_fcp_op()
920 fcpreq->rsplen : tgt_fcpreq->rsplen); in fcloop_fcp_op()
921 memcpy(fcpreq->rspaddr, tgt_fcpreq->rspaddr, rsplen); in fcloop_fcp_op()
922 if (rsplen < tgt_fcpreq->rsplen) in fcloop_fcp_op()
924 fcpreq->rcv_rsplen = rsplen; in fcloop_fcp_op()
H A Dfc.c367 (lsreq->rqstlen + lsreq->rsplen), in __nvmet_fc_finish_ls_req()
395 lsreq->rqstlen + lsreq->rsplen, in __nvmet_fc_send_ls_req()
425 (lsreq->rqstlen + lsreq->rsplen), in __nvmet_fc_send_ls_req()
761 memcpy(&fod->cmdiubuf, fcpreq->rspaddr, fcpreq->rsplen); in nvmet_fc_free_fcp_iod()
765 fcpreq->rsplen = 0; in nvmet_fc_free_fcp_iod()
1616 (lsreq->rqstlen + lsreq->rsplen), in nvmet_fc_free_pending_reqs()
1717 iod->lsrsp->rsplen = nvme_fc_format_rjt(acc, in nvmet_fc_ls_create_association()
1733 iod->lsrsp->rsplen = sizeof(*acc); in nvmet_fc_ls_create_association()
1809 iod->lsrsp->rsplen = nvme_fc_format_rjt(acc, in nvmet_fc_ls_create_connection()
1824 iod->lsrsp->rsplen = sizeof(*acc); in nvmet_fc_ls_create_connection()
[all …]
/linux/drivers/scsi/elx/libefc/
H A Defc_els.h35 efc_els_io_alloc_size(struct efc_node *node, u32 reqlen, u32 rsplen);
H A 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/drivers/nvme/host/
H A Dfc.c1011 (lsreq->rqstlen + lsreq->rsplen), in __nvme_fc_finish_ls_req()
1039 lsreq->rqstlen + lsreq->rsplen, in __nvme_fc_send_ls_req()
1069 (lsreq->rqstlen + lsreq->rsplen), in __nvme_fc_send_ls_req()
1183 lsreq->rsplen = sizeof(*assoc_acc); in nvme_fc_connect_admin_queue()
1298 lsreq->rsplen = sizeof(*conn_acc); in nvme_fc_connect_queue()
1506 oldls->lsrsp->rsplen = nvme_fc_format_rjt(oldls->rspbuf, in nvme_fc_match_disconn_ls()
1547 lsop->lsrsp->rsplen = nvme_fc_format_rjt(acc, in nvme_fc_ls_disconnect_assoc()
1558 lsop->lsrsp->rsplen = sizeof(*acc); in nvme_fc_ls_disconnect_assoc()
1596 lsop->lsrsp->rsplen = 0; in nvme_fc_handle_ls_rqst()
1608 lsop->lsrsp->rsplen = nvme_fc_format_rjt(lsop->rspbuf, in nvme_fc_handle_ls_rqst()
[all …]
H A Dfc.h170 lsreq->rsplen = sizeof(*discon_acc); in nvmefc_fmt_lsreq_discon_assoc()
/linux/drivers/scsi/lpfc/
H A Dlpfc_scsi.c3836 uint32_t rsplen = 0; in lpfc_handle_fcp_err() local
3852 rsplen = be32_to_cpu(fcprsp->rspRspLen); in lpfc_handle_fcp_err()
3853 if (rsplen != 0 && rsplen != 4 && rsplen != 8) { in lpfc_handle_fcp_err()
3859 rsplen); in lpfc_handle_fcp_err()
3882 rsplen = be32_to_cpu(fcprsp->rspRspLen); in lpfc_handle_fcp_err()
3883 memcpy(cmnd->sense_buffer, &fcprsp->rspInfo0 + rsplen, snslen); in lpfc_handle_fcp_err()
/linux/fs/smb/client/
H A Dsmb2pdu.c1358 u32 rsplen; in smb3_validate_negotiate() local
1438 (char **)&pneg_rsp, &rsplen); in smb3_validate_negotiate()
1454 if (rsplen != sizeof(*pneg_rsp)) { in smb3_validate_negotiate()
1456 rsplen); in smb3_validate_negotiate()
1459 if (rsplen > CIFSMaxBufSize || rsplen < sizeof(*pneg_rsp)) { in smb3_validate_negotiate()
1460 rc = smb_EIO1(smb_eio_trace_neg_bad_rsplen, rsplen); in smb3_validate_negotiate()