Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/cxgb/common/
Dcxgb_t3_cpl.h1217 #define F_TXPKT_VLAN_VLD V_TXPKT_VLAN_VLD(1U) macro
/freebsd-9-stable/sys/dev/cxgbe/common/
Dt4_msg.h1167 #define F_TXPKT_VLAN_VLD V_TXPKT_VLAN_VLD(1ULL) macro
/freebsd-9-stable/sys/dev/cxgbe/
Dt4_sge.c3477 ctrl1 |= F_TXPKT_VLAN_VLD | V_TXPKT_VLAN(m->m_pkthdr.ether_vtag); in write_txpkt_wr()
3679 ctrl |= F_TXPKT_VLAN_VLD | V_TXPKT_VLAN(m->m_pkthdr.ether_vtag); in write_ulp_cpl_sgl()
/freebsd-9-stable/sys/dev/cxgb/
Dcxgb_sge.c1355 cntrl |= F_TXPKT_VLAN_VLD | V_TXPKT_VLAN((m)->m_pkthdr.ether_vtag); \