Searched refs:vlan_tci (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/libpcap/pcap/
H A Dvlan.h41 uint16_t vlan_tci; /* VLAN TCI */ member in struct:vlan_tag
/freebsd-13-stable/sys/dev/vnic/
H A Dq_struct.h225 uint64_t vlan_tci:16; member in struct:cqe_rx_t
272 uint64_t vlan_tci:16;
/freebsd-13-stable/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_kg.h275 enum fman_kg_def_select vlan_tci; member in struct:fman_kg_extract_def
/freebsd-13-stable/sys/dev/qlxge/
H A Dqls_hw.h674 uint16_t vlan_tci; member in struct:_q81_tx_mac
715 uint16_t vlan_tci; member in struct:_q81_tx_tso
H A Dqls_hw.c713 tx_mac->vlan_tci = mp->m_pkthdr.ether_vtag;
/freebsd-13-stable/sys/dev/qlxgb/
H A Dqla_hw.h201 uint16_t vlan_tci; /* VLAN TCI when hw tagging is enabled*/ member in struct:_q80_tx_cmd
H A Dqla_hw.c1017 tx_cmd->vlan_tci = mp->m_pkthdr.ether_vtag;
/freebsd-13-stable/sys/dev/qlxgbe/
H A Dql_hw.h517 uint16_t vlan_tci; member in struct:_q80_mac_addr
1200 uint16_t vlan_tci; /* VLAN TCI when hw tagging is enabled*/ member in struct:_q80_tx_cmd
H A Dql_hw.c2603 tx_cmd->vlan_tci = mp->m_pkthdr.ether_vtag;
2606 tx_cmd->vlan_tci |= ha->hw.user_pri_iscsi << 13;
2607 mp->m_pkthdr.ether_vtag = tx_cmd->vlan_tci;
/freebsd-13-stable/sys/dev/sfxge/common/
H A Def10_impl.h824 __in uint16_t vlan_tci,
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfman_kg.c494 tmp_reg |= extract_params->known_fields_def.vlan_tci <<
/freebsd-13-stable/contrib/libpcap/
H A Dpcap-linux.c414 * vlan_tci field in the skbuff is. 0 can either mean "not on a VLAN"
2035 tag->vlan_tci = htons(aux->tp_vlan_tci);
5276 tag->vlan_tci = htons(tp_vlan_tci);

Completed in 227 milliseconds