Searched refs:RFD_RxDMAFrameLen (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/stge/ | ||
H A D | if_stgereg.h | 161 #define RFD_RxDMAFrameLen(x) ((x) & 0xffff) macro |
H A D | if_stge.c | 1686 mp->m_len = RFD_RxDMAFrameLen(status) - in stge_rxeof() |