Home
last modified time | relevance | path

Searched defs:bitindex (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/
H A Dbitmap.h78 #define BT_WIM(bitmap, bitindex) \ argument
83 #define BT_BIW(bitindex) \ argument
87 #define BT_WIM32(bitmap, bitindex) \ argument
90 #define BT_BIW32(bitindex) \ argument
103 #define BT_TEST(bitmap, bitindex) \ argument
105 #define BT_SET(bitmap, bitindex) \ argument
107 #define BT_CLEAR(bitmap, bitindex) \ argument
115 #define BT_TEST32(bitmap, bitindex) \ argument
117 #define BT_SET32(bitmap, bitindex) \ argument
119 #define BT_CLEAR32(bitmap, bitindex) \ argument
[all …]
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_82598.c978 u32 bitindex; in ixgbe_set_vfta_82598() local