/Linux-v4.19/arch/x86/platform/intel-mid/ |
D | sfi.c | 80 int totallen; in sfi_parse_mtmr() local 87 totallen = sfi_mtimer_num * sizeof(*pentry); in sfi_parse_mtmr() 88 memcpy(sfi_mtimer_array, pentry, totallen); in sfi_parse_mtmr() 93 for (totallen = 0; totallen < sfi_mtimer_num; totallen++, pentry++) { in sfi_parse_mtmr() 95 totallen, (u32)pentry->phys_addr, in sfi_parse_mtmr() 152 int totallen; in sfi_parse_mrtc() local 159 totallen = sfi_mrtc_num * sizeof(*pentry); in sfi_parse_mrtc() 160 memcpy(sfi_mrtc_array, pentry, totallen); in sfi_parse_mrtc() 165 for (totallen = 0; totallen < sfi_mrtc_num; totallen++, pentry++) { in sfi_parse_mrtc() 167 totallen, (u32)pentry->phys_addr, pentry->irq); in sfi_parse_mrtc()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
D | fw.c | 451 u32 totallen = 0, len = 0, tx_desclen = 0; in _rtl92s_fill_h2c_cmd() local 461 if (h2cbufferlen < totallen + len + tx_desclen) in _rtl92s_fill_h2c_cmd() 466 memset((ph2c_buffer + totallen + tx_desclen), 0, len); in _rtl92s_fill_h2c_cmd() 469 SET_BITS_TO_LE_4BYTE((ph2c_buffer + totallen + tx_desclen), in _rtl92s_fill_h2c_cmd() 473 SET_BITS_TO_LE_4BYTE((ph2c_buffer + totallen + tx_desclen), in _rtl92s_fill_h2c_cmd() 478 SET_BITS_TO_LE_4BYTE((ph2c_buffer + totallen + tx_desclen), in _rtl92s_fill_h2c_cmd() 483 memcpy((ph2c_buffer + totallen + tx_desclen + in _rtl92s_fill_h2c_cmd() 492 pre_continueoffset = totallen; in _rtl92s_fill_h2c_cmd() 494 totallen += len; in _rtl92s_fill_h2c_cmd() 497 return totallen; in _rtl92s_fill_h2c_cmd() [all …]
|
/Linux-v4.19/drivers/usb/storage/ |
D | jumpshot.c | 160 unsigned int totallen, alloclen; in jumpshot_read_data() local 173 totallen = sectors * info->ssize; in jumpshot_read_data() 179 alloclen = min(totallen, 65536u); in jumpshot_read_data() 187 len = min(totallen, alloclen); in jumpshot_read_data() 217 totallen -= len; in jumpshot_read_data() 218 } while (totallen > 0); in jumpshot_read_data() 237 unsigned int totallen, alloclen; in jumpshot_write_data() local 250 totallen = sectors * info->ssize; in jumpshot_write_data() 256 alloclen = min(totallen, 65536u); in jumpshot_write_data() 265 len = min(totallen, alloclen); in jumpshot_write_data() [all …]
|
D | datafab.c | 142 unsigned int totallen, alloclen; in datafab_read_data() local 161 totallen = sectors * info->ssize; in datafab_read_data() 167 alloclen = min(totallen, 65536u); in datafab_read_data() 176 len = min(totallen, alloclen); in datafab_read_data() 205 totallen -= len; in datafab_read_data() 206 } while (totallen > 0); in datafab_read_data() 226 unsigned int totallen, alloclen; in datafab_write_data() local 245 totallen = sectors * info->ssize; in datafab_write_data() 251 alloclen = min(totallen, 65536u); in datafab_write_data() 260 len = min(totallen, alloclen); in datafab_write_data() [all …]
|
D | shuttle_usbat.c | 1123 unsigned int totallen, alloclen; in usbat_flash_read_data() local 1142 totallen = sectors * info->ssize; in usbat_flash_read_data() 1150 alloclen = min(totallen, 65536u); in usbat_flash_read_data() 1160 len = min(totallen, alloclen); in usbat_flash_read_data() 1183 totallen -= len; in usbat_flash_read_data() 1184 } while (totallen > 0); in usbat_flash_read_data() 1214 unsigned int totallen, alloclen; in usbat_flash_write_data() local 1233 totallen = sectors * info->ssize; in usbat_flash_write_data() 1241 alloclen = min(totallen, 65536u); in usbat_flash_write_data() 1251 len = min(totallen, alloclen); in usbat_flash_write_data() [all …]
|
/Linux-v4.19/drivers/cpufreq/ |
D | sfi-cpufreq.c | 35 int totallen; in sfi_parse_freq() local 46 totallen = num_freq_table_entries * sizeof(*pentry); in sfi_parse_freq() 48 sfi_cpufreq_array = kmemdup(pentry, totallen, GFP_KERNEL); in sfi_parse_freq()
|
/Linux-v4.19/drivers/crypto/qce/ |
D | common.c | 231 u32 totallen, u32 offset) in qce_setup_regs_ahash() argument 316 u32 totallen, u32 offset) in qce_setup_regs_ablkcipher() argument 385 qce_write(qce, REG_SEG_SIZE, totallen); in qce_setup_regs_ablkcipher() 396 int qce_start(struct crypto_async_request *async_req, u32 type, u32 totallen, in qce_start() argument 401 return qce_setup_regs_ablkcipher(async_req, totallen, offset); in qce_start() 403 return qce_setup_regs_ahash(async_req, totallen, offset); in qce_start()
|
D | common.h | 99 int qce_start(struct crypto_async_request *async_req, u32 type, u32 totallen,
|
/Linux-v4.19/arch/powerpc/include/asm/ |
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-v4.19/drivers/mtd/ |
D | bcm63xxpart.c | 136 unsigned int rootfslen, kernellen, sparelen, totallen; in bcm63xx_parse_cfe_nor_partitions() local 183 if (kstrtouint(buf->total_length, 10, &totallen)) { in bcm63xx_parse_cfe_nor_partitions() 192 spareaddr = roundup(totallen, master->erasesize) + cfelen; in bcm63xx_parse_cfe_nor_partitions()
|
/Linux-v4.19/arch/powerpc/platforms/powermac/ |
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-v4.19/fs/nfs/blocklayout/ |
D | blocklayout.h | 165 u16 totallen; /* length of entire message, including hdr itself */ member
|
D | rpc_pipefs.c | 83 bl_msg->totallen = b->simple.len; in bl_resolve_deviceid()
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_attr_leaf.c | 1563 int totallen; in xfs_attr3_leaf_rebalance() local 1610 &count, &totallen); in xfs_attr3_leaf_rebalance() 1623 space = ichdr1.usedbytes - totallen; in xfs_attr3_leaf_rebalance() 1652 space = totallen - ichdr1.usedbytes; in xfs_attr3_leaf_rebalance() 1755 int totallen = 0; in xfs_attr3_leaf_figure_balance() local 1779 tmp = totallen + sizeof(*entry) + in xfs_attr3_leaf_figure_balance() 1784 totallen = tmp; in xfs_attr3_leaf_figure_balance() 1800 tmp = totallen + sizeof(*entry) + xfs_attr_leaf_entsize(leaf1, in xfs_attr3_leaf_figure_balance() 1805 totallen = tmp; in xfs_attr3_leaf_figure_balance() 1813 totallen -= count * sizeof(*entry); in xfs_attr3_leaf_figure_balance() [all …]
|
/Linux-v4.19/drivers/infiniband/hw/i40iw/ |
D | i40iw_puda.h | 92 u32 totallen; /* machlen+iphlen+tcphlen+datalen */ member
|
D | i40iw_puda.c | 453 info.len = buf->totallen; in i40iw_puda_send_buf() 1088 txbuf->totallen = buf->hdrlen + fpdu_len; in i40iw_ieq_compl_pfpdu() 1216 txbuf->mem.va, txbuf->totallen); in i40iw_ieq_handle_partial() 1301 txbuf->totallen = buf->hdrlen + length; in i40iw_ieq_process_buf()
|
D | i40iw_utils.c | 1474 buf->totallen = pkt_len + buf->maclen; in i40iw_puda_get_tcpip_info() 1476 if (info->payload_len < buf->totallen) { in i40iw_puda_get_tcpip_info() 1478 info->payload_len, buf->totallen); in i40iw_puda_get_tcpip_info()
|
D | i40iw_cm.c | 418 sqbuf->totallen = packetsize + eth_hlen; in i40iw_form_cm_frame() 3150 rbuf->totallen); in i40iw_receive_ilq()
|
/Linux-v4.19/net/sctp/ |
D | sm_make_chunk.c | 2827 int totallen = 0, i; in sctp_make_asconf_update_ip() local 2839 totallen += paramlen; in sctp_make_asconf_update_ip() 2840 totallen += addr_param_len; in sctp_make_asconf_update_ip() 2845 totallen += paramlen; in sctp_make_asconf_update_ip() 2846 totallen += addr_param_len; in sctp_make_asconf_update_ip() 2851 __func__, totallen); in sctp_make_asconf_update_ip() 2856 retval = sctp_make_asconf(asoc, laddr, totallen); in sctp_make_asconf_update_ip()
|