Searched refs:totalbytes (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/net/wireless/marvell/libertas/ |
D | if_usb.c | 340 cardp->totalbytes = cardp->fwlastblksent; in if_usb_send_fw_pkt() 345 cardp->totalbytes); in if_usb_send_fw_pkt() 351 memcpy(&fwdata->hdr, &firmware[cardp->totalbytes], in if_usb_send_fw_pkt() 354 cardp->fwlastblksent = cardp->totalbytes; in if_usb_send_fw_pkt() 355 cardp->totalbytes += sizeof(struct fwheader); in if_usb_send_fw_pkt() 357 memcpy(fwdata->data, &firmware[cardp->totalbytes], in if_usb_send_fw_pkt() 364 cardp->totalbytes += le32_to_cpu(fwdata->hdr.datalength); in if_usb_send_fw_pkt() 372 cardp->fwseqnum, cardp->totalbytes); in if_usb_send_fw_pkt() 381 cardp->totalbytes); in if_usb_send_fw_pkt() 844 cardp->totalbytes = 0; in if_usb_prog_firmware() [all …]
|
D | if_usb.h | 71 uint32_t totalbytes; member
|
/linux-6.12.1/drivers/net/wireless/marvell/libertas_tf/ |
D | if_usb.c | 283 cardp->totalbytes = cardp->fwlastblksent; in if_usb_send_fw_pkt() 288 cardp->totalbytes); in if_usb_send_fw_pkt() 294 memcpy(&fwdata->hdr, &firmware[cardp->totalbytes], in if_usb_send_fw_pkt() 297 cardp->fwlastblksent = cardp->totalbytes; in if_usb_send_fw_pkt() 298 cardp->totalbytes += sizeof(struct fwheader); in if_usb_send_fw_pkt() 300 memcpy(fwdata->data, &firmware[cardp->totalbytes], in if_usb_send_fw_pkt() 307 cardp->totalbytes += le32_to_cpu(fwdata->hdr.datalength); in if_usb_send_fw_pkt() 316 cardp->fwseqnum, cardp->totalbytes); in if_usb_send_fw_pkt() 329 cardp->totalbytes); in if_usb_send_fw_pkt() 863 cardp->totalbytes = 0; in if_usb_prog_firmware() [all …]
|
D | if_usb.h | 62 uint32_t totalbytes; member
|
/linux-6.12.1/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-6.12.1/include/trace/events/ |
D | rpcrdma.h | 2110 unsigned int totalbytes, 2114 TP_ARGS(wc, cid, totalbytes, posttime), 2120 __field(unsigned int, totalbytes) 2126 __entry->totalbytes = totalbytes; 2132 __entry->totalbytes, __entry->read_latency
|
/linux-6.12.1/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()
|