Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/nlm/dev/net/ucore/
H A Ducore.h177 nlm_ucore_get_rxpkt_poeclassfullvec(unsigned int pktrdy) in nlm_ucore_get_rxpkt_poeclassfullvec() argument
179 return ((pktrdy >> 24) & 0xff); in nlm_ucore_get_rxpkt_poeclassfullvec()
186 nlm_ucore_get_rxpkt_hwparsererr(unsigned int pktrdy) in nlm_ucore_get_rxpkt_hwparsererr() argument
188 return ((pktrdy >> 23) & 0x1); in nlm_ucore_get_rxpkt_hwparsererr()
195 nlm_ucore_get_rxpkt_context(unsigned int pktrdy) in nlm_ucore_get_rxpkt_context() argument
197 return ((pktrdy >> 13) & 0x3ff); in nlm_ucore_get_rxpkt_context()
204 nlm_ucore_get_rxpkt_channel(unsigned int pktrdy) in nlm_ucore_get_rxpkt_channel() argument
206 return ((pktrdy >> 5) & 0xff); in nlm_ucore_get_rxpkt_channel()
213 nlm_ucore_get_rxpkt_interface(unsigned int pktrdy) in nlm_ucore_get_rxpkt_interface() argument
215 return (pktrdy & 0x1f); in nlm_ucore_get_rxpkt_interface()