Searched refs:_cnt (Results 1 – 8 of 8) sorted by relevance
40 int _cnt = (cnt); \43 if (argc < _cnt) { \45 argv[-1], _cnt, argc); \
675 #define PKT4(_reg, _cnt) \ argument676 (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
202 #define XGMAC_PRIO_QUEUES(_cnt) \ argument203 min_t(unsigned int, IEEE_8021QAZ_MAX_TCS, (_cnt))
227 .item ## _cnt = ARRAY_SIZE(item ## _names_ ## entry)
287 The \*_cnt arguments are the number of error conditions that were seen.
1352 id = find_next_zero_bit(ud->res##_map, ud->res##_cnt, \1354 if (id == ud->res##_cnt) { \