Home
last modified time | relevance | path

Searched refs:reqlen (Results 1 – 19 of 19) sorted by relevance

/linux/drivers/scsi/
A Dqlogicfas408.c97 int reqlen) in ql_pdma() argument
108 reqlen -= 128; in ql_pdma()
115 reqlen -= 84; in ql_pdma()
120 reqlen -= 44; in ql_pdma()
134 reqlen--; in ql_pdma()
145 reqlen -= 128; in ql_pdma()
151 reqlen -= 84; in ql_pdma()
156 reqlen -= 40; in ql_pdma()
163 while (reqlen && !((j & 2) && (j & 0xc0))) { in ql_pdma()
168 reqlen--; in ql_pdma()
[all …]
A Ddpt_i2o.c321 u32 reqlen; in adpt_inquiry() local
340 reqlen = 17; // SINGLE SGE, 64 bit in adpt_inquiry()
342 reqlen = 14; // SINGLE SGE, 32 bit in adpt_inquiry()
344 msg[0] = reqlen<<16 | SGL_OFFSET_12; in adpt_inquiry()
2195 u32 reqlen; in adpt_scsi_to_i2o() local
2257 reqlen = 16; // SINGLE SGE in adpt_scsi_to_i2o()
2261 reqlen = 14; // SINGLE SGE in adpt_scsi_to_i2o()
2283 reqlen = mptr - msg; in adpt_scsi_to_i2o()
2292 reqlen = 12; in adpt_scsi_to_i2o()
2296 msg[0] = reqlen<<16 | ((reqlen > 12) ? SGL_OFFSET_12 : SGL_OFFSET_0); in adpt_scsi_to_i2o()
[all …]
A Ddc395x.c897 u32 reqlen = scsi_bufflen(cmd); in build_srb() local
905 reqlen, scsi_sglist(cmd), scsi_sg_count(cmd), in build_srb()
921 if (srb->total_xfer_length > reqlen) { in build_srb()
922 sgp->length -= (srb->total_xfer_length - reqlen); in build_srb()
923 srb->total_xfer_length = reqlen; in build_srb()
/linux/drivers/scsi/pcmcia/
A Dsym53c500_cs.c236 SYM53C500_pio_read(int fast_pio, int base, unsigned char *request, unsigned int reqlen) in SYM53C500_pio_read() argument
242 while (reqlen) { in SYM53C500_pio_read()
272 if (len > reqlen) in SYM53C500_pio_read()
273 len = reqlen; in SYM53C500_pio_read()
278 reqlen -= len & 0xfc; in SYM53C500_pio_read()
282 reqlen--; in SYM53C500_pio_read()
297 while (reqlen && !(i & 0x40)) { in SYM53C500_pio_write()
323 if (len > reqlen) in SYM53C500_pio_write()
324 len = reqlen; in SYM53C500_pio_write()
329 reqlen -= len & 0xfc; in SYM53C500_pio_write()
[all …]
/linux/net/netfilter/
A Dnf_conntrack_pptp.c277 unsigned int reqlen, in pptp_inbound_pkt() argument
405 unsigned int reqlen, in pptp_outbound_pkt() argument
528 unsigned int datalen, reqlen, nexthdr_off; in conntrack_pptp_help() local
574 reqlen = datalen; in conntrack_pptp_help()
576 if (msg > 0 && msg <= PPTP_MSG_MAX && reqlen < pptp_msg_size[msg]) in conntrack_pptp_help()
578 if (reqlen > sizeof(*pptpReq)) in conntrack_pptp_help()
579 reqlen = sizeof(*pptpReq); in conntrack_pptp_help()
581 pptpReq = skb_header_pointer(skb, nexthdr_off, reqlen, &_pptpReq); in conntrack_pptp_help()
594 ret = pptp_outbound_pkt(skb, protoff, ctlh, pptpReq, reqlen, ct, in conntrack_pptp_help()
598 ret = pptp_inbound_pkt(skb, protoff, ctlh, pptpReq, reqlen, ct, in conntrack_pptp_help()
/linux/drivers/regulator/
A Dqcom_smd-regulator.c46 int reqlen = 0; in rpm_reg_write_active() local
50 req[reqlen].key = cpu_to_le32(RPM_KEY_SWEN); in rpm_reg_write_active()
51 req[reqlen].nbytes = cpu_to_le32(sizeof(u32)); in rpm_reg_write_active()
53 reqlen++; in rpm_reg_write_active()
57 req[reqlen].key = cpu_to_le32(RPM_KEY_UV); in rpm_reg_write_active()
59 req[reqlen].value = cpu_to_le32(vreg->uV); in rpm_reg_write_active()
60 reqlen++; in rpm_reg_write_active()
64 req[reqlen].key = cpu_to_le32(RPM_KEY_MA); in rpm_reg_write_active()
67 reqlen++; in rpm_reg_write_active()
70 if (!reqlen) in rpm_reg_write_active()
[all …]
/linux/drivers/isdn/mISDN/
A Dhwchannel.c470 bchannel_get_rxbuf(struct bchannel *bch, int reqlen) in bchannel_get_rxbuf() argument
476 if (len < reqlen) { in bchannel_get_rxbuf()
478 bch->nr, reqlen, len); in bchannel_get_rxbuf()
495 if (unlikely(reqlen > bch->maxlen)) in bchannel_get_rxbuf()
498 if (reqlen >= bch->minlen) { in bchannel_get_rxbuf()
499 len = reqlen; in bchannel_get_rxbuf()
/linux/drivers/scsi/elx/libefc/
A Defc_els.h33 efc_els_io_alloc(struct efc_node *node, u32 reqlen);
35 efc_els_io_alloc_size(struct efc_node *node, u32 reqlen, u32 rsplen);
A Defc_els.c35 efc_els_io_alloc(struct efc_node *node, u32 reqlen) in efc_els_io_alloc() argument
37 return efc_els_io_alloc_size(node, reqlen, EFC_ELS_RSP_LEN); in efc_els_io_alloc()
41 efc_els_io_alloc_size(struct efc_node *node, u32 reqlen, u32 rsplen) in efc_els_io_alloc_size() argument
72 els->io.req.size = reqlen; in efc_els_io_alloc_size()
/linux/drivers/crypto/chelsio/
A Dchcr_algo.c153 while (sg && reqlen) { in sg_nents_xlen()
156 reqlen -= less; in sg_nents_xlen()
1683 req_ctx->reqlen += nbytes; in chcr_ahash_update()
1712 req_ctx->reqlen; in chcr_ahash_update()
1800 if (req_ctx->reqlen == 0) { in chcr_ahash_final()
1818 req_ctx->reqlen = 0; in chcr_ahash_final()
1883 - req_ctx->reqlen; in chcr_ahash_finup()
1910 req_ctx->reqlen = 0; in chcr_ahash_finup()
2169 state->reqlen = req_ctx->reqlen; in chcr_ahash_export()
2183 req_ctx->reqlen = state->reqlen; in chcr_ahash_import()
[all …]
A Dchcr_crypto.h291 u8 reqlen; member
/linux/arch/arm64/kvm/
A Dguest.c427 unsigned int reqoffset, reqlen; /* User-requested offset and length */ in sve_reg_to_region() local
451 reqlen = KVM_SVE_ZREG_SIZE; in sve_reg_to_region()
461 reqlen = KVM_SVE_PREG_SIZE; in sve_reg_to_region()
472 region->klen = min(maxlen, reqlen); in sve_reg_to_region()
473 region->upad = reqlen - region->klen; in sve_reg_to_region()
/linux/drivers/net/wireless/zydas/
A Dzd1201.c514 int reqlen; in zd1201_setconfig() local
533 reqlen = len>12 ? 12 : len; in zd1201_setconfig()
542 memcpy(request+8, buf, reqlen-4); in zd1201_setconfig()
543 buf += reqlen-4; in zd1201_setconfig()
545 memcpy(request+4, buf, reqlen); in zd1201_setconfig()
546 buf += reqlen; in zd1201_setconfig()
549 len -= reqlen; in zd1201_setconfig()
/linux/drivers/scsi/bfa/
A Dbfa_fcs.c1326 u16 reqlen; in bfa_fcs_fabric_send_flogi_acc() local
1336 reqlen = fc_flogi_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_fabric_send_flogi_acc()
1345 reqlen, &fchs, bfa_fcs_fabric_flogiacc_comp, fabric, in bfa_fcs_fabric_send_flogi_acc()
A Dbfa_svc.c100 static void hal_fcxp_tx_plog(struct bfa_s *bfa, u32 reqlen,
716 hal_fcxp_tx_plog(struct bfa_s *bfa, u32 reqlen, struct bfa_fcxp_s *fcxp, in hal_fcxp_tx_plog() argument
722 if (reqlen > 0) { in hal_fcxp_tx_plog()
729 reqlen + sizeof(struct fchs_s), fchs, in hal_fcxp_tx_plog()
734 reqlen + sizeof(struct fchs_s), in hal_fcxp_tx_plog()
739 reqlen + sizeof(struct fchs_s), fchs); in hal_fcxp_tx_plog()
1001 u32 reqlen, struct fchs_s *fchs, bfa_cb_fcxp_send_t cbfn, in bfa_fcxp_send() argument
1021 reqi->req_tot_len = reqlen; in bfa_fcxp_send()
A Dbfa_svc.h630 u32 reqlen, struct fchs_s *fchs,
/linux/drivers/video/fbdev/omap2/omapfb/dss/
A Ddsi.c2895 int channel, u8 *reqdata, int reqlen) in dsi_vc_generic_send_read_request() argument
2904 channel, reqlen); in dsi_vc_generic_send_read_request()
2906 if (reqlen == 0) { in dsi_vc_generic_send_read_request()
2909 } else if (reqlen == 1) { in dsi_vc_generic_send_read_request()
2912 } else if (reqlen == 2) { in dsi_vc_generic_send_read_request()
2923 " failed\n", channel, reqlen); in dsi_vc_generic_send_read_request()
3070 u8 *reqdata, int reqlen, u8 *buf, int buflen) in dsi_vc_generic_read() argument
3075 r = dsi_vc_generic_send_read_request(dsidev, channel, reqdata, reqlen); in dsi_vc_generic_read()
/linux/include/video/
A Domapfb_dss.h589 u8 *reqdata, int reqlen,
/linux/drivers/scsi/lpfc/
A Dlpfc_sli.c5883 uint32_t alloclen, reqlen; in lpfc_sli4_get_ctl_attr() local
5898 if (alloclen < reqlen) { in lpfc_sli4_get_ctl_attr()
5902 "(%d)\n", alloclen, reqlen); in lpfc_sli4_get_ctl_attr()
18085 uint32_t reqlen, alloclen, pg_pairs; in lpfc_sli4_post_sgl_list() local
18094 if (reqlen > SLI4_PAGE_SIZE) { in lpfc_sli4_post_sgl_list()
18110 if (alloclen < reqlen) { in lpfc_sli4_post_sgl_list()
18114 "size (%d)\n", alloclen, reqlen); in lpfc_sli4_post_sgl_list()
18190 uint32_t reqlen, alloclen, pg_pairs; in lpfc_sli4_post_io_sgl_block() local
18201 if (reqlen > SLI4_PAGE_SIZE) { in lpfc_sli4_post_io_sgl_block()
18219 if (alloclen < reqlen) { in lpfc_sli4_post_io_sgl_block()
[all …]

Completed in 144 milliseconds