Searched refs:totalbytes (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/net/wireless/marvell/libertas/ |
D | if_usb.c | 337 cardp->totalbytes = cardp->fwlastblksent; in if_usb_send_fw_pkt() 342 cardp->totalbytes); in if_usb_send_fw_pkt() 348 memcpy(&fwdata->hdr, &firmware[cardp->totalbytes], in if_usb_send_fw_pkt() 351 cardp->fwlastblksent = cardp->totalbytes; in if_usb_send_fw_pkt() 352 cardp->totalbytes += sizeof(struct fwheader); in if_usb_send_fw_pkt() 354 memcpy(fwdata->data, &firmware[cardp->totalbytes], in if_usb_send_fw_pkt() 361 cardp->totalbytes += le32_to_cpu(fwdata->hdr.datalength); in if_usb_send_fw_pkt() 369 cardp->fwseqnum, cardp->totalbytes); in if_usb_send_fw_pkt() 378 cardp->totalbytes); in if_usb_send_fw_pkt() 841 cardp->totalbytes = 0; in if_usb_prog_firmware() [all …]
|
D | if_usb.h | 71 uint32_t totalbytes; member
|
/Linux-v5.10/drivers/net/wireless/marvell/libertas_tf/ |
D | if_usb.c | 281 cardp->totalbytes = cardp->fwlastblksent; in if_usb_send_fw_pkt() 286 cardp->totalbytes); in if_usb_send_fw_pkt() 292 memcpy(&fwdata->hdr, &firmware[cardp->totalbytes], in if_usb_send_fw_pkt() 295 cardp->fwlastblksent = cardp->totalbytes; in if_usb_send_fw_pkt() 296 cardp->totalbytes += sizeof(struct fwheader); in if_usb_send_fw_pkt() 298 memcpy(fwdata->data, &firmware[cardp->totalbytes], in if_usb_send_fw_pkt() 305 cardp->totalbytes += le32_to_cpu(fwdata->hdr.datalength); in if_usb_send_fw_pkt() 314 cardp->fwseqnum, cardp->totalbytes); in if_usb_send_fw_pkt() 327 cardp->totalbytes); in if_usb_send_fw_pkt() 861 cardp->totalbytes = 0; in if_usb_prog_firmware() [all …]
|
D | if_usb.h | 62 uint32_t totalbytes; member
|
/Linux-v5.10/arch/powerpc/platforms/powermac/ |
D | pfunc_core.c | 294 u32 totalbytes = pmf_next32(cmd); in pmf_parser_rmw_i2c() local 300 maskbytes, valuesbytes, totalbytes); in pmf_parser_rmw_i2c() 304 PMF_PARSE_CALL(rmw_i2c, cmd, h, maskbytes, valuesbytes, totalbytes, in pmf_parser_rmw_i2c() 336 u32 totalbytes = pmf_next32(cmd); in pmf_parser_rmw_cfg() local 342 maskbytes, valuesbytes, totalbytes); in pmf_parser_rmw_cfg() 347 totalbytes, maskblob, valuesblob); in pmf_parser_rmw_cfg() 390 u32 totalbytes = pmf_next32(cmd); in pmf_parser_rmw_i2c_sub() local 396 subaddr, maskbytes, valuesbytes, totalbytes); in pmf_parser_rmw_i2c_sub() 401 totalbytes, maskblob, valuesblob); in pmf_parser_rmw_i2c_sub()
|
/Linux-v5.10/drivers/net/wireless/realtek/rtlwifi/ |
D | efuse.c | 350 u16 words_need = 0, hdr_num = 0, totalbytes, efuse_used; in efuse_shadow_update_chk() local 372 totalbytes = hdr_num + words_need * 2; in efuse_shadow_update_chk() 375 if ((totalbytes + efuse_used) >= in efuse_shadow_update_chk() 381 __func__, totalbytes, hdr_num, words_need, efuse_used); in efuse_shadow_update_chk()
|