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

/freebsd-12-stable/sys/mips/nlm/dev/net/ucore/
H A Ducore_app.c37 unsigned int pktrdy; local
43 pktrdy = nlm_read_ucore_rxpktrdy();
H A Ducore.h178 nlm_ucore_get_rxpkt_poeclassfullvec(unsigned int pktrdy) argument
180 return ((pktrdy >> 24) & 0xff);
187 nlm_ucore_get_rxpkt_hwparsererr(unsigned int pktrdy) argument
189 return ((pktrdy >> 23) & 0x1);
196 nlm_ucore_get_rxpkt_context(unsigned int pktrdy) argument
198 return ((pktrdy >> 13) & 0x3ff);
205 nlm_ucore_get_rxpkt_channel(unsigned int pktrdy) argument
207 return ((pktrdy >> 5) & 0xff);
214 nlm_ucore_get_rxpkt_interface(unsigned int pktrdy) argument
216 return (pktrdy
[all...]

Completed in 88 milliseconds