Searched refs:bootrec (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/wireless/p54/
H A Dfwio.c34 struct bootrec *bootrec; p54_parse_firmware() local
51 bootrec = (struct bootrec *) data; p54_parse_firmware()
53 while (bootrec->data <= end_data && (bootrec->data + p54_parse_firmware()
54 (len = le32_to_cpu(bootrec->len))) <= end_data) { p54_parse_firmware()
55 u32 code = le32_to_cpu(bootrec->code); p54_parse_firmware()
59 bootrec->data); p54_parse_firmware()
64 char *iftype = (char *)bootrec->data; p54_parse_firmware()
79 if (strnlen((unsigned char *) bootrec->data, 24) < 24) p54_parse_firmware()
80 fw_version = (unsigned char *) bootrec->data; p54_parse_firmware()
84 (struct bootrec_desc *)bootrec->data; p54_parse_firmware()
92 if (le32_to_cpu(bootrec->len) == 11) p54_parse_firmware()
109 exp_if = (struct exp_if *) bootrec->data; p54_parse_firmware()
123 bootrec = (struct bootrec *)&bootrec->data[len]; p54_parse_firmware()
H A Dp54.h33 struct bootrec { struct

Completed in 82 milliseconds