Searched refs:rsplen (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/nvme/target/ |
| H A D | fcloop.c | 397 ((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()
|
| /linux/include/linux/ |
| H A D | nvme-fc-driver.h | 59 u32 rsplen; member 123 u16 rsplen; member 214 u16 rsplen; member 703 u16 rsplen; member
|
| /linux/drivers/nvme/host/ |
| H A D | fc.c | 1011 (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 D | fc.h | 170 lsreq->rsplen = sizeof(*discon_acc); in nvmefc_fmt_lsreq_discon_assoc()
|
| /linux/drivers/scsi/elx/libefc/ |
| H A D | efc_els.h | 35 efc_els_io_alloc_size(struct efc_node *node, u32 reqlen, u32 rsplen);
|
| H A D | efc_els.c | 41 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/scsi/qla2xxx/ |
| H A D | qla_nvme.c | 404 nvme->u.nvme.cmd_len = cpu_to_le32(fd_resp->rsplen); in qla_nvme_xmt_ls_rsp() 411 fd_resp->rsplen, DMA_TO_DEVICE); in qla_nvme_xmt_ls_rsp() 510 nvme->u.nvme.rsp_len = cpu_to_le32(fd->rsplen); in qla_nvme_ls_req() 683 cmd_pkt->nvme_rsp_dsd_len = cpu_to_le16(fd->rsplen); in qla2x00_start_nvme_mq()
|
| /linux/fs/smb/client/ |
| H A D | smb2pdu.c | 1332 u32 rsplen; in smb3_validate_negotiate() local 1412 (char **)&pneg_rsp, &rsplen); in smb3_validate_negotiate() 1428 if (rsplen != sizeof(*pneg_rsp)) { in smb3_validate_negotiate() 1430 rsplen); in smb3_validate_negotiate() 1433 if (rsplen > CIFSMaxBufSize || rsplen < sizeof(*pneg_rsp)) { in smb3_validate_negotiate() 1434 rc = smb_EIO1(smb_eio_trace_neg_bad_rsplen, rsplen); in smb3_validate_negotiate()
|