| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
| H 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() 445 le32p_replace_bits((__le32 *)(ph2c_buffer + totallen + in _rtl92s_fill_h2c_cmd() 450 le32p_replace_bits((__le32 *)(ph2c_buffer + totallen + in _rtl92s_fill_h2c_cmd() 456 le32p_replace_bits((__le32 *)(ph2c_buffer + totallen + 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() [all …]
|
| /linux/drivers/mtd/parsers/ |
| H 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/arch/powerpc/include/asm/ |
| H 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/drivers/crypto/qce/ |
| H 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/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
| H 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/arch/powerpc/platforms/powermac/ |
| H A D | low_i2c.c | 1317 u32 totallen, const u8 *maskdata, in pmac_i2c_do_rmw() argument 1323 totallen > inst->bytes || valuelen > masklen) in pmac_i2c_do_rmw() 1329 inst->scratch, totallen); in pmac_i2c_do_rmw() 1358 u32 valuelen, u32 totallen, const u8 *maskdata, in pmac_i2c_do_rmw_sub() argument 1364 totallen > inst->bytes || valuelen > masklen) in pmac_i2c_do_rmw_sub() 1370 subaddr, inst->scratch, totallen); in pmac_i2c_do_rmw_sub()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_attr_leaf.c | 1711 int totallen; in xfs_attr3_leaf_rebalance() local 1758 &count, &totallen); in xfs_attr3_leaf_rebalance() 1771 space = ichdr1.usedbytes - totallen; in xfs_attr3_leaf_rebalance() 1800 space = totallen - ichdr1.usedbytes; in xfs_attr3_leaf_rebalance() 1903 int totallen = 0; in xfs_attr3_leaf_figure_balance() local 1927 tmp = totallen + sizeof(*entry) + in xfs_attr3_leaf_figure_balance() 1932 totallen = tmp; in xfs_attr3_leaf_figure_balance() 1948 tmp = totallen + sizeof(*entry) + xfs_attr_leaf_entsize(leaf1, in xfs_attr3_leaf_figure_balance() 1953 totallen = tmp; in xfs_attr3_leaf_figure_balance() 1961 totallen -= count * sizeof(*entry); in xfs_attr3_leaf_figure_balance() [all …]
|
| /linux/drivers/infiniband/hw/irdma/ |
| H A D | puda.c | 533 info.len = buf->totallen; in irdma_puda_send_buf() 1254 txbuf->totallen = txbuf->hdrlen + fpdu_len; in irdma_ieq_compl_pfpdu() 1258 txbuf->totallen = buf->hdrlen + fpdu_len; in irdma_ieq_compl_pfpdu() 1387 txbuf->mem.va, txbuf->totallen, false); in irdma_ieq_handle_partial() 1476 txbuf->totallen = txbuf->hdrlen + len; in irdma_ieq_process_buf() 1481 txbuf->totallen = buf->hdrlen + len; in irdma_ieq_process_buf() 1485 16, 8, txbuf->mem.va, txbuf->totallen, in irdma_ieq_process_buf() 1585 buf->mem.va, buf->totallen, false); in irdma_ieq_handle_exception()
|
| H A D | utils.c | 1570 buf->totallen = pkt_len + buf->maclen; in irdma_gen1_puda_get_tcpip_info() 1572 if (info->payload_len < buf->totallen) { in irdma_gen1_puda_get_tcpip_info() 1575 info->payload_len, buf->totallen); in irdma_gen1_puda_get_tcpip_info() 1617 buf->totallen = pkt_len; in irdma_puda_get_tcpip_info()
|
| H 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() 3154 16, 8, rbuf->mem.va, rbuf->totallen, false); in irdma_receive_ilq()
|
| /linux/fs/nfs/blocklayout/ |
| H A D | blocklayout.h | 171 u16 totallen; /* length of entire message, including hdr itself */ member
|
| H A D | rpc_pipefs.c | 82 bl_msg->totallen = b->simple.len; in bl_resolve_deviceid()
|
| /linux/tools/testing/selftests/net/openvswitch/ |
| H A D | ovs-dpctl.py | 669 totallen = len(actstr) 694 return (totallen - len(actstr)) 890 return (totallen - len(actstr)) 897 return (totallen - len(actstr))
|