Home
last modified time | relevance | path

Searched refs:_v (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/bus/fslmc/mc/
H A Dfsl_mc_sys.h25 #define iowrite64(_v, _p) writeq(_v, _p) argument
49 #define iowrite64(_v, _p) writeq(_v, _p) argument
50 #define iowrite32(_v, _p) writeq32(_v, _p) argument
/dpdk/drivers/net/i40e/base/
H A Dvirtchnl.h182 #define VF_IS_V10(_v) (((_v)->major == 1) && ((_v)->minor == 0)) argument
/dpdk/drivers/common/iavf/
H A Dvirtchnl.h344 #define VF_IS_V10(_v) (((_v)->major == 1) && ((_v)->minor == 0)) argument
/dpdk/drivers/common/mlx5/
H A Dmlx5_prm.h822 u32 _v = v; \
827 (((_v) & __mlx5_mask(typ, fld)) << \
840 u16 _v = v; \
845 (((_v) & __mlx5_mask16(typ, fld)) << \
/dpdk/drivers/common/sfc_efx/base/
H A Defx_regs_mcdi.h57 #define MC_FW_VERSION_IS_BOOTLOADER(_v) (((_v) >> 16) == 0xb007) argument