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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Dif_usb.h69 uint32_t totalbytes; member in struct:if_usb_card
H A Dif_usb.c391 cardp->totalbytes = cardp->fwlastblksent;
395 lbs_deb_usb2(&cardp->udev->dev, "totalbytes = %d\n",
396 cardp->totalbytes);
402 memcpy(&fwdata->hdr, &firmware[cardp->totalbytes],
405 cardp->fwlastblksent = cardp->totalbytes;
406 cardp->totalbytes += sizeof(struct fwheader);
408 memcpy(fwdata->data, &firmware[cardp->totalbytes],
415 cardp->totalbytes += le32_to_cpu(fwdata->hdr.datalength);
422 lbs_deb_usb2(&cardp->udev->dev, "seqnum = %d totalbytes = %d\n",
423 cardp->fwseqnum, cardp->totalbytes);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas_tf/
H A Dif_usb.h66 uint32_t totalbytes; member in struct:if_usb_card
H A Dif_usb.c290 cardp->totalbytes = cardp->fwlastblksent;
294 lbtf_deb_usb2(&cardp->udev->dev, "totalbytes = %d\n",
295 cardp->totalbytes);
301 memcpy(&fwdata->hdr, &firmware[cardp->totalbytes],
304 cardp->fwlastblksent = cardp->totalbytes;
305 cardp->totalbytes += sizeof(struct fwheader);
307 memcpy(fwdata->data, &firmware[cardp->totalbytes],
314 cardp->totalbytes += le32_to_cpu(fwdata->hdr.datalength);
321 lbtf_deb_usb2(&cardp->udev->dev, "seqnum = %d totalbytes = %d\n",
322 cardp->fwseqnum, cardp->totalbytes);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlstate.h115 lu_mem totalbytes; /* number of bytes currently allocated - GCdebt */ member in struct:global_State
219 #define gettotalbytes(g) ((g)->totalbytes + (g)->GCdebt)
H A Dlstate.c103 ** set GCdebt to a new value keeping the value (totalbytes + GCdebt)
107 g->totalbytes -= (debt - g->GCdebt);
298 g->totalbytes = sizeof(LG);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dpfunc_core.c277 u32 totalbytes = pmf_next32(cmd); local
282 "totalbytes: %d) ...\n",
283 maskbytes, valuesbytes, totalbytes);
287 PMF_PARSE_CALL(rmw_i2c, cmd, h, maskbytes, valuesbytes, totalbytes,
319 u32 totalbytes = pmf_next32(cmd); local
324 " totalbytes: %d) ...\n",
325 maskbytes, valuesbytes, totalbytes);
330 totalbytes, maskblob, valuesblob);
373 u32 totalbytes = pmf_next32(cmd); local
378 ", totalbytes
[all...]

Completed in 90 milliseconds