Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_sched.c909 MPASS(mbufq_first(&cst->pending_tx) == NULL); in cxgbe_rate_tag_free_locked()
910 MPASS(mbufq_first(&cst->pending_fwack) == NULL); in cxgbe_rate_tag_free_locked()
H A Dt4_sge.c6788 while ((m = mbufq_first(&cst->pending_tx)) != NULL) { in ethofld_tx()
6962 m = mbufq_first(&cst->pending_tx); in ethofld_fw4_ack()
6973 MPASS(mbufq_first(&cst->pending_tx) == NULL); in ethofld_fw4_ack()
/freebsd/sys/netinet6/
H A Dmld6.c2896 if (mbufq_first(gq) == NULL) { in mld_v2_merge_state_changes()
2902 m = mbufq_first(gq); in mld_v2_merge_state_changes()
3036 if (mbufq_first(&mli->mli_gq) != NULL) { in mld_v2_dispatch_general_query()
/freebsd/sys/netinet/
H A Digmp.c3285 if (mbufq_first(gq) == NULL) { in igmp_v3_merge_state_changes()
3291 m = mbufq_first(gq); in igmp_v3_merge_state_changes()
3426 if (mbufq_first(&igi->igi_gq) != NULL) { in igmp_v3_dispatch_general_query()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c1177 while ((sndptr = mbufq_first(pduq)) != NULL) { in t4_push_pdus()
1227 if (mbufq_first(pduq) == NULL && toep->flags & TPF_SEND_FIN) in t4_push_pdus()
/freebsd/sys/sys/
H A Dmbuf.h1606 mbufq_first(const struct mbufq *mq) in mbufq_first() function
/freebsd/sys/dev/malo/
H A Dif_malo.c2071 if (mbufq_first(&sc->malo_snd) != NULL) in malo_rx_proc()
/freebsd/sys/dev/mwl/
H A Dif_mwl.c2813 if (mbufq_first(&sc->sc_snd) != NULL) { in mwl_rx_proc()
3422 if (mbufq_first(&sc->sc_snd) != NULL) { in mwl_tx_proc()
/freebsd/sys/dev/cxgb/
H A Dcxgb_sge.c2316 while ((m = mbufq_first(&q->sendq)) != NULL) { in restart_offloadq()
/freebsd/sys/dev/bwn/
H A Dif_bwn.c5169 if (mbufq_first(&sc->sc_snd) != NULL) in bwn_intrtask()