Home
last modified time | relevance | path

Searched refs:__bf_shf (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/nfp/nfpcore/
H A Dnfp_nsp.h16 #define __bf_shf(x) (__builtin_ffsll(x) - 1) macro
21 (typeof(_x))(((_reg) & (_x)) >> __bf_shf(_x)); \
27 !((((typeof(_x))_val) << __bf_shf(_x)) & ~(_x)); \
33 ((typeof(_x))(_val) << __bf_shf(_x)) & (_x); \
H A Dnfp_nsp_eth.c17 #define __bf_shf(x) (__builtin_ffsll(x) - 1) macro
22 (typeof(_x))(((_reg) & (_x)) >> __bf_shf(_x)); \
28 !((((typeof(_x))_val) << __bf_shf(_x)) & ~(_x)); \
34 ((typeof(_x))(_val) << __bf_shf(_x)) & (_x); \
551 nfp_eth_set_bit_config(nsp, raw_idx, _x, __bf_shf(_x), \