Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/cxgbe/common/
HDt4_regs.h39528 #define S_FLTRBASE_ADDR 2 macro
39530 #define V_FLTRBASE_ADDR(x) ((x) << S_FLTRBASE_ADDR)
39531 #define G_FLTRBASE_ADDR(x) (((x) >> S_FLTRBASE_ADDR) & M_FLTRBASE_ADDR)