Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/marvell/libertas/
A Dif_usb.c340 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()
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()
886 cardp->totalbytes = 0; in if_usb_prog_firmware()
[all …]
A Dif_usb.h71 uint32_t totalbytes; member
/linux-6.3-rc2/drivers/net/wireless/marvell/libertas_tf/
A Dif_usb.c283 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 …]
A Dif_usb.h62 uint32_t totalbytes; member
/linux-6.3-rc2/arch/powerpc/platforms/powermac/
A Dpfunc_core.c294 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.3-rc2/include/trace/events/
A Drpcrdma.h2119 unsigned int totalbytes,
2123 TP_ARGS(wc, cid, totalbytes, posttime),
2129 __field(unsigned int, totalbytes)
2135 __entry->totalbytes = totalbytes;
2141 __entry->totalbytes, __entry->read_latency
/linux-6.3-rc2/drivers/net/wireless/realtek/rtlwifi/
A Defuse.c350 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()

Completed in 14 milliseconds