Searched defs:hfa384x (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dprism2.c59 * Include wlan_compat, p80211 and hfa384x header files from Linux Prism2 driver
68 #include "hfa384x.h"
129 typedef struct hfa384x struct
178 * Hardware-level hfa384x functions
179 * These are based on the ones in hfa384x.h (which are ifdef'd out since __KERNEL__ is not defined).
180 * Basically, these functions are the result of hand-evaluating all the ifdefs and defines in the hfa384x.h versions.
218 * Low-level hfa384x functions
219 * These are based on the ones in hfa384x.c, modified to work in the Etherboot environment.
599 printf("hfa384x: Timed out waiting for %s\n", descr);
679 printf("hfa384x
[all...]
H A Dhfa384x.h1 /* src/prism2/include/prism2/hfa384x.h
3 * Defines the constants and data structures for the hfa384x
1700 /*-- MAC rx descriptor (hfa384x byte order) --*/
1718 UINT16 data_len; /* hfa384x (little endian) format */
2435 struct hfa384x;
2437 typedef void (*ctlx_cmdcb_t)( struct hfa384x*, const struct hfa384x_usbctlx* );
2440 struct hfa384x *hw,
2526 typedef struct hfa384x struct

Completed in 63 milliseconds