Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
H A Dhw.h647 int (*tx_data_rssi_pad_bytes)(struct htt_resp *htt); member
663 if (hw->hw_ops->tx_data_rssi_pad_bytes) in ath10k_tx_data_rssi_get_pad_bytes()
664 return hw->hw_ops->tx_data_rssi_pad_bytes(htt); in ath10k_tx_data_rssi_get_pad_bytes()
H A Dhw.c1154 .tx_data_rssi_pad_bytes = ath10k_get_htt_tx_data_rssi_pad,