Home
last modified time | relevance | path

Searched refs:HTC_HDR_ENDPOINTID (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/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()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dhtc.h18 #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()
301 eid = FIELD_GET(HTC_HDR_ENDPOINTID, hdr->htc_info); in ath11k_htc_rx_completion_handler()