Home
last modified time | relevance | path

Searched refs:tx_frame_hdr (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_txrx.c176 struct tx_frame_hdr *tx_fhdr = in strip_drv_header()
177 (struct tx_frame_hdr *)skb->data; in strip_drv_header()
179 skb_pull(skb, sizeof(struct tx_frame_hdr)); in strip_drv_header()
269 struct tx_frame_hdr tx_hdr; in ath9k_htc_tx_data()
278 memset(&tx_hdr, 0, sizeof(struct tx_frame_hdr)); in ath9k_htc_tx_data()
607 struct tx_frame_hdr *hdr; in check_cookie()
608 hdr = (struct tx_frame_hdr *) skb->data; in check_cookie()
H A Dhtc.h73 struct tx_frame_hdr { struct
74 data_typetx_frame_hdr global() argument
75 node_idxtx_frame_hdr global() argument
76 vif_idxtx_frame_hdr global() argument
77 tidnotx_frame_hdr global() argument
78 flagstx_frame_hdr global() argument
79 key_typetx_frame_hdr global() argument
80 keyixtx_frame_hdr global() argument
81 cookietx_frame_hdr global() argument
82 padtx_frame_hdr global() argument
H A Dhtc_drv_init.c759 /* tx_frame_hdr is larger than tx_mgmt_hdr anyway */ in ath9k_set_hw_capab()
760 hw->extra_tx_headroom = sizeof(struct tx_frame_hdr) + in ath9k_set_hw_capab()