Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/ath/ath9k/
Dmci.h56 #define INC_PROF(_mci, _info) do { \ argument
59 _mci->num_other_acl++; \
62 _mci->num_a2dp++; \
64 _mci->num_bdr++; \
67 _mci->num_hid++; \
70 _mci->num_pan++; \
74 _mci->num_sco++; \
81 #define DEC_PROF(_mci, _info) do { \ argument
84 _mci->num_other_acl--; \
87 _mci->num_a2dp--; \
[all …]