/linux-6.3-rc2/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
A D | fw.c | 427 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.3-rc2/drivers/crypto/qce/ |
A D | aead.c | 36 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 …]
|
A D | common.c | 439 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.3-rc2/drivers/usb/storage/ |
A D | jumpshot.c | 161 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 …]
|
A D | datafab.c | 143 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 …]
|
A D | shuttle_usbat.c | 1124 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.3-rc2/drivers/mtd/parsers/ |
A D | parser_imagetag.c | 69 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.3-rc2/arch/powerpc/include/asm/ |
A D | pmac_pfunc.h | 82 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.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
A D | rx.c | 227 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.3-rc2/arch/powerpc/platforms/powermac/ |
A D | low_i2c.c | 1314 u32 totallen, const u8 *maskdata, in pmac_i2c_do_rmw() argument 1320 totallen > inst->bytes || valuelen > masklen) in pmac_i2c_do_rmw() 1326 inst->scratch, totallen); in pmac_i2c_do_rmw() 1355 u32 valuelen, u32 totallen, const u8 *maskdata, in pmac_i2c_do_rmw_sub() argument 1361 totallen > inst->bytes || valuelen > masklen) in pmac_i2c_do_rmw_sub() 1367 subaddr, inst->scratch, totallen); in pmac_i2c_do_rmw_sub()
|
/linux-6.3-rc2/drivers/infiniband/hw/irdma/ |
A D | puda.c | 527 info.len = buf->totallen; in irdma_puda_send_buf() 1269 txbuf->totallen = txbuf->hdrlen + fpdu_len; in irdma_ieq_compl_pfpdu() 1273 txbuf->totallen = buf->hdrlen + fpdu_len; in irdma_ieq_compl_pfpdu() 1402 txbuf->mem.va, txbuf->totallen, false); in irdma_ieq_handle_partial() 1491 txbuf->totallen = txbuf->hdrlen + len; in irdma_ieq_process_buf() 1496 txbuf->totallen = buf->hdrlen + len; in irdma_ieq_process_buf() 1500 16, 8, txbuf->mem.va, txbuf->totallen, in irdma_ieq_process_buf() 1600 buf->mem.va, buf->totallen, false); in irdma_ieq_handle_exception()
|
A D | puda.h | 69 u32 totallen; /* machlen+iphlen+tcphlen+datalen */ member
|
A D | utils.c | 1565 buf->totallen = pkt_len + buf->maclen; in irdma_gen1_puda_get_tcpip_info() 1567 if (info->payload_len < buf->totallen) { in irdma_gen1_puda_get_tcpip_info() 1570 info->payload_len, buf->totallen); in irdma_gen1_puda_get_tcpip_info() 1612 buf->totallen = pkt_len; in irdma_puda_get_tcpip_info()
|
A D | cm.c | 342 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() 3102 16, 8, rbuf->mem.va, rbuf->totallen, false); in irdma_receive_ilq()
|
/linux-6.3-rc2/fs/nfs/blocklayout/ |
A D | blocklayout.h | 165 u16 totallen; /* length of entire message, including hdr itself */ member
|
A D | rpc_pipefs.c | 82 bl_msg->totallen = b->simple.len; in bl_resolve_deviceid()
|
/linux-6.3-rc2/fs/xfs/libxfs/ |
A D | xfs_attr_leaf.c | 1725 int totallen; in xfs_attr3_leaf_rebalance() local 1772 &count, &totallen); in xfs_attr3_leaf_rebalance() 1785 space = ichdr1.usedbytes - totallen; in xfs_attr3_leaf_rebalance() 1814 space = totallen - ichdr1.usedbytes; in xfs_attr3_leaf_rebalance() 1917 int totallen = 0; in xfs_attr3_leaf_figure_balance() local 1941 tmp = totallen + sizeof(*entry) + in xfs_attr3_leaf_figure_balance() 1946 totallen = tmp; in xfs_attr3_leaf_figure_balance() 1967 totallen = tmp; in xfs_attr3_leaf_figure_balance() 1975 totallen -= count * sizeof(*entry); in xfs_attr3_leaf_figure_balance() 1977 totallen -= sizeof(*entry) + in xfs_attr3_leaf_figure_balance() [all …]
|
/linux-6.3-rc2/net/sctp/ |
A D | sm_make_chunk.c | 2872 int totallen = 0, i; in sctp_make_asconf_update_ip() local 2884 totallen += paramlen; in sctp_make_asconf_update_ip() 2885 totallen += addr_param_len; in sctp_make_asconf_update_ip() 2890 totallen += paramlen; in sctp_make_asconf_update_ip() 2891 totallen += addr_param_len; in sctp_make_asconf_update_ip() 2896 __func__, totallen); in sctp_make_asconf_update_ip() 2901 retval = sctp_make_asconf(asoc, laddr, totallen); in sctp_make_asconf_update_ip()
|