Searched refs:tx_queue (Results 1 - 22 of 22) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/netisdn/
H A Di4b_capi_l4if.c99 i4b_Bcleanifq(&sc->sc_bchan[chan].tx_queue);
100 sc->sc_bchan[chan].tx_queue.ifq_maxlen = IFQ_MAXLEN;
162 IF_DEQUEUE(&sc->sc_bchan[chan].tx_queue, m_b3);
180 if (IF_QEMPTY(&bch->tx_queue))
378 memset(&sc->sc_bchan[i].tx_queue, 0, sizeof(struct ifqueue));
380 sc->sc_bchan[i].tx_queue.ifq_maxlen = IFQ_MAXLEN;
393 sc->sc_bchan[i].capi_isdn_linktab.tx_queue = &sc->sc_bchan[i].tx_queue;
H A Di4b_capi.h67 struct ifqueue tx_queue; member in struct:capi_bchan
H A Di4b_tel.c437 (sc->isdn_linktab != NULL && sc->isdn_linktab->tx_queue != NULL))
439 while(!(IF_QEMPTY(sc->isdn_linktab->tx_queue)))
443 if((error = tsleep((void *) &sc->isdn_linktab->tx_queue,
730 while((IF_QFULL(sc->isdn_linktab->tx_queue)) &&
735 if((error = tsleep((void *) &sc->isdn_linktab->tx_queue,
774 if(IF_QFULL(sc->isdn_linktab->tx_queue))
780 IF_ENQUEUE(sc->isdn_linktab->tx_queue, m);
864 IF_ENQUEUE(sc->isdn_linktab->tx_queue, m);
902 (!IF_QFULL(sc->isdn_linktab->tx_queue)))
989 if (IF_QFULL(sc->isdn_linktab->tx_queue))
[all...]
H A Di4b_rbch.c548 if(IF_QFULL(sc->sc_ilt->tx_queue) && (sc->sc_devstate & ST_ISOPEN)) {
581 while(IF_QFULL(sc->sc_ilt->tx_queue) && (sc->sc_devstate & ST_ISOPEN))
587 if ((error = tsleep((void *) &sc->sc_ilt->tx_queue,
631 if(IF_QFULL(sc->sc_ilt->tx_queue))
637 IF_ENQUEUE(sc->sc_ilt->tx_queue, m);
776 !IF_QFULL(sc->sc_ilt->tx_queue))
847 if (IF_QFULL(sc->sc_ilt->tx_queue))
1060 wakeup(&sc->sc_ilt->tx_queue);
1141 wakeup((void *) &sc->sc_ilt->tx_queue);
H A Di4b_l3l4.h67 struct ifqueue *tx_queue; member in struct:i4b_isdn_bchan_linktab
H A Di4b_isppp.c415 if(IF_QFULL(sc->sc_ilt->tx_queue))
422 IF_ENQUEUE(sc->sc_ilt->tx_queue, m);
H A Di4b_ipr.c1156 if(IF_QFULL(sc->sc_ilt->tx_queue))
1163 IF_ENQUEUE(sc->sc_ilt->tx_queue, m);
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Disic_bchan.c127 i4b_Bcleanifq(&chan->tx_queue); /* clean tx queue */
129 chan->tx_queue.ifq_maxlen = IFQ_MAXLEN;
174 IF_DEQUEUE(&chan->tx_queue, chan->out_mbuf_head);
403 lt->tx_queue = &chan->tx_queue;
417 lt->tx_queue = &chan->tx_queue;
H A Ddaicvar.h52 struct ifqueue tx_queue; /* outgoing data */ member in struct:daic_connection
H A Disic_l1.h120 struct ifqueue tx_queue; /* transmitter queue */ member in struct:__anon7345
H A Dhscx.c353 IF_DEQUEUE(&chan->tx_queue, chan->out_mbuf_head);
H A Ddaic.c690 lt->tx_queue = &sc->sc_con[port*2+chan].tx_queue;
/netbsd-6-1-5-RELEASE/external/bsd/iscsi/dist/include/
H A Dinitiator.h91 iscsi_queue_t tx_queue; member in struct:initiator_session_t
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Diwic_bchan.c322 IF_DEQUEUE(&chan->tx_queue, chan->out_mbuf_head);
454 chan->tx_queue.ifq_maxlen = IFQ_MAXLEN;
457 if(!mtx_initialized(&chan->tx_queue.ifq_mtx))
458 mtx_init(&chan->tx_queue.ifq_mtx, "i4b_iwic_tx", NULL, MTX_DEF);
461 i4b_Bcleanifq(&chan->tx_queue); /* clean tx queue */
556 IF_DEQUEUE(&chan->tx_queue, chan->out_mbuf_head);
742 lt->tx_queue = &chan->tx_queue;
758 lt->tx_queue = &chan->tx_queue;
[all...]
H A Diwicvar.h62 struct ifqueue tx_queue;/* transmitter queue */ member in struct:iwic_bchan
H A Difpci.c841 IF_DEQUEUE(&chan->tx_queue, chan->out_mbuf_head);
1070 i4b_Bcleanifq(&chan->tx_queue); /* clean tx queue */
1072 chan->tx_queue.ifq_maxlen = IFQ_MAXLEN;
1110 IF_DEQUEUE(&chan->tx_queue, chan->out_mbuf_head);
1205 lt->tx_queue = &chan->tx_queue;
1219 lt->tx_queue = &chan->tx_queue;
H A Difpci2.c807 IF_DEQUEUE(&chan->tx_queue, chan->out_mbuf_head);
1061 i4b_Bcleanifq(&chan->tx_queue); /* clean tx queue */
1063 chan->tx_queue.ifq_maxlen = IFQ_MAXLEN;
1101 IF_DEQUEUE(&chan->tx_queue, chan->out_mbuf_head);
1196 lt->tx_queue = &chan->tx_queue;
1210 lt->tx_queue = &chan->tx_queue;
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/ap/
H A Dap_config.h359 struct hostapd_tx_queue_params tx_queue[NUM_TX_QUEUES]; member in struct:hostapd_config
H A Dap_config.c133 conf->tx_queue[i].aifs = -1; /* use hw default */
H A Dhostapd.c625 p = &iface->conf->tx_queue[i];
/netbsd-6-1-5-RELEASE/external/bsd/iscsi/dist/src/lib/
H A Dinitiator.c298 if (iscsi_queue_init(&s->tx_queue, CONFIG_INITIATOR_QUEUE_DEPTH) == -1) {
387 while ((ptr = iscsi_queue_remove(&sess->tx_queue)) != NULL) {
393 iscsi_queue_destroy(&sess->tx_queue);
568 if (iscsi_queue_insert(&sess->tx_queue, cmd) == -1) {
1201 if (iscsi_queue_insert(&sess->tx_queue, cmd) == -1) {
1352 if (iscsi_queue_insert(&sess->tx_queue, cmd) == -1) {
1444 if (iscsi_queue_depth(&g_target[me->id].sess->tx_queue) ||
1457 &g_target[me->id].sess->tx_queue);
1908 if (iscsi_queue_insert(&sess->tx_queue, cmd) == -1) {
2022 if (iscsi_queue_insert(&sess->tx_queue, cm
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/hostapd/
H A Dconfig_file.c781 wpa_printf(MSG_ERROR, "Unknown tx_queue name '%s'", pos);
785 queue = &conf->tx_queue[num];
811 wpa_printf(MSG_ERROR, "Unknown tx_queue field '%s'", pos);

Completed in 400 milliseconds