Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dfw.c427 u32 totallen = 0, len = 0, tx_desclen = 0; in _rtl92s_fill_h2c_cmd() local
437 if (h2cbufferlen < totallen + len + tx_desclen) in _rtl92s_fill_h2c_cmd()
442 memset((ph2c_buffer + totallen + tx_desclen), 0, len); in _rtl92s_fill_h2c_cmd()
462 memcpy((ph2c_buffer + totallen + tx_desclen + in _rtl92s_fill_h2c_cmd()
472 pre_continueoffset = totallen; in _rtl92s_fill_h2c_cmd()
474 totallen += len; in _rtl92s_fill_h2c_cmd()
477 return totallen; in _rtl92s_fill_h2c_cmd()
482 u32 totallen = 0, len = 0, tx_desclen = 0; in _rtl92s_get_h2c_cmdlen() local
490 if (h2cbufferlen < totallen + len + tx_desclen) in _rtl92s_get_h2c_cmdlen()
493 totallen += len; in _rtl92s_get_h2c_cmdlen()
[all …]
/linux-6.15/drivers/crypto/qce/
H A Daead.c36 unsigned int totallen; in qce_aead_done() local
71 totallen = req->cryptlen + req->assoclen; in qce_aead_done()
74 totallen, ctx->authsize, 1); in qce_aead_done()
77 totallen, ctx->authsize, 1); in qce_aead_done()
121 unsigned int totallen; in qce_aead_prepare_dst_buf() local
124 totallen = rctx->cryptlen + assoclen; in qce_aead_prepare_dst_buf()
157 totallen = rctx->cryptlen + rctx->assoclen; in qce_aead_prepare_dst_buf()
159 if (totallen) { in qce_aead_prepare_dst_buf()
201 totallen = cryptlen + req->assoclen; in qce_aead_ccm_prepare_buf_assoclen()
278 totallen = cryptlen + rctx->assoclen; in qce_aead_ccm_prepare_buf_assoclen()
[all …]
H A Dcommon.c439 u32 encr_cfg, auth_cfg, config, totallen; in qce_setup_regs_aead() local
514 totallen = rctx->cryptlen + rctx->assoclen; in qce_setup_regs_aead()
524 qce_write(qce, REG_AUTH_SEG_SIZE, totallen); in qce_setup_regs_aead()
529 qce_write(qce, REG_SEG_SIZE, totallen + ctx->authsize); in qce_setup_regs_aead()
531 qce_write(qce, REG_SEG_SIZE, totallen); in qce_setup_regs_aead()
/linux-6.15/drivers/usb/storage/
H A Djumpshot.c161 unsigned int totallen, alloclen; in jumpshot_read_data() local
174 totallen = sectors * info->ssize; in jumpshot_read_data()
180 alloclen = min(totallen, 65536u); in jumpshot_read_data()
188 len = min(totallen, alloclen); in jumpshot_read_data()
218 totallen -= len; in jumpshot_read_data()
219 } while (totallen > 0); in jumpshot_read_data()
238 unsigned int totallen, alloclen; in jumpshot_write_data() local
251 totallen = sectors * info->ssize; in jumpshot_write_data()
266 len = min(totallen, alloclen); in jumpshot_write_data()
310 totallen -= len; in jumpshot_write_data()
[all …]
H A Ddatafab.c143 unsigned int totallen, alloclen; in datafab_read_data() local
162 totallen = sectors * info->ssize; in datafab_read_data()
168 alloclen = min(totallen, 65536u); in datafab_read_data()
177 len = min(totallen, alloclen); in datafab_read_data()
206 totallen -= len; in datafab_read_data()
207 } while (totallen > 0); in datafab_read_data()
227 unsigned int totallen, alloclen; in datafab_write_data() local
246 totallen = sectors * info->ssize; in datafab_write_data()
261 len = min(totallen, alloclen); in datafab_write_data()
301 totallen -= len; in datafab_write_data()
[all …]
H A Dshuttle_usbat.c1124 unsigned int totallen, alloclen; in usbat_flash_read_data() local
1143 totallen = sectors * info->ssize; in usbat_flash_read_data()
1151 alloclen = min(totallen, 65536u); in usbat_flash_read_data()
1161 len = min(totallen, alloclen); in usbat_flash_read_data()
1184 totallen -= len; in usbat_flash_read_data()
1185 } while (totallen > 0); in usbat_flash_read_data()
1215 unsigned int totallen, alloclen; in usbat_flash_write_data() local
1234 totallen = sectors * info->ssize; in usbat_flash_write_data()
1252 len = min(totallen, alloclen); in usbat_flash_write_data()
1273 totallen -= len; in usbat_flash_write_data()
[all …]
/linux-6.15/drivers/mtd/parsers/
H A Dparser_imagetag.c69 unsigned int rootfslen, kernellen, sparelen, totallen; in bcm963xx_parse_imagetag_partitions() local
110 if (kstrtouint(buf->total_length, 10, &totallen)) { in bcm963xx_parse_imagetag_partitions()
130 spareaddr = roundup(totallen, master->erasesize); in bcm963xx_parse_imagetag_partitions()
/linux-6.15/arch/powerpc/include/asm/
H A Dpmac_pfunc.h82 int (*rmw_i2c)(PMF_STD_ARGS, u32 masklen, u32 valuelen, u32 totallen,
88 u32 totallen, const u8 *maskdata, const u8 *valuedata);
94 u32 totallen, const u8 *maskdata,
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
H A Drx.c227 u32 totallen = xdp->data_end - xdp->data_meta; in mlx5e_xsk_construct_skb() local
231 skb = napi_alloc_skb(rq->cq.napi, totallen); in mlx5e_xsk_construct_skb()
237 skb_put_data(skb, xdp->data_meta, totallen); in mlx5e_xsk_construct_skb()
/linux-6.15/arch/powerpc/platforms/powermac/
H A Dlow_i2c.c1316 u32 totallen, const u8 *maskdata, in pmac_i2c_do_rmw() argument
1322 totallen > inst->bytes || valuelen > masklen) in pmac_i2c_do_rmw()
1328 inst->scratch, totallen); in pmac_i2c_do_rmw()
1357 u32 valuelen, u32 totallen, const u8 *maskdata, in pmac_i2c_do_rmw_sub() argument
1363 totallen > inst->bytes || valuelen > masklen) in pmac_i2c_do_rmw_sub()
1369 subaddr, inst->scratch, totallen); in pmac_i2c_do_rmw_sub()
/linux-6.15/drivers/infiniband/hw/irdma/
H A Dpuda.c533 info.len = buf->totallen; in irdma_puda_send_buf()
1270 txbuf->totallen = txbuf->hdrlen + fpdu_len; in irdma_ieq_compl_pfpdu()
1274 txbuf->totallen = buf->hdrlen + fpdu_len; in irdma_ieq_compl_pfpdu()
1403 txbuf->mem.va, txbuf->totallen, false); in irdma_ieq_handle_partial()
1492 txbuf->totallen = txbuf->hdrlen + len; in irdma_ieq_process_buf()
1497 txbuf->totallen = buf->hdrlen + len; in irdma_ieq_process_buf()
1501 16, 8, txbuf->mem.va, txbuf->totallen, in irdma_ieq_process_buf()
1601 buf->mem.va, buf->totallen, false); in irdma_ieq_handle_exception()
H A Dpuda.h69 u32 totallen; /* machlen+iphlen+tcphlen+datalen */ member
H A Dutils.c1471 buf->totallen = pkt_len + buf->maclen; in irdma_gen1_puda_get_tcpip_info()
1473 if (info->payload_len < buf->totallen) { in irdma_gen1_puda_get_tcpip_info()
1476 info->payload_len, buf->totallen); in irdma_gen1_puda_get_tcpip_info()
1518 buf->totallen = pkt_len; in irdma_puda_get_tcpip_info()
H A Dcm.c342 sqbuf->totallen = pktsize; in irdma_form_ah_cm_frame()
397 16, 8, sqbuf->mem.va, sqbuf->totallen, false); in irdma_form_ah_cm_frame()
458 sqbuf->totallen = pktsize + eth_hlen; in irdma_form_uda_cm_frame()
585 16, 8, sqbuf->mem.va, sqbuf->totallen, false); in irdma_form_uda_cm_frame()
3153 16, 8, rbuf->mem.va, rbuf->totallen, false); in irdma_receive_ilq()
/linux-6.15/fs/nfs/blocklayout/
H A Dblocklayout.h171 u16 totallen; /* length of entire message, including hdr itself */ member
H A Drpc_pipefs.c82 bl_msg->totallen = b->simple.len; in bl_resolve_deviceid()
/linux-6.15/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c1724 int totallen; in xfs_attr3_leaf_rebalance() local
1771 &count, &totallen); in xfs_attr3_leaf_rebalance()
1784 space = ichdr1.usedbytes - totallen; in xfs_attr3_leaf_rebalance()
1813 space = totallen - ichdr1.usedbytes; in xfs_attr3_leaf_rebalance()
1916 int totallen = 0; in xfs_attr3_leaf_figure_balance() local
1940 tmp = totallen + sizeof(*entry) + in xfs_attr3_leaf_figure_balance()
1945 totallen = tmp; in xfs_attr3_leaf_figure_balance()
1966 totallen = tmp; in xfs_attr3_leaf_figure_balance()
1974 totallen -= count * sizeof(*entry); in xfs_attr3_leaf_figure_balance()
1976 totallen -= sizeof(*entry) + in xfs_attr3_leaf_figure_balance()
[all …]
/linux-6.15/net/sctp/
H A Dsm_make_chunk.c2864 int totallen = 0, i; in sctp_make_asconf_update_ip() local
2876 totallen += paramlen; in sctp_make_asconf_update_ip()
2877 totallen += addr_param_len; in sctp_make_asconf_update_ip()
2882 totallen += paramlen; in sctp_make_asconf_update_ip()
2883 totallen += addr_param_len; in sctp_make_asconf_update_ip()
2888 __func__, totallen); in sctp_make_asconf_update_ip()
2893 retval = sctp_make_asconf(asoc, laddr, totallen); in sctp_make_asconf_update_ip()
/linux-6.15/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py669 totallen = len(actstr)
694 return (totallen - len(actstr))
890 return (totallen - len(actstr))
897 return (totallen - len(actstr))