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

/freebsd-9.3-release/sys/dev/bxe/
H A Dbxe.c5583 tx_start_bd->vlan_or_ethertype = htole16(m0->m_pkthdr.ether_vtag);
5591 tx_start_bd->vlan_or_ethertype = eh->evl_encap_proto;
5594 tx_start_bd->vlan_or_ethertype = htole16(fp->tx_pkt_prod);
5754 le16toh(tx_start_bd->vlan_or_ethertype),
H A Decore_hsi.h4762 uint16_t vlan_or_ethertype /* Vlan structure: vlan_id is in lsb, then cfi and then priority vlan_id 12 bits (lsb), cfi 1 bit, priority 3 bits. In E2, this field should be set with etherType for VFs with no vlan */; member in struct:eth_tx_start_bd

Completed in 128 milliseconds