Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_msg.h1312 #define S_TXPKT_VLAN 44 macro
1314 #define V_TXPKT_VLAN(x) ((__u64)(x) << S_TXPKT_VLAN)
1315 #define G_TXPKT_VLAN(x) (((x) >> S_TXPKT_VLAN) & M_TXPKT_VLAN)