Searched refs:_cnt (Results 1 – 7 of 7) sorted by relevance
709 #define PKT4(_reg, _cnt) \ argument710 (CP_TYPE4_PKT | ((_cnt) << 0) | (PM4_PARITY((_cnt)) << 7) | \
100 this_cpu_inc((*stats).smc[t].key ## _cnt); \162 this_cpu_inc((*(_smc_stats)).smc[t].rmb ## _ ## key.type ## _cnt)
176 struct wl_cnt *_cnt; /* low-level counters in driver */ member
95 #define XGMAC_PRIO_QUEUES(_cnt) \ argument96 min_t(unsigned int, IEEE_8021QAZ_MAX_TCS, (_cnt))
287 The \*_cnt arguments are the number of error conditions that were seen.
6090 #define CHECK_MLME_TRIGGER(_cnt, _fmt...) \ in iwl_mvm_event_mlme_callback() argument6092 if ((trig_mlme->_cnt) && --(trig_mlme->_cnt)) \ in iwl_mvm_event_mlme_callback()
1359 id = find_next_zero_bit(ud->res##_map, ud->res##_cnt, \1361 if (id == ud->res##_cnt) { \