Searched refs:_bytes (Results 1 – 2 of 2) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
H A D | dp_internal.h | 1188 #define DP_STATS_INC_PKT(_handle, _field, _count, _bytes) \ argument 1191 DP_STATS_INC(_handle, _field.bytes, _bytes) \ 1194 #define DP_PEER_STATS_FLAT_INC_PKT(_handle, _field, _count, _bytes) \ argument 1197 DP_PEER_STATS_FLAT_INC(_handle, _field.bytes, _bytes) \ 1200 #define DP_STATS_INCC_PKT(_handle, _field, _count, _bytes, _cond) \ argument 1203 DP_STATS_INCC(_handle, _field.bytes, _bytes, _cond) \ 1243 #define DP_STATS_INC_PKT(_handle, _field, _count, _bytes) argument 1244 #define DP_PEER_STATS_FLAT_INC_PKT(_handle, _field, _count, _bytes) argument 1245 #define DP_STATS_INCC_PKT(_handle, _field, _count, _bytes, _cond) argument 1262 #define DP_PEER_PER_PKT_STATS_INC_PKT(_handle, _field, _count, _bytes, _link) \ argument [all …]
|
/wlan-driver/fw-api/fw/ |
H A D | htt.h | 15767 #define HTT_TX_COMPL_CTXT_NUM(_bytes) ((_bytes) >> 1) argument
|