Searched refs:_cnt (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/gpu/drm/msm/adreno/ |
H A D | adreno_gpu.h | 653 #define PKT4(_reg, _cnt) \ argument 654 (CP_TYPE4_PKT | ((_cnt) << 0) | (PM4_PARITY((_cnt)) << 7) | \
|
/linux/net/smc/ |
H A D | smc_stats.h | 100 this_cpu_inc((*stats).smc[t].key ## _cnt); \ 162 this_cpu_inc((*(_smc_stats)).smc[t].rmb ## _ ## key.type ## _cnt)
|
/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_gen6_tl.c | 22 #define SLICE_IDX(sl) offsetof(struct icp_qat_fw_init_admin_slice_cnt, sl##_cnt)
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | pub.h | 176 struct wl_cnt *_cnt; /* low-level counters in driver */ member
|
/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe.h | 95 #define XGMAC_PRIO_QUEUES(_cnt) \ argument 96 min_t(unsigned int, IEEE_8021QAZ_MAX_TCS, (_cnt))
|
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | hw.h | 85 #define REG_READ_MULTI(_ah, _addr, _val, _cnt) \ argument 86 (_ah)->reg_ops.multi_read((_ah), (_addr), (_val), (_cnt))
|
/linux/Documentation/driver-api/media/ |
H A D | cec-core.rst | 287 The \*_cnt arguments are the number of error conditions that were seen.
|
/linux/drivers/dma/ti/ |
H A D | k3-udma.c | 1359 id = find_next_zero_bit(ud->res##_map, ud->res##_cnt, \ 1361 if (id == ud->res##_cnt) { \
|