Searched refs:fwheader (Results 1 - 4 of 4) sorted by relevance

/drivers/net/wireless/libertas/
H A Dif_usb.h80 /* fwheader */
81 struct fwheader { struct
91 struct fwheader hdr;
H A Dif_usb.c434 which is not in the struct fwheader in the actual
437 sizeof(struct fwheader));
440 cardp->totalbytes += sizeof(struct fwheader);
885 struct fwheader *fwh = (void *)data;
891 offset = sizeof(struct fwheader) + blksize;
/drivers/net/wireless/libertas_tf/
H A Dif_usb.h75 /** fwheader */
76 struct fwheader { struct
86 struct fwheader hdr;
H A Dif_usb.c300 which is not in the struct fwheader in the actual
303 sizeof(struct fwheader));
306 cardp->totalbytes += sizeof(struct fwheader);
786 struct fwheader *fwh = (void *) data;
792 offset = sizeof(struct fwheader) + blksize;

Completed in 61 milliseconds