Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/intersil/hostap/
Dhostap.h35 const struct hfa384x_tx_frame *tx);
Dhostap_wlan.h107 struct hfa384x_tx_frame { struct
518 #define PRISM2_TXFID_LEN (PRISM2_DATA_MAXLEN + sizeof(struct hfa384x_tx_frame))
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()
Dhostap_main.c549 void hostap_dump_tx_header(const char *name, const struct hfa384x_tx_frame *tx) in hostap_dump_tx_header()
/linux-6.1.9/drivers/staging/wlan-ng/
Dhfa384x.h468 struct hfa384x_tx_frame { struct
787 struct hfa384x_tx_frame desc;
Dhfa384x_usb.c2478 int usbpktlen = sizeof(struct hfa384x_tx_frame); in hfa384x_drvr_txframe()