OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MBUFQ_FIRST
(Results
1 - 15
of
15
) sorted by relevancy
/src/sys/dev/sdmmc/
sbt.c
460
if (
MBUFQ_FIRST
(&sc->sc_cmdq)) {
469
if (
MBUFQ_FIRST
(&sc->sc_scoq)) {
478
if (
MBUFQ_FIRST
(&sc->sc_aclq)) {
if_bwfm_sdio.c
1550
if (!dosend &&
MBUFQ_FIRST
(&sc->sc_tx_queue))
1553
if (dosend &&
MBUFQ_FIRST
(&sc->sc_tx_queue)) {
/src/sys/netbt/
l2cap_lower.c
167
if (
MBUFQ_FIRST
(&chan->lc_txq) == NULL) {
l2cap_upper.c
252
if ((
MBUFQ_FIRST
(&chan->lc_txq) == NULL && chan->lc_pending == 0)
hci_link.c
649
if (
MBUFQ_FIRST
(&pdu->lp_data) != NULL)
680
if (
MBUFQ_FIRST
(&pdu->lp_data) == NULL) {
738
if (
MBUFQ_FIRST
(&pdu->lp_data) == NULL) {
hci_unit.c
294
while (unit->hci_num_cmd_pkts > 0 &&
MBUFQ_FIRST
(&unit->hci_cmdwait)) {
hci_socket.c
342
m =
MBUFQ_FIRST
(&unit->hci_cmdwait);
/src/sys/dev/bluetooth/
bcsp.c
901
for (m =
MBUFQ_FIRST
(&sc->sc_dgq); m != NULL;
905
if (m ==
MBUFQ_FIRST
(&sc->sc_dgq))
925
if (
MBUFQ_FIRST
(&sc->sc_dgq)) {
929
if (
MBUFQ_FIRST
(&sc->sc_seqq)) {
1221
m =
MBUFQ_FIRST
(&sc->sc_seq_retryq);
1227
for (m0 =
MBUFQ_FIRST
(&sc->sc_seq_retryq);
1229
m0 =
MBUFQ_FIRST
(&sc->sc_seq_retryq)) {
1265
for (m =
MBUFQ_FIRST
(&sc->sc_seq_retryq); m != NULL;
1697
if (
MBUFQ_FIRST
(&sc->sc_aclq)) {
1704
if (
MBUFQ_FIRST
(&sc->sc_cmdq))
[
all
...]
bth5.c
946
for (m =
MBUFQ_FIRST
(&sc->sc_dgq); m != NULL;
950
if (m ==
MBUFQ_FIRST
(&sc->sc_dgq))
970
if (
MBUFQ_FIRST
(&sc->sc_dgq)) {
974
if (
MBUFQ_FIRST
(&sc->sc_seqq)) {
1265
m =
MBUFQ_FIRST
(&sc->sc_seq_retryq);
1271
for (m0 =
MBUFQ_FIRST
(&sc->sc_seq_retryq);
1273
m0 =
MBUFQ_FIRST
(&sc->sc_seq_retryq)) {
1313
for (m =
MBUFQ_FIRST
(&sc->sc_seq_retryq); m != NULL;
1764
if (
MBUFQ_FIRST
(&sc->sc_aclq)) {
1771
if (
MBUFQ_FIRST
(&sc->sc_cmdq))
[
all
...]
btuart.c
492
if (
MBUFQ_FIRST
(&sc->sc_cmdq)) {
495
} else if (
MBUFQ_FIRST
(&sc->sc_scoq)) {
498
} else if (
MBUFQ_FIRST
(&sc->sc_aclq)) {
/src/sys/dev/pcmcia/
bt3c.c
735
if (
MBUFQ_FIRST
(&sc->sc_cmdq)) {
741
if (
MBUFQ_FIRST
(&sc->sc_scoq)) {
747
if (
MBUFQ_FIRST
(&sc->sc_aclq)) {
btbc.c
758
if (
MBUFQ_FIRST
(&sc->sc_cmdq)) {
764
if (
MBUFQ_FIRST
(&sc->sc_scoq)) {
770
if (
MBUFQ_FIRST
(&sc->sc_aclq)) {
/src/sys/sys/
mbuf.h
679
#define
MBUFQ_FIRST
(q) ((q)->mq_first)
/src/sys/dev/usb/
ubt.c
1157
if (
MBUFQ_FIRST
(&sc->sc_cmd_queue) == NULL)
1265
if (
MBUFQ_FIRST
(&sc->sc_aclwr_queue) == NULL)
/src/sys/dev/pci/
if_mcx.c
7102
while (
MBUFQ_FIRST
(&mq) != NULL) {
Completed in 30 milliseconds
Indexes created Sat Oct 11 13:09:53 GMT 2025