Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_var.h785 enum poll_cmd { POLL_ONLY, POLL_AND_CHECK_STATUS }; enum
787 typedef int poll_handler_t(if_t ifp, enum poll_cmd cmd, int count);
/f-stack/freebsd/kern/
H A Dkern_poll.c437 enum poll_cmd arg = POLL_ONLY; in netisr_poll()
/f-stack/freebsd/mips/atheros/
H A Dif_arge.c156 static int arge_poll(struct ifnet *, enum poll_cmd, int);
2401 arge_poll(struct ifnet *ifp, enum poll_cmd cmd, int count) in arge_poll()
/f-stack/freebsd/arm/allwinner/
H A Dif_awg.c1347 awg_poll(if_t ifp, enum poll_cmd cmd, int count) in awg_poll()