Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
Dhostap.h35 const struct hfa384x_tx_frame *tx);
Dhostap_wlan.h107 struct hfa384x_tx_frame { struct
516 #define PRISM2_TXFID_LEN (PRISM2_DATA_MAXLEN + sizeof(struct hfa384x_tx_frame))
Dhostap_hw.c1791 struct hfa384x_tx_frame txdesc; in prism2_tx_80211()
2151 struct hfa384x_tx_frame *txdesc, int ok, in hostap_tx_callback()
2201 struct hfa384x_tx_frame *txdesc, in hostap_tx_compl_read()
2253 struct hfa384x_tx_frame txdesc; in prism2_tx_ev()
2284 struct hfa384x_tx_frame *txdesc = in hostap_sta_tx_exc_tasklet()
2285 (struct hfa384x_tx_frame *) skb->data; in hostap_sta_tx_exc_tasklet()
2308 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()
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/
Dhfa384x.h468 struct hfa384x_tx_frame { struct
800 struct hfa384x_tx_frame desc;
Dhfa384x_usb.c2478 int usbpktlen = sizeof(struct hfa384x_tx_frame); in hfa384x_drvr_txframe()