Home
last modified time | relevance | path

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

/linux/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()
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/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()
257 alloclen = min(totallen, 65536u); in jumpshot_write_data()
266 len = min(totallen, alloclen); 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()
252 alloclen = min(totallen, 65536u); in datafab_write_data()
261 len = min(totallen, alloclen); 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()
1242 alloclen = min(totallen, 65536u); in usbat_flash_write_data()
1252 len = min(totallen, alloclen); in usbat_flash_write_data()
[all …]
/linux/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/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/arch/powerpc/platforms/powermac/
H A Dlow_i2c.c1317 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 Dxfs_attr_leaf.c1867 int totallen; in xfs_attr3_leaf_rebalance() local
1914 &count, &totallen); in xfs_attr3_leaf_rebalance()
1927 space = ichdr1.usedbytes - totallen; in xfs_attr3_leaf_rebalance()
1956 space = totallen - ichdr1.usedbytes; in xfs_attr3_leaf_rebalance()
2059 int totallen = 0; in xfs_attr3_leaf_figure_balance() local
2083 tmp = totallen + sizeof(*entry) + in xfs_attr3_leaf_figure_balance()
2088 totallen = tmp; in xfs_attr3_leaf_figure_balance()
2104 tmp = totallen + sizeof(*entry) + xfs_attr_leaf_entsize(leaf1, in xfs_attr3_leaf_figure_balance()
2109 totallen = tmp; in xfs_attr3_leaf_figure_balance()
2117 totallen -= count * sizeof(*entry); in xfs_attr3_leaf_figure_balance()
[all …]
/linux/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/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py668 totallen = len(actstr)
693 return (totallen - len(actstr))
889 return (totallen - len(actstr))
896 return (totallen - len(actstr))
/linux/drivers/infiniband/hw/irdma/
H A Dutils.c1571 buf->totallen = pkt_len + buf->maclen; in irdma_gen1_puda_get_tcpip_info()
1573 if (info->payload_len < buf->totallen) { in irdma_gen1_puda_get_tcpip_info()
1576 info->payload_len, buf->totallen); in irdma_gen1_puda_get_tcpip_info()
1618 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()
3157 16, 8, rbuf->mem.va, rbuf->totallen, false); in irdma_receive_ilq()