Searched refs:RFD_TCI (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/stge/ | ||
H A D | if_stgereg.h | 179 #define RFD_TCI(x) ((((uint64_t)(x)) >> 32) & 0xffff) macro |
H A D | if_stge.c | 1743 m->m_pkthdr.ether_vtag = RFD_TCI(status64); in stge_rxeof() |