Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Difq.h303 #define IFQ_DRV_IS_EMPTY(ifq) \ macro
H A Dif.c4351 return IFQ_DRV_IS_EMPTY(&((struct ifnet *)ifp)->if_snd); in if_sendq_empty()
/f-stack/freebsd/arm/allwinner/
H A Dif_emac.c474 if (!IFQ_DRV_IS_EMPTY(&ifp->if_snd)) in emac_watchdog()
728 if (!IFQ_DRV_IS_EMPTY(&ifp->if_snd)) in emac_intr()
/f-stack/freebsd/mips/atheros/ar531x/
H A Dif_are.c866 for (enq = 0; !IFQ_DRV_IS_EMPTY(&ifp->if_snd) && in are_start_locked()
/f-stack/freebsd/mips/atheros/
H A Dif_arge.c1732 for (enq = 0; !IFQ_DRV_IS_EMPTY(&ifp->if_snd) && in arge_start_locked()