Home
last modified time | relevance | path

Searched refs:tx_fhdr (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_txrx.c176 struct tx_frame_hdr *tx_fhdr = in strip_drv_header() local
178 slot = tx_fhdr->cookie; in strip_drv_header()
224 u8 *tx_fhdr; in ath9k_htc_tx_mgmt() local
255 tx_fhdr = skb_push(skb, sizeof(mgmt_hdr)); in ath9k_htc_tx_mgmt()
256 memcpy(tx_fhdr, (u8 *) &mgmt_hdr, sizeof(mgmt_hdr)); in ath9k_htc_tx_mgmt()
271 u8 *qc, *tx_fhdr; in ath9k_htc_tx_data() local
327 tx_fhdr = skb_push(skb, sizeof(tx_hdr)); in ath9k_htc_tx_data()
328 memcpy(tx_fhdr, (u8 *) &tx_hdr, sizeof(tx_hdr)); in ath9k_htc_tx_data()
H A Dhtc_drv_beacon.c202 u8 *tx_fhdr; in ath9k_htc_send_beacon() local
247 tx_fhdr = skb_push(beacon, sizeof(beacon_hdr)); in ath9k_htc_send_beacon()
248 memcpy(tx_fhdr, (u8 *) &beacon_hdr, sizeof(beacon_hdr)); in ath9k_htc_send_beacon()