Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgb/common/
HDcxgb_t3_cpl.h1365 #define S_L2T_R_VLAN 8 macro
1367 #define V_L2T_R_VLAN(x) ((x) << S_L2T_R_VLAN)
1368 #define G_L2T_R_VLAN(x) (((x) >> S_L2T_R_VLAN) & M_L2T_R_VLAN)