Lines Matching refs:_cond

1152 #define DP_STATS_INCC(_handle, _field, _delta, _cond) \  argument
1154 if (_cond && likely(_handle)) \
1158 #define DP_PEER_LINK_STATS_INCC(_handle, _field, _delta, _cond, _link) \ argument
1160 if (_cond && likely(_handle)) \
1200 #define DP_STATS_INCC_PKT(_handle, _field, _count, _bytes, _cond) \ argument
1202 DP_STATS_INCC(_handle, _field.num, _count, _cond); \
1203 DP_STATS_INCC(_handle, _field.bytes, _bytes, _cond) \
1237 #define DP_STATS_INCC(_handle, _field, _delta, _cond) argument
1238 #define DP_PEER_LINK_STATS_INCC(_handle, _field, _delta, _cond, _link) argument
1245 #define DP_STATS_INCC_PKT(_handle, _field, _count, _bytes, _cond) argument
1257 #define DP_PEER_PER_PKT_STATS_INCC(_handle, _field, _delta, _cond, _link) \ argument
1259 DP_PEER_LINK_STATS_INCC(_handle, per_pkt_stats._field, _delta, _cond, _link); \
1268 #define DP_PEER_PER_PKT_STATS_INCC_PKT(_handle, _field, _count, _bytes, _cond, _link) \ argument
1270 DP_PEER_PER_PKT_STATS_INCC(_handle, _field.num, _count, _cond, _link); \
1271 DP_PEER_PER_PKT_STATS_INCC(_handle, _field.bytes, _bytes, _cond, _link) \
1285 #define DP_PEER_EXTD_STATS_INCC(_handle, _field, _delta, _cond, _link) \ argument
1287 DP_PEER_LINK_STATS_INCC(_handle, extd_stats._field, _delta, _cond, _link); \
1298 #define DP_PEER_TO_STACK_INCC_PKT(_handle, _count, _bytes, _cond) \ argument
1300 if (_cond || !(_handle->hw_txrx_stats_en)) \
1304 #define DP_PEER_TO_STACK_DECC(_handle, _count, _cond) \ argument
1306 if (_cond || !(_handle->hw_txrx_stats_en)) \
1310 #define DP_PEER_MC_INCC_PKT(_handle, _count, _bytes, _cond, _link) \ argument
1312 if (_cond || !(_handle->hw_txrx_stats_en)) \
1316 #define DP_PEER_BC_INCC_PKT(_handle, _count, _bytes, _cond, _link) \ argument
1318 if (_cond || !(_handle->hw_txrx_stats_en)) \
1322 #define DP_PEER_UC_INCC_PKT(_handle, _count, _bytes, _cond, _link) \ argument
1324 if (_cond || !(_handle->hw_txrx_stats_en)) \
1328 #define DP_PEER_TO_STACK_INCC_PKT(_handle, _count, _bytes, _cond) \ argument
1334 #define DP_PEER_TO_STACK_DECC(_handle, _count, _cond) \ argument
1340 #define DP_PEER_MC_INCC_PKT(_handle, _count, _bytes, _cond, _link) \ argument
1346 #define DP_PEER_BC_INCC_PKT(_handle, _count, _bytes, _cond, _link) \ argument
1352 #define DP_PEER_UC_INCC_PKT(_handle, _count, _bytes, _cond, _link) \ argument
1358 #define DP_PEER_TO_STACK_INCC_PKT(_handle, _count, _bytes, _cond) \ argument
1361 #define DP_PEER_TO_STACK_DECC(_handle, _count, _cond) \ argument
1364 #define DP_PEER_MC_INCC_PKT(_handle, _count, _bytes, _cond, _link) \ argument
1367 #define DP_PEER_BC_INCC_PKT(_handle, _count, _bytes, _cond, _link) \ argument
1370 #define DP_PEER_UC_INCC_PKT(_handle, _count, _bytes, _cond, _link) \ argument