Home
last modified time | relevance | path

Searched refs:rlen (Results 251 - 275 of 374) sorted by relevance

1...<<1112131415

/kernel/linux/linux-6.6/drivers/scsi/fnic/
H A Dfnic_fcs.c306 size_t rlen; in is_fnic_fip_flogi_reject() local
325 rlen = ntohs(fiph->fip_dl_len) * 4; in is_fnic_fip_flogi_reject()
326 if (rlen + sizeof(*fiph) > skb->len) in is_fnic_fip_flogi_reject()
419 size_t rlen; in fnic_fcoe_process_vlan_resp() local
434 rlen = ntohs(fiph->fip_dl_len) * 4; in fnic_fcoe_process_vlan_resp()
438 while (rlen > 0) { in fnic_fcoe_process_vlan_resp()
458 rlen -= dlen; in fnic_fcoe_process_vlan_resp()
/kernel/linux/linux-6.6/net/iucv/
H A Daf_iucv.c1226 unsigned int copied, rlen; in iucv_sock_recvmsg() local
1250 rlen = skb->len - offset; /* real length of skb */ in iucv_sock_recvmsg()
1251 copied = min_t(unsigned int, rlen, len); in iucv_sock_recvmsg()
1252 if (!rlen) in iucv_sock_recvmsg()
1264 if (copied < rlen) in iucv_sock_recvmsg()
1287 if (copied < rlen) { in iucv_sock_recvmsg()
1335 copied = rlen; in iucv_sock_recvmsg()
/kernel/linux/linux-5.10/fs/ubifs/
H A Dtnc.c1687 int rlen, overlap; in read_wbuf() local
1703 rlen = wbuf->offs - offs; in read_wbuf()
1704 if (rlen < 0) in read_wbuf()
1705 rlen = 0; in read_wbuf()
1708 memcpy(buf + rlen, wbuf->buf + offs + rlen - wbuf->offs, len - rlen); in read_wbuf()
1711 if (rlen > 0) in read_wbuf()
1713 return ubifs_leb_read(c, lnum, buf, offs, rlen, 0); in read_wbuf()
/kernel/linux/linux-6.6/fs/ubifs/
H A Dtnc.c1688 int rlen, overlap; in read_wbuf() local
1704 rlen = wbuf->offs - offs; in read_wbuf()
1705 if (rlen < 0) in read_wbuf()
1706 rlen = 0; in read_wbuf()
1709 memcpy(buf + rlen, wbuf->buf + offs + rlen - wbuf->offs, len - rlen); in read_wbuf()
1712 if (rlen > 0) in read_wbuf()
1714 return ubifs_leb_read(c, lnum, buf, offs, rlen, 0); in read_wbuf()
/third_party/libdrm/intel/
H A Dintel_decode.c2913 int rlen[4]; in gen7_3DSTATE_CONSTANT() local
2915 rlen[0] = (ctx->data[1] >> 0) & 0xffff; in gen7_3DSTATE_CONSTANT()
2916 rlen[1] = (ctx->data[1] >> 16) & 0xffff; in gen7_3DSTATE_CONSTANT()
2917 rlen[2] = (ctx->data[2] >> 0) & 0xffff; in gen7_3DSTATE_CONSTANT()
2918 rlen[3] = (ctx->data[2] >> 16) & 0xffff; in gen7_3DSTATE_CONSTANT()
2921 instr_out(ctx, 1, "len 0 = %d, len 1 = %d\n", rlen[0], rlen[1]); in gen7_3DSTATE_CONSTANT()
2922 instr_out(ctx, 2, "len 2 = %d, len 3 = %d\n", rlen[2], rlen[3]); in gen7_3DSTATE_CONSTANT()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dnfs4proc.c2912 u32 rlen = min(op->u.read.rd_length, nfsd4_max_payload(rqstp)); in nfsd4_read_rsize() local
2914 return (op_encode_hdr_size + 2 + XDR_QUADLEN(rlen)) * sizeof(__be32); in nfsd4_read_rsize()
2920 u32 rlen = min(op->u.read.rd_length, nfsd4_max_payload(rqstp)); in nfsd4_read_plus_rsize() local
2928 return (op_encode_hdr_size + 2 + seg_len + XDR_QUADLEN(rlen)) * sizeof(__be32); in nfsd4_read_plus_rsize()
2934 u32 rlen = min(op->u.readdir.rd_maxcount, nfsd4_max_payload(rqstp)); in nfsd4_readdir_rsize() local
2937 XDR_QUADLEN(rlen)) * sizeof(__be32); in nfsd4_readdir_rsize()
3073 u32 rlen = min(op->u.getdeviceinfo.gd_maxcount, nfsd4_max_payload(rqstp)); in nfsd4_getdeviceinfo_rsize() local
3077 XDR_QUADLEN(rlen) + in nfsd4_getdeviceinfo_rsize()
3123 u32 rlen = min_t(u32, XATTR_SIZE_MAX, nfsd4_max_payload(rqstp)); in nfsd4_getxattr_rsize() local
3125 return (op_encode_hdr_size + 1 + XDR_QUADLEN(rlen)) * sizeo in nfsd4_getxattr_rsize()
3137 u32 rlen = min(op->u.listxattrs.lsxa_maxcount, nfsd4_max_payload(rqstp)); nfsd4_listxattrs_rsize() local
[all...]
/kernel/linux/linux-5.10/fs/ext4/
H A Dnamei.c447 unsigned int rlen = ext4_rec_len_from_disk(dirent->rec_len, blocksize); in get_dx_countlimit() local
449 if (rlen == blocksize) in get_dx_countlimit()
451 else if (rlen == 12) { in get_dx_countlimit()
2001 int nlen, rlen; in ext4_find_dest_de() local
2014 rlen = ext4_rec_len_from_disk(de->rec_len, buf_size); in ext4_find_dest_de()
2015 if ((de->inode ? rlen - nlen : rlen) >= reclen) in ext4_find_dest_de()
2017 de = (struct ext4_dir_entry_2 *)((char *)de + rlen); in ext4_find_dest_de()
2018 offset += rlen; in ext4_find_dest_de()
2033 int nlen, rlen; in ext4_insert_dentry() local
2113 unsigned int rlen; ext4_check_dx_root() local
[all...]
/kernel/linux/linux-5.10/drivers/bus/mhi/host/
H A Ddebugfs.c69 er_ctxt->rlen); in mhi_debugfs_events_show()
119 chan_ctxt->rbase, chan_ctxt->rlen, chan_ctxt->rp, in mhi_debugfs_channels_show()
/kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/
H A Dcptvf_algs.c53 req_info->rlen += enc_iv_len; in update_output_iv()
81 req_info->rlen += nbytes; in update_output_data()
/kernel/linux/linux-6.6/drivers/bus/mhi/host/
H A Ddebugfs.c69 le64_to_cpu(er_ctxt->rlen)); in mhi_debugfs_events_show()
119 le64_to_cpu(chan_ctxt->rbase), le64_to_cpu(chan_ctxt->rlen), in mhi_debugfs_channels_show()
/kernel/linux/linux-6.6/drivers/crypto/cavium/cpt/
H A Dcptvf_algs.c53 req_info->rlen += enc_iv_len; in update_output_iv()
81 req_info->rlen += nbytes; in update_output_data()
/third_party/python/Modules/_decimal/libmpdec/
H A Dmpdecimal.c8364 * If rdata is NULL, space is allocated by the function and rlen is irrelevant.
8369 * functions and rlen MUST be correct. If necessary, the function will resize
8376 mpd_qexport_u16(uint16_t **rdata, size_t rlen, uint32_t rbase, in mpd_qexport_u16() argument
8391 rlen = mpd_sizeinbase(src, rbase); in mpd_qexport_u16()
8392 if (rlen == SIZE_MAX) { in mpd_qexport_u16()
8396 *rdata = mpd_alloc(rlen, sizeof **rdata); in mpd_qexport_u16()
8419 n = _baseconv_to_u16(rdata, rlen, rbase, tsrc.data, tsrc.len); in mpd_qexport_u16()
8443 * If rdata is NULL, space is allocated by the function and rlen is irrelevant.
8448 * functions and rlen MUST be correct. If necessary, the function will resize
8455 mpd_qexport_u32(uint32_t **rdata, size_t rlen, uint32_ argument
8544 mpd_ssize_t rlen; /* length of the result */ mpd_qimport_u16() local
8597 mpd_ssize_t rlen; /* length of the result */ mpd_qimport_u32() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/typec/tcpm/
H A Dtcpm.c1202 int rlen = 0; in tcpm_pd_svdm() local
1227 rlen = port->nr_snk_vdo + 1; in tcpm_pd_svdm()
1245 if (rlen >= 1) { in tcpm_pd_svdm()
1247 } else if (rlen == 0) { in tcpm_pd_svdm()
1249 rlen = 1; in tcpm_pd_svdm()
1252 rlen = 1; in tcpm_pd_svdm()
1265 rlen = 1; in tcpm_pd_svdm()
1272 rlen = 1; in tcpm_pd_svdm()
1276 rlen = 1; in tcpm_pd_svdm()
1286 rlen in tcpm_pd_svdm()
1335 int i, rlen = 0; tcpm_handle_vdm_request() local
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/ddbridge/
H A Dddbridge-core.c2594 u32 rlen) in flashio()
2612 if (rlen) in flashio()
2633 if (!rlen) { in flashio()
2637 if (rlen > 4) in flashio()
2640 while (rlen > 4) { in flashio()
2647 rlen -= 4; in flashio()
2649 ddbwritel(dev, 0x0003 | ((rlen << (8 + 3)) & 0x1F00), in flashio()
2658 if (rlen < 4) in flashio()
2659 data <<= ((4 - rlen) * 8); in flashio()
2661 while (rlen > in flashio()
2593 flashio(struct ddb *dev, u32 lnr, u8 *wbuf, u32 wlen, u8 *rbuf, u32 rlen) flashio() argument
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/ddbridge/
H A Dddbridge-core.c2585 u32 rlen) in flashio()
2603 if (rlen) in flashio()
2624 if (!rlen) { in flashio()
2628 if (rlen > 4) in flashio()
2631 while (rlen > 4) { in flashio()
2638 rlen -= 4; in flashio()
2640 ddbwritel(dev, 0x0003 | ((rlen << (8 + 3)) & 0x1F00), in flashio()
2649 if (rlen < 4) in flashio()
2650 data <<= ((4 - rlen) * 8); in flashio()
2652 while (rlen > in flashio()
2584 flashio(struct ddb *dev, u32 lnr, u8 *wbuf, u32 wlen, u8 *rbuf, u32 rlen) flashio() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_openssl.c1009 size_t rlen; in dh5_derive_shared() local
1021 rlen = DH_size(dh); in dh5_derive_shared()
1022 res = wpabuf_alloc(rlen); in dh5_derive_shared()
2966 size_t rlen; in crypto_ec_key_debug_print() local
2975 rlen = BIO_ctrl_pending(out); in crypto_ec_key_debug_print()
2976 txt = os_malloc(rlen + 1); in crypto_ec_key_debug_print()
2978 res = BIO_read(out, txt, rlen); in crypto_ec_key_debug_print()
3000 size_t rlen; in crypto_pkcs7_get_certificates() local
3053 rlen = BIO_ctrl_pending(out); in crypto_pkcs7_get_certificates()
3054 pem = wpabuf_alloc(rlen); in crypto_pkcs7_get_certificates()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
H A Dsun3lance.c133 unsigned short rlen; member
397 MEM->init.rlen = (RX_LOG_RING_SIZE << 13) | in lance_probe()
495 MEM->init.rlen = (RX_LOG_RING_SIZE << 13) | in lance_init_ring()
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/
H A Dpctv452e.c112 unsigned int rlen; in tt3650_ci_msg() local
133 rlen = (read_len > 0) ? 64 : 0; in tt3650_ci_msg()
135 buf, rlen, /* delay_ms */ 0); in tt3650_ci_msg()
/kernel/linux/linux-5.10/drivers/pci/controller/
H A Dpci-mvebu.c747 int rlen, nranges, rangesz, pna, i; in mvebu_get_tgt_attr() local
752 range = of_get_property(np, "ranges", &rlen); in mvebu_get_tgt_attr()
758 nranges = rlen / sizeof(__be32) / rangesz; in mvebu_get_tgt_attr()
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/
H A Dpctv452e.c114 unsigned int rlen; in tt3650_ci_msg() local
135 rlen = (read_len > 0) ? 64 : 0; in tt3650_ci_msg()
137 buf, rlen, /* delay_ms */ 0); in tt3650_ci_msg()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/
H A Dsun3lance.c133 unsigned short rlen; member
391 MEM->init.rlen = (RX_LOG_RING_SIZE << 13) | in lance_probe()
489 MEM->init.rlen = (RX_LOG_RING_SIZE << 13) | in lance_init_ring()
/third_party/f2fs-tools/fsck/
H A Dsegment.c644 while (!eof && (n = bulkread(fd, rbuf, c.compress.cc.rlen, in f2fs_build_file()
652 if (ret || n < c.compress.cc.rlen || in f2fs_build_file()
666 cur_cblk = (c.compress.cc.rlen - csize) / in f2fs_build_file()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p_group.c649 u8 *rlen; in p2p_group_assoc_resp_ie() local
681 rlen = p2p_buf_add_ie_hdr(resp); in p2p_group_assoc_resp_ie()
684 p2p_buf_update_ie_hdr(resp, rlen); in p2p_group_assoc_resp_ie()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dtlsv1_server.c231 size_t rlen; in tlsv1_server_encrypt() local
237 out_data, out_len, in_data, in_len, &rlen) < 0) { in tlsv1_server_encrypt()
244 return rlen; in tlsv1_server_encrypt()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dtlsv1_server.c231 size_t rlen; in tlsv1_server_encrypt() local
237 out_data, out_len, in_data, in_len, &rlen) < 0) { in tlsv1_server_encrypt()
244 return rlen; in tlsv1_server_encrypt()

Completed in 59 milliseconds

1...<<1112131415