Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h1321 #define S_L2T_W_VLAN 11 macro
1323 #define V_L2T_W_VLAN(x) ((x) << S_L2T_W_VLAN)
1324 #define G_L2T_W_VLAN(x) (((x) >> S_L2T_W_VLAN) & M_L2T_W_VLAN)