Home
last modified time | relevance | path

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

/freebsd/sys/dev/ale/
H A Dif_alereg.h710 uint32_t vtags; member
H A Dif_ale.c2439 uint32_t length, prod, seqno, status, vtags; in ale_rxeof() local
2525 vtags = ALE_RX_VLAN(le32toh(rs->vtags)); in ale_rxeof()
2526 m->m_pkthdr.ether_vtag = ALE_RX_VLAN_TAG(vtags); in ale_rxeof()
/freebsd/sys/dev/age/
H A Dif_agereg.h591 uint32_t vtags; member
H A Dif_age.c2411 vtag = AGE_RX_VLAN(le32toh(rxrd->vtags)); in age_rxeof()
/freebsd/sys/dev/oce/
H A Doce_if.c2184 struct normal_vlan vtags[MAX_VLANFILTER_SIZE]; in oce_vid_config()
2192 vtags[ntags].vtag = i; in oce_vid_config()
2198 vtags, ntags, 1, 0); in oce_vid_config()
2186 struct normal_vlan vtags[MAX_VLANFILTER_SIZE]; oce_vid_config() local