Home
last modified time | relevance | path

Searched defs:DP_HW2SW_MACID (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/wireless/ath/ath11k/
Ddp.h236 #define DP_HW2SW_MACID(mac_id) ((mac_id) ? ((mac_id) - 1) : 0) macro
/linux-6.12.1/drivers/net/wireless/ath/ath12k/
Ddp.h194 #define DP_HW2SW_MACID(mac_id) ({ typeof(mac_id) x = (mac_id); x ? x - 1 : 0; }) macro