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

/freebsd-11.0-release/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h1322 #define S_L2T_W_VLAN 11 macro
1324 #define V_L2T_W_VLAN(x) ((x) << S_L2T_W_VLAN)
1325 #define G_L2T_W_VLAN(x) (((x) >> S_L2T_W_VLAN) & M_L2T_W_VLAN)

Completed in 108 milliseconds