/linux-4.1.27/drivers/mfd/ |
D | rtsx_usb.c | 135 u16 rsp_len = round_down(len, 4); in rtsx_usb_seq_read_register() local 136 u16 res_len = len - rsp_len; in rtsx_usb_seq_read_register() 142 if (rsp_len) { in rtsx_usb_seq_read_register() 152 data, rsp_len, 0, NULL, 100); in rtsx_usb_seq_read_register() 159 ret = rtsx_usb_read_register(ucr, addr + rsp_len + i, in rtsx_usb_seq_read_register() 160 data + rsp_len + i); in rtsx_usb_seq_read_register() 263 int rtsx_usb_get_rsp(struct rtsx_ucr *ucr, int rsp_len, int timeout) in rtsx_usb_get_rsp() argument 265 if (rsp_len <= 0) in rtsx_usb_get_rsp() 268 rsp_len = ALIGN(rsp_len, 4); in rtsx_usb_get_rsp() 272 ucr->rsp_buf, rsp_len, 0, NULL, timeout); in rtsx_usb_get_rsp()
|
/linux-4.1.27/drivers/staging/rts5208/ |
D | sd.c | 127 u32 arg, u8 rsp_type, u8 *rsp, int rsp_len) in sd_send_cmd_get_rsp() argument 278 if (rsp && rsp_len) in sd_send_cmd_get_rsp() 279 memcpy(rsp, ptr, rsp_len); in sd_send_cmd_get_rsp() 4045 u32 arg, u8 rsp_type, u8 *rsp, int rsp_len, bool special_check) in ext_sd_send_cmd_get_rsp() argument 4181 if (rsp && rsp_len) in ext_sd_send_cmd_get_rsp() 4182 memcpy(rsp, ptr, rsp_len); in ext_sd_send_cmd_get_rsp() 4189 int retval, rsp_len; in ext_sd_get_rsp() local 4202 rsp_len = 17; in ext_sd_get_rsp() 4208 rsp_len = 6; in ext_sd_get_rsp() 4219 int min_len = (rsp_len < len) ? rsp_len : len; in ext_sd_get_rsp() [all …]
|
D | sd.h | 290 u32 arg, u8 rsp_type, u8 *rsp, int rsp_len, bool special_check);
|
/linux-4.1.27/drivers/scsi/bfa/ |
D | bfa_fcs_lport.c | 1389 u32 rsp_len, 1396 u32 rsp_len, 1403 u32 rsp_len, 2153 u32 rsp_len, u32 resid_len, in bfa_fcs_lport_fdmi_rhba_response() argument 2476 u32 rsp_len, u32 resid_len, in bfa_fcs_lport_fdmi_rprt_response() argument 2568 void *cbarg, bfa_status_t req_status, u32 rsp_len, in bfa_fcs_lport_fdmi_rpa_response() argument 2828 u32 rsp_len, 2838 u32 rsp_len, 2847 u32 rsp_len, 3163 u32 rsp_len, u32 resid_len, in bfa_fcs_lport_ms_gmal_response() argument [all …]
|
D | bfa_fcs_fcpim.c | 38 bfa_status_t req_status, u32 rsp_len, 483 bfa_status_t req_status, u32 rsp_len, in bfa_fcs_itnim_prli_response() argument 508 if (fc_prli_rsp_parse(prli_resp, rsp_len) != FC_PARSE_OK) { in bfa_fcs_itnim_prli_response() 509 bfa_trc(itnim->fcs, rsp_len); in bfa_fcs_itnim_prli_response()
|
D | bfa_fcs_rport.c | 58 bfa_status_t req_status, u32 rsp_len, 64 bfa_status_t req_status, u32 rsp_len, 70 bfa_status_t req_status, u32 rsp_len, 74 bfa_status_t req_status, u32 rsp_len, 1740 bfa_status_t req_status, u32 rsp_len, in bfa_fcs_rport_plogi_response() argument 1892 bfa_status_t req_status, u32 rsp_len, in bfa_fcs_rport_adisc_response() argument 1906 if (fc_adisc_rsp_parse((struct fc_adisc_s *)pld, rsp_len, rport->pwwn, in bfa_fcs_rport_adisc_response() 1961 bfa_status_t req_status, u32 rsp_len, in bfa_fcs_rport_gidpn_response() argument 2034 bfa_status_t req_status, u32 rsp_len, in bfa_fcs_rport_gpnid_response() argument 3119 u32 rsp_len, [all …]
|
D | bfa_svc.h | 119 u32 rsp_len, u32 resid_len, 126 u32 rsp_len, u32 resid_len, 197 u32 rsp_len; /* comp: actual response len */ member
|
D | bfad_drv.h | 268 u16 rsp_len; member
|
D | bfa_fc.h | 1145 u32 rsp_len; /* length of response info */ member 1151 (__fcprsp)->rsp_len : 0)
|
D | bfa_svc.c | 701 bfa_status_t req_status, u32 rsp_len, in bfa_fcxp_null_comp() argument 714 fcxp->rsp_status, fcxp->rsp_len, in __bfa_fcxp_send_cbfn() 730 fcxp_rsp->rsp_len = be32_to_cpu(fcxp_rsp->rsp_len); in hal_fcxp_send_comp() 751 fcxp_rsp->req_status, fcxp_rsp->rsp_len, in hal_fcxp_send_comp() 759 fcxp->rsp_len = fcxp_rsp->rsp_len; in hal_fcxp_send_comp() 803 if (fcxp_rsp->rsp_len > 0) { in hal_fcxp_rx_plog() 810 (u16) fcxp_rsp->rsp_len, in hal_fcxp_rx_plog() 815 (u16) fcxp_rsp->rsp_len, in hal_fcxp_rx_plog() 820 (u16) fcxp_rsp->rsp_len, &fcxp_rsp->fchs); in hal_fcxp_rx_plog()
|
D | bfi_ms.h | 375 __be32 rsp_len; /* actual response length */ member
|
D | bfa_fcs.c | 240 u32 rsp_len, 1480 bfa_status_t status, u32 rsp_len, in bfa_fcs_fabric_flogiacc_comp() argument
|
D | bfad_bsg.c | 3239 bfa_status_t req_status, u32 rsp_len, u32 resid_len, in bfad_send_fcpt_cb() argument 3245 drv_fcxp->rsp_len = rsp_len; in bfad_send_fcpt_cb() 3518 job->reply_len = drv_fcxp->rsp_len; in bfad_im_bsg_els_ct_request() 3519 job->reply->reply_payload_rcv_len = drv_fcxp->rsp_len; in bfad_im_bsg_els_ct_request()
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | wmi.c | 293 u8 *rsp_buf, u32 rsp_len, in ath9k_wmi_cmd() argument 328 wmi->cmd_rsp_len = rsp_len; in ath9k_wmi_cmd()
|
D | wmi.h | 187 u8 *rsp_buf, u32 rsp_len,
|
/linux-4.1.27/drivers/scsi/csiostor/ |
D | csio_scsi.c | 1567 uint32_t rsp_len = 0, sns_len = 0; in csio_scsi_err_handler() local 1588 rsp_len = be32_to_cpu(fcp_resp->ext.fr_rsp_len); in csio_scsi_err_handler() 1589 if ((rsp_len != 0 && rsp_len != 4 && rsp_len != 8) || in csio_scsi_err_handler() 1602 &rsp_info->_fr_resvd[0] + rsp_len, sns_len); in csio_scsi_err_handler()
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_mr.c | 1826 fdisc->u.fxiocb.rsp_len = sizeof(struct config_info_data); in qlafx00_fx_disc() 1831 fdisc->u.fxiocb.rsp_len = QLAFX00_PORT_DATA_INFO; in qlafx00_fx_disc() 1837 fdisc->u.fxiocb.rsp_len = QLAFX00_TGT_NODE_INFO; in qlafx00_fx_disc() 1843 fdisc->u.fxiocb.rsp_len = QLAFX00_TGT_NODE_LIST_SIZE; in qlafx00_fx_disc() 1917 fdisc->u.fxiocb.rsp_len, in qlafx00_fx_disc() 1994 dma_free_coherent(&ha->pdev->dev, fdisc->u.fxiocb.rsp_len, in qlafx00_fx_disc() 3293 cpu_to_le16(fxio->u.fxiocb.rsp_len); in qlafx00_fxdisc_iocb() 3299 cpu_to_le32(fxio->u.fxiocb.rsp_len); in qlafx00_fxdisc_iocb() 3320 fx_iocb.rsp_xfrcnt = piocb_rqst->rsp_len; in qlafx00_fxdisc_iocb()
|
D | qla_mr.h | 422 __le16 rsp_len; member
|
D | qla_os.c | 3339 qla2x00_mem_alloc(struct qla_hw_data *ha, uint16_t req_len, uint16_t rsp_len, in qla2x00_mem_alloc() argument 3465 (*rsp)->length = rsp_len; in qla2x00_mem_alloc()
|
D | qla_def.h | 344 uint32_t rsp_len; member
|
/linux-4.1.27/include/linux/mfd/ |
D | rtsx_usb.h | 93 extern int rtsx_usb_get_rsp(struct rtsx_ucr *ucr, int rsp_len, int timeout);
|
/linux-4.1.27/drivers/scsi/esas2r/ |
D | atioctl.h | 421 u32 rsp_len; member 1142 u8 rsp_len; member
|
D | esas2r_vda.c | 240 vi->cmd.gsv.rsp_len = vercnt; in esas2r_process_vda_ioctl()
|
/linux-4.1.27/drivers/scsi/ibmvscsi/ |
D | ibmvfc.c | 1529 u32 rsp_len = 0; in ibmvfc_scsi_done() local 1544 rsp_len = be32_to_cpu(rsp->fcp_rsp_len); in ibmvfc_scsi_done() 1545 if ((sense_len + rsp_len) > SCSI_SENSE_BUFFERSIZE) in ibmvfc_scsi_done() 1546 sense_len = SCSI_SENSE_BUFFERSIZE - rsp_len; in ibmvfc_scsi_done() 1547 if ((rsp->flags & FCP_SNS_LEN_VALID) && rsp->fcp_sense_len && rsp_len <= 8) in ibmvfc_scsi_done() 1548 memcpy(cmnd->sense_buffer, rsp->data.sense + rsp_len, sense_len); in ibmvfc_scsi_done() 1826 u32 fc_flags, rsp_len; in ibmvfc_bsg_request() local 1907 mad->iu.rsp_len = cpu_to_be32(job->reply_payload.payload_len); in ibmvfc_bsg_request() 1917 rsp_len = be32_to_cpu(mad->iu.rsp.len); in ibmvfc_bsg_request() 1934 job->reply->reply_payload_rcv_len = rsp_len; in ibmvfc_bsg_request() [all …]
|
D | ibmvfc.h | 468 __be32 rsp_len; member
|
/linux-4.1.27/fs/cifs/ |
D | smb2pdu.c | 2585 unsigned int rsp_len, offset; in SMB2_QFS_attr() local 2613 rsp_len = le32_to_cpu(rsp->OutputBufferLength); in SMB2_QFS_attr() 2615 rc = validate_buf(offset, rsp_len, &rsp->hdr, min_len); in SMB2_QFS_attr() 2622 rsp_len, max_len)); in SMB2_QFS_attr()
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_scsi.c | 4858 uint32_t rsp_len; in lpfc_check_fcp_rsp() local 4868 rsp_len = be32_to_cpu(fcprsp->rspRspLen); in lpfc_check_fcp_rsp() 4877 rsp_len, rsp_info_code); in lpfc_check_fcp_rsp() 4879 if ((fcprsp->rspStatus2&RSP_LEN_VALID) && (rsp_len == 8)) { in lpfc_check_fcp_rsp()
|
/linux-4.1.27/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_sli.h | 225 u32 rsp_len; member
|