Searched refs:fwheader (Results 1 - 4 of 4) 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.h79 /** fwheader */
80 struct fwheader { struct
90 struct fwheader hdr;
H A Dif_usb.c400 which is not in the struct fwheader in the actual
403 sizeof(struct fwheader));
406 cardp->totalbytes += sizeof(struct fwheader);
850 struct fwheader *fwh = (void *)data;
856 offset = sizeof(struct fwheader) + blksize;
/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.h75 /** fwheader */
76 struct fwheader { struct
86 struct fwheader hdr;
H A Dif_usb.c299 which is not in the struct fwheader in the actual
302 sizeof(struct fwheader));
305 cardp->totalbytes += sizeof(struct fwheader);
775 struct fwheader *fwh = (void *) data;
781 offset = sizeof(struct fwheader) + blksize;

Completed in 35 milliseconds