Home
last modified time | relevance | path

Searched refs:HTC_HDR_ENDPOINTID (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dhtc.h17 #define HTC_HDR_ENDPOINTID GENMASK(7, 0) macro
H A Dhtc.c61 hdr->htc_info = FIELD_PREP(HTC_HDR_ENDPOINTID, ep->eid) | in ath11k_htc_prepare_tx_skb()
250 eid = FIELD_GET(HTC_HDR_ENDPOINTID, hdr->htc_info); in ath11k_htc_rx_completion_handler()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dhtc.h17 #define HTC_HDR_ENDPOINTID GENMASK(7, 0) macro
H A Dhtc.c60 hdr->htc_info = FIELD_PREP(HTC_HDR_ENDPOINTID, ep->eid) | in ath11k_htc_prepare_tx_skb()
300 eid = FIELD_GET(HTC_HDR_ENDPOINTID, hdr->htc_info); in ath11k_htc_rx_completion_handler()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Dhtc.h18 #define HTC_HDR_ENDPOINTID GENMASK(7, 0) macro
H A Dhtc.c61 hdr->htc_info = le32_encode_bits(ep->eid, HTC_HDR_ENDPOINTID) | in ath12k_htc_prepare_tx_skb()
263 eid = le32_get_bits(hdr->htc_info, HTC_HDR_ENDPOINTID); in ath12k_htc_rx_completion_handler()

Completed in 6 milliseconds