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

/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h2290 #define S_L2T_W_PORT 8 macro
2292 #define V_L2T_W_PORT(x) ((x) << S_L2T_W_PORT)
2293 #define G_L2T_W_PORT(x) (((x) >> S_L2T_W_PORT) & M_L2T_W_PORT)

Completed in 128 milliseconds