Searched refs:S_RTE_REQ_LUT_BASE (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h1449 #define S_RTE_REQ_LUT_BASE 19 macro
1451 #define V_RTE_REQ_LUT_BASE(x) ((x) << S_RTE_REQ_LUT_BASE)
1452 #define G_RTE_REQ_LUT_BASE(x) (((x) >> S_RTE_REQ_LUT_BASE) & M_RTE_REQ_LUT_BASE)
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h2200 #define S_RTE_REQ_LUT_BASE 19 macro
2202 #define V_RTE_REQ_LUT_BASE(x) ((x) << S_RTE_REQ_LUT_BASE)
2203 #define G_RTE_REQ_LUT_BASE(x) (((x) >> S_RTE_REQ_LUT_BASE) & M_RTE_REQ_LUT_BASE)

Completed in 150 milliseconds