Home
last modified time | relevance | path

Searched refs:totalbytes (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/net/wireless/marvell/libertas/
Dif_usb.c332 cardp->totalbytes = cardp->fwlastblksent; in if_usb_send_fw_pkt()
337 cardp->totalbytes); in if_usb_send_fw_pkt()
343 memcpy(&fwdata->hdr, &firmware[cardp->totalbytes], in if_usb_send_fw_pkt()
346 cardp->fwlastblksent = cardp->totalbytes; in if_usb_send_fw_pkt()
347 cardp->totalbytes += sizeof(struct fwheader); in if_usb_send_fw_pkt()
349 memcpy(fwdata->data, &firmware[cardp->totalbytes], in if_usb_send_fw_pkt()
356 cardp->totalbytes += le32_to_cpu(fwdata->hdr.datalength); in if_usb_send_fw_pkt()
364 cardp->fwseqnum, cardp->totalbytes); in if_usb_send_fw_pkt()
373 cardp->totalbytes); in if_usb_send_fw_pkt()
838 cardp->totalbytes = 0; in if_usb_prog_firmware()
[all …]
Dif_usb.h71 uint32_t totalbytes; member
/Linux-v4.19/drivers/net/wireless/marvell/libertas_tf/
Dif_usb.c285 cardp->totalbytes = cardp->fwlastblksent; in if_usb_send_fw_pkt()
290 cardp->totalbytes); in if_usb_send_fw_pkt()
296 memcpy(&fwdata->hdr, &firmware[cardp->totalbytes], in if_usb_send_fw_pkt()
299 cardp->fwlastblksent = cardp->totalbytes; in if_usb_send_fw_pkt()
300 cardp->totalbytes += sizeof(struct fwheader); in if_usb_send_fw_pkt()
302 memcpy(fwdata->data, &firmware[cardp->totalbytes], in if_usb_send_fw_pkt()
309 cardp->totalbytes += le32_to_cpu(fwdata->hdr.datalength); in if_usb_send_fw_pkt()
318 cardp->fwseqnum, cardp->totalbytes); in if_usb_send_fw_pkt()
331 cardp->totalbytes); in if_usb_send_fw_pkt()
861 cardp->totalbytes = 0; in if_usb_prog_firmware()
[all …]
Dif_usb.h66 uint32_t totalbytes; member
/Linux-v4.19/arch/powerpc/platforms/powermac/
Dpfunc_core.c293 u32 totalbytes = pmf_next32(cmd); in pmf_parser_rmw_i2c() local
299 maskbytes, valuesbytes, totalbytes); in pmf_parser_rmw_i2c()
303 PMF_PARSE_CALL(rmw_i2c, cmd, h, maskbytes, valuesbytes, totalbytes, in pmf_parser_rmw_i2c()
335 u32 totalbytes = pmf_next32(cmd); in pmf_parser_rmw_cfg() local
341 maskbytes, valuesbytes, totalbytes); in pmf_parser_rmw_cfg()
346 totalbytes, maskblob, valuesblob); in pmf_parser_rmw_cfg()
389 u32 totalbytes = pmf_next32(cmd); in pmf_parser_rmw_i2c_sub() local
395 subaddr, maskbytes, valuesbytes, totalbytes); in pmf_parser_rmw_i2c_sub()
400 totalbytes, maskblob, valuesblob); in pmf_parser_rmw_i2c_sub()
/Linux-v4.19/drivers/staging/rtlwifi/
Defuse.c368 u16 words_need = 0, hdr_num = 0, totalbytes, efuse_used; in efuse_shadow_update_chk() local
390 totalbytes = hdr_num + words_need * 2; in efuse_shadow_update_chk()
393 if ((totalbytes + efuse_used) >= in efuse_shadow_update_chk()
399 __func__, totalbytes, hdr_num, words_need, efuse_used); in efuse_shadow_update_chk()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/
Defuse.c390 u16 words_need = 0, hdr_num = 0, totalbytes, efuse_used; in efuse_shadow_update_chk() local
412 totalbytes = hdr_num + words_need * 2; in efuse_shadow_update_chk()
415 if ((totalbytes + efuse_used) >= in efuse_shadow_update_chk()
421 totalbytes, hdr_num, words_need, efuse_used); in efuse_shadow_update_chk()