Home
last modified time | relevance | path

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

/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
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 SET_BITS_TO_LE_4BYTE((ph2c_buffer + totallen + tx_desclen), in _rtl92s_fill_h2c_cmd()
449 SET_BITS_TO_LE_4BYTE((ph2c_buffer + totallen + tx_desclen), in _rtl92s_fill_h2c_cmd()
454 SET_BITS_TO_LE_4BYTE((ph2c_buffer + totallen + tx_desclen), in _rtl92s_fill_h2c_cmd()
459 memcpy((ph2c_buffer + totallen + tx_desclen + in _rtl92s_fill_h2c_cmd()
468 pre_continueoffset = totallen; in _rtl92s_fill_h2c_cmd()
470 totallen += len; in _rtl92s_fill_h2c_cmd()
473 return totallen; in _rtl92s_fill_h2c_cmd()
[all …]
/drivers/usb/storage/
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 …]
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 …]
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 …]
/drivers/cpufreq/
Dsfi-cpufreq.c27 int totallen; in sfi_parse_freq() local
38 totallen = num_freq_table_entries * sizeof(*pentry); in sfi_parse_freq()
40 sfi_cpufreq_array = kmemdup(pentry, totallen, GFP_KERNEL); in sfi_parse_freq()
/drivers/crypto/qce/
Dcommon.c223 u32 totallen, u32 offset) in qce_setup_regs_ahash() argument
308 u32 totallen, u32 offset) in qce_setup_regs_ablkcipher() argument
377 qce_write(qce, REG_SEG_SIZE, totallen); in qce_setup_regs_ablkcipher()
388 int qce_start(struct crypto_async_request *async_req, u32 type, u32 totallen, in qce_start() argument
393 return qce_setup_regs_ablkcipher(async_req, totallen, offset); in qce_start()
395 return qce_setup_regs_ahash(async_req, totallen, offset); in qce_start()
Dcommon.h91 int qce_start(struct crypto_async_request *async_req, u32 type, u32 totallen,
/drivers/mtd/parsers/
Dparser_imagetag.c69 unsigned int rootfslen, kernellen, sparelen, totallen; in bcm963xx_parse_imagetag_partitions() local
107 if (kstrtouint(buf->total_length, 10, &totallen)) { in bcm963xx_parse_imagetag_partitions()
126 spareaddr = roundup(totallen, master->erasesize); in bcm963xx_parse_imagetag_partitions()
/drivers/infiniband/hw/i40iw/
Di40iw_puda.h92 u32 totallen; /* machlen+iphlen+tcphlen+datalen */ member
Di40iw_puda.c453 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()
Di40iw_utils.c1487 buf->totallen = pkt_len + buf->maclen; in i40iw_puda_get_tcpip_info()
1489 if (info->payload_len < buf->totallen) { in i40iw_puda_get_tcpip_info()
1491 info->payload_len, buf->totallen); in i40iw_puda_get_tcpip_info()
Di40iw_cm.c418 sqbuf->totallen = packetsize + eth_hlen; in i40iw_form_cm_frame()
3153 rbuf->totallen); in i40iw_receive_ilq()