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

/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h1216 #define V_TXPKT_VLAN_VLD(x) ((x) << S_TXPKT_VLAN_VLD) macro
1217 #define F_TXPKT_VLAN_VLD V_TXPKT_VLAN_VLD(1U)
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h1372 #define V_TXPKT_VLAN_VLD(x) ((__u64)(x) << S_TXPKT_VLAN_VLD) macro
1373 #define F_TXPKT_VLAN_VLD V_TXPKT_VLAN_VLD(1ULL)

Completed in 186 milliseconds