Searched refs:queued (Results 1 - 25 of 39) sorted by last modified time

12

/haiku/src/add-ons/kernel/drivers/network/ether/rtl8125/dev/pci/
H A Dif_rge.c684 int queued = 0; local
726 queued++;
729 if (queued == 0)
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c1433 ring->queued = 0;
1532 if (ring->qid == sc->cmdqid && ring->queued > 0) {
1536 ring->queued = 0;
5647 * Only report frames which were actually queued with the currently
5718 ring->queued--;
5907 if (ring->queued < IWM_TX_RING_LOMARK) {
6422 if (ring->queued == 0 && !iwm_nic_lock(sc)) {
6431 ring->queued++;
6547 if (ring->queued == 0) {
6550 } else if (--ring->queued
[all...]
H A Dif_iwmvar.h279 int queued; member in struct:iwm_tx_ring
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c2043 ring->queued = 0;
2162 ring->queued = 0;
5350 ring->queued--;
5413 if (ring->queued < IWX_TX_RING_LOMARK) {
5881 ring->queued++;
5999 if (ring->queued == 0) {
6002 } else if (ring->queued > 0)
6003 ring->queued--;
6371 if (++ring->queued > IWX_TX_RING_HIMARK) {
9700 "cur_hw=%-3d queued
[all...]
H A Dif_iwxvar.h248 int queued; member in struct:iwx_tx_ring
/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Dhda_controller.cpp1041 uint32 queued = 0; local
1048 // queued commands and wait until
1057 queued++;
1061 status_t status = acquire_sem_etc(codec->response_sem, queued,
/haiku/src/system/kernel/
H A Dsem.cpp78 queued(false)
84 bool queued; member in struct:queued_thread
333 entry->queued = false;
605 if (!entry->queued)
609 entry->queued = false;
630 // The thread is no longer waiting, but still queued, which means
636 entry->queued = false;
813 queueEntry.queued = true;
831 // If we're still queued, this means the acquiration failed, and we
833 if (queueEntry.queued)
[all...]
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_rwlock.cpp32 queued(false)
40 bool queued; member in struct:Waiter
199 waiter.queued = true;
209 if (!waiter.queued)
212 // we're still queued, which means an error (timeout, interrupt)
236 waiter->queued = false;
257 waiter->queued = false;
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Drt2860var.h83 int queued; member in struct:rt2860_tx_ring
H A Drt2860.c570 ring->queued = 0;
1150 ring->queued--;
1155 if (ring->queued < RT2860_TX_RING_COUNT)
1605 if (ring->queued + ntxds >= RT2860_TX_RING_COUNT) {
1633 if (ring->queued + ntxds >= RT2860_TX_RING_COUNT) {
1686 ring->queued += ntxds;
1687 if (ring->queued >= RT2860_TX_RING_COUNT)
1850 if (ring->queued + ntxds >= RT2860_TX_RING_COUNT) {
1878 if (ring->queued + ntxds >= RT2860_TX_RING_COUNT) {
1931 ring->queued
[all...]
H A Drt2661var.h68 int queued; member in struct:rt2661_tx_ring
H A Drt2661.c471 ring->queued = 0;
558 ring->queued = 0;
914 txq->queued--;
1351 sc->mgtq.queued++;
1407 txq->queued++;
1549 txq->queued++;
1593 if (sc->txq[ac].queued >= RT2661_TX_RING_COUNT - 1) {
1624 if (sc->mgtq.queued >= RT2661_MGT_RING_COUNT) {
H A Drt2560var.h72 int queued; member in struct:rt2560_tx_ring
H A Drt2560.c460 ring->queued = 0;
549 ring->queued = 0;
990 sc->txq.queued--;
997 if (sc->prioq.queued == 0 && sc->txq.queued == 0)
1000 if (sc->txq.queued < RT2560_TX_RING_COUNT - 1)
1061 sc->prioq.queued--;
1075 if (sc->prioq.queued == 0 && sc->txq.queued == 0)
1078 if (sc->prioq.queued < RT2560_PRIO_RING_COUN
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/nforce/dev/nfe/
H A Dif_nfe.c1491 ring->queued = 0;
1567 ring->queued = 0;
2368 sc->txq.queued--;
2405 if (sc->txq.queued == 0)
2450 if (sc->txq.queued + nsegs >= NFE_TX_RING_COUNT - 2) {
2496 sc->txq.queued++;
2700 if (sc->txq.queued == 0) {
H A Dif_nfevar.h34 int queued; member in struct:nfe_tx_ring
/haiku/src/add-ons/kernel/drivers/network/ether/sis19x/dev/sge/
H A Dif_sge.c1322 * Tx completion interrupt for every queued frames to
1575 int queued = 0; local
1585 for (queued = 0; !IFQ_DRV_IS_EMPTY(&ifp->if_snd); ) {
1601 queued++;
1609 if (queued > 0) {
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/pci/
H A Drtwn_pci_rx.c285 ring->queued--;
286 KASSERT(ring->queued >= 0,
287 ("ring->queued (qid %d) underflow!\n", qid));
294 if (ring->queued > 0)
302 ring->queued < (RTWN_PCI_TX_LIST_COUNT - 1)) {
313 if (sc->sc_ratectl != RTWN_RATECTL_NET80211 && ring->queued <= 1) {
H A Drtwn_pci_var.h63 int queued; member in struct:rtwn_tx_ring
H A Drtwn_pci_tx.c184 ring->queued++;
185 if (ring->queued >= (RTWN_PCI_TX_LIST_COUNT - 1))
H A Drtwn_pci_attach.c361 ring->queued = 0;
474 tx_ring->queued = 0;
/haiku/src/add-ons/kernel/drivers/network/ether/sis900/dev/sis/
H A Dif_sis.c1882 int queued; local
1892 for (queued = 0; !IFQ_DRV_IS_EMPTY(&ifp->if_snd) &&
1906 queued++;
1915 if (queued) {
/haiku/src/add-ons/kernel/drivers/network/ether/rtl81xx/dev/re/
H A Dif_re.c2940 int queued; local
2964 for (queued = 0; !IFQ_DRV_IS_EMPTY(&ifp->if_snd) &&
2984 queued++;
2987 if (queued == 0) {
/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/dc/
H A Dif_dc.c3531 int queued; local
3543 for (queued = 0; !IFQ_DRV_IS_EMPTY(&ifp->if_snd); ) {
3563 queued++;
3571 if (queued > 0) {
/haiku/src/add-ons/kernel/drivers/network/ether/broadcom440x/dev/bfe/
H A Dif_bfe.c1615 int queued; local
1629 for (queued = 0; !IFQ_DRV_IS_EMPTY(&ifp->if_snd) &&
1647 queued++;
1656 if (queued) {

Completed in 415 milliseconds

12