Searched refs:tx_fhdr (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/ath/ath9k/ | 
| D | htc_drv_txrx.c | 176 		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 322 	tx_fhdr = skb_push(skb, sizeof(tx_hdr));  in ath9k_htc_tx_data() 323 	memcpy(tx_fhdr, (u8 *) &tx_hdr, sizeof(tx_hdr));  in ath9k_htc_tx_data()
  | 
| D | htc_drv_beacon.c | 202 	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()
  |