Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h440 #define S_OPT1_VLAN 6 macro
442 #define V_OPT1_VLAN(x) ((x) << S_OPT1_VLAN)
443 #define G_OPT1_VLAN(x) (((x) >> S_OPT1_VLAN) & M_OPT1_VLAN)