Home
last modified time | relevance | path

Searched refs:hfa384x_tx_frame (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap.h35 const struct hfa384x_tx_frame *tx);
H A Dhostap_wlan.h107 struct hfa384x_tx_frame { struct
518 #define PRISM2_TXFID_LEN (PRISM2_DATA_MAXLEN + sizeof(struct hfa384x_tx_frame))
H A Dhostap_hw.c1794 struct hfa384x_tx_frame txdesc; in prism2_tx_80211()
2155 struct hfa384x_tx_frame *txdesc, int ok, in hostap_tx_callback()
2205 struct hfa384x_tx_frame *txdesc, in hostap_tx_compl_read()
2257 struct hfa384x_tx_frame txdesc; in prism2_tx_ev()
2288 struct hfa384x_tx_frame *txdesc = in hostap_sta_tx_exc_tasklet()
2289 (struct hfa384x_tx_frame *) skb->data; in hostap_sta_tx_exc_tasklet()
2312 struct hfa384x_tx_frame txdesc; in prism2_txexc()
H A Dhostap_main.c549 void hostap_dump_tx_header(const char *name, const struct hfa384x_tx_frame *tx) in hostap_dump_tx_header()
/openbmc/linux/drivers/staging/wlan-ng/
H A Dhfa384x.h447 struct hfa384x_tx_frame { struct
766 struct hfa384x_tx_frame desc;
H A Dhfa384x_usb.c2457 int usbpktlen = sizeof(struct hfa384x_tx_frame); in hfa384x_drvr_txframe()