Searched refs:totalbytes (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/net/wireless/libertas/ |
D | if_usb.c | 339 cardp->totalbytes = cardp->fwlastblksent; in if_usb_send_fw_pkt() 344 cardp->totalbytes); in if_usb_send_fw_pkt() 350 memcpy(&fwdata->hdr, &firmware[cardp->totalbytes], in if_usb_send_fw_pkt() 353 cardp->fwlastblksent = cardp->totalbytes; in if_usb_send_fw_pkt() 354 cardp->totalbytes += sizeof(struct fwheader); in if_usb_send_fw_pkt() 356 memcpy(fwdata->data, &firmware[cardp->totalbytes], in if_usb_send_fw_pkt() 363 cardp->totalbytes += le32_to_cpu(fwdata->hdr.datalength); in if_usb_send_fw_pkt() 371 cardp->fwseqnum, cardp->totalbytes); in if_usb_send_fw_pkt() 380 cardp->totalbytes); in if_usb_send_fw_pkt() 856 cardp->totalbytes = 0; in if_usb_prog_firmware() [all …]
|
D | if_usb.h | 70 uint32_t totalbytes; member
|
/linux-4.4.14/drivers/net/wireless/libertas_tf/ |
D | if_usb.c | 291 cardp->totalbytes = cardp->fwlastblksent; in if_usb_send_fw_pkt() 296 cardp->totalbytes); in if_usb_send_fw_pkt() 302 memcpy(&fwdata->hdr, &firmware[cardp->totalbytes], in if_usb_send_fw_pkt() 305 cardp->fwlastblksent = cardp->totalbytes; in if_usb_send_fw_pkt() 306 cardp->totalbytes += sizeof(struct fwheader); in if_usb_send_fw_pkt() 308 memcpy(fwdata->data, &firmware[cardp->totalbytes], in if_usb_send_fw_pkt() 315 cardp->totalbytes += le32_to_cpu(fwdata->hdr.datalength); in if_usb_send_fw_pkt() 324 cardp->fwseqnum, cardp->totalbytes); in if_usb_send_fw_pkt() 337 cardp->totalbytes); in if_usb_send_fw_pkt() 867 cardp->totalbytes = 0; in if_usb_prog_firmware() [all …]
|
D | if_usb.h | 66 uint32_t totalbytes; member
|
/linux-4.4.14/arch/powerpc/platforms/powermac/ |
D | pfunc_core.c | 293 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-4.4.14/drivers/net/wireless/realtek/rtlwifi/ |
D | efuse.c | 383 u16 words_need = 0, hdr_num = 0, totalbytes, efuse_used; in efuse_shadow_update_chk() local 405 totalbytes = hdr_num + words_need * 2; in efuse_shadow_update_chk() 408 if ((totalbytes + efuse_used) >= in efuse_shadow_update_chk() 414 totalbytes, hdr_num, words_need, efuse_used); in efuse_shadow_update_chk()
|