Home
last modified time | relevance | path

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

/dragonfly/sys/netbt/
H A Dl2cap_lower.c167 if (IF_QEMPTY(&chan->lc_txq)) { in l2cap_start()
H A Dhci_link.c640 if (!IF_QEMPTY(&pdu->lp_data)) in hci_acl_start()
671 if (IF_QEMPTY(&pdu->lp_data)) { in hci_acl_start()
730 if (IF_QEMPTY(&pdu->lp_data)) { in hci_acl_complete()
H A Dl2cap_upper.c244 if ((IF_QEMPTY(&chan->lc_txq) && chan->lc_pending == 0) in l2cap_disconnect()
H A Dhci_event.c281 while (unit->hci_num_cmd_pkts > 0 && !IF_QEMPTY(&unit->hci_cmdwait)) { in hci_event_command_status()
353 while (unit->hci_num_cmd_pkts > 0 && !IF_QEMPTY(&unit->hci_cmdwait)) { in hci_event_command_compl()
/dragonfly/sys/netgraph7/tty/
H A Dng_tty.c453 if (!IF_QEMPTY(&sc->outq) && !callout_pending(&sc->chand)) in ngt_start()
/dragonfly/sys/net/
H A Dif_var.h482 #define IF_QEMPTY(ifq) (IF_QLEN(ifq) == 0) macro
/dragonfly/sys/netgraph7/bluetooth/drivers/h4/
H A Dng_h4.c640 if (!IF_QEMPTY(&sc->outq) && !callout_pending(&sc->timo))
/dragonfly/sys/net/tap/
H A Dif_tap.c1028 if (IF_QEMPTY(&sc->tap_devq) == 0) /* XXX serializer */ in tap_filter_read()
/dragonfly/sys/net/sppp/
H A Dif_spppsubr.c1018 empty = IF_QEMPTY(&sp->pp_fastq) && IF_QEMPTY(&sp->pp_cpq) && in sppp_isempty()