Home
last modified time | relevance | path

Searched refs:totalbytes (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/
H A Dif_usb.c340 cardp->totalbytes = cardp->fwlastblksent; in if_usb_send_fw_pkt()
344 lbs_deb_usb2(&cardp->udev->dev, "totalbytes = %d\n", 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()
371 lbs_deb_usb2(&cardp->udev->dev, "seqnum = %d totalbytes = %d\n", in if_usb_send_fw_pkt()
372 cardp->fwseqnum, cardp->totalbytes); in if_usb_send_fw_pkt()
[all...]
H A Dif_usb.h71 uint32_t totalbytes; member
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/
H A Dif_usb.c340 cardp->totalbytes = cardp->fwlastblksent; in if_usb_send_fw_pkt()
344 lbs_deb_usb2(&cardp->udev->dev, "totalbytes = %d\n", 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()
371 lbs_deb_usb2(&cardp->udev->dev, "seqnum = %d totalbytes = %d\n", in if_usb_send_fw_pkt()
372 cardp->fwseqnum, cardp->totalbytes); in if_usb_send_fw_pkt()
[all...]
H A Dif_usb.h71 uint32_t totalbytes; member
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas_tf/
H A Dif_usb.c283 cardp->totalbytes = cardp->fwlastblksent; in if_usb_send_fw_pkt()
287 lbtf_deb_usb2(&cardp->udev->dev, "totalbytes = %d\n", 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()
315 "seqnum = %d totalbytes = %d\n", in if_usb_send_fw_pkt()
316 cardp->fwseqnum, cardp->totalbytes); in if_usb_send_fw_pkt()
[all...]
H A Dif_usb.h62 uint32_t totalbytes; member
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas_tf/
H A Dif_usb.c283 cardp->totalbytes = cardp->fwlastblksent; in if_usb_send_fw_pkt()
287 lbtf_deb_usb2(&cardp->udev->dev, "totalbytes = %d\n", 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()
315 "seqnum = %d totalbytes = %d\n", in if_usb_send_fw_pkt()
316 cardp->fwseqnum, cardp->totalbytes); in if_usb_send_fw_pkt()
[all...]
H A Dif_usb.h62 uint32_t totalbytes; member
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
H A Dpfunc_core.c294 u32 totalbytes = pmf_next32(cmd); in pmf_parser_rmw_i2c() local
299 "totalbytes: %d) ...\n", in pmf_parser_rmw_i2c()
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
341 " totalbytes: %d) ...\n", in pmf_parser_rmw_cfg()
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
395 ", totalbytes in pmf_parser_rmw_i2c_sub()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/
H A Dpfunc_core.c294 u32 totalbytes = pmf_next32(cmd); in pmf_parser_rmw_i2c() local
299 "totalbytes: %d) ...\n", in pmf_parser_rmw_i2c()
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
341 " totalbytes: %d) ...\n", in pmf_parser_rmw_cfg()
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
395 ", totalbytes in pmf_parser_rmw_i2c_sub()
[all...]
/kernel/linux/linux-6.6/include/trace/events/
H A Drpcrdma.h2127 unsigned int totalbytes,
2131 TP_ARGS(wc, cid, totalbytes, posttime),
2137 __field(unsigned int, totalbytes)
2143 __entry->totalbytes = totalbytes;
2147 TP_printk("cq.id=%u cid=%d totalbytes=%u latency-us=%lld",
2149 __entry->totalbytes, __entry->read_latency
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/
H 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()
380 "%s: totalbytes(%#x), hdr_num(%#x), words_need(%#x), efuse_used(%d)\n", in efuse_shadow_update_chk()
381 __func__, totalbytes, hdr_num, words_need, efuse_used); in efuse_shadow_update_chk()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/
H 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()
380 "%s: totalbytes(%#x), hdr_num(%#x), words_need(%#x), efuse_used(%d)\n", in efuse_shadow_update_chk()
381 __func__, totalbytes, hdr_num, words_need, efuse_used); in efuse_shadow_update_chk()

Completed in 12 milliseconds