Searched refs:queued (Results 1 - 25 of 39) sorted by path

12

/haiku/headers/private/drivers/
H A Data_types.h121 } queued; member in union:ata_task_file
218 // packet and dma queued result
/haiku/headers/private/firewire/
H A Dfirewirereg.h265 u_int queued; member in struct:fw_xferq
/haiku/headers/private/shared/
H A DRWLockManager.h29 queued(false)
36 bool queued; member in struct:BPrivate::RWLockable::Waiter
/haiku/src/add-ons/kernel/drivers/bus/firewire/
H A Dfw_raw.c118 q->queued = 0;
253 ir->queued --;
392 ir->queued = 0;
416 ir->stproc->poffset + ir->queued);
432 ir->queued ++;
433 if (ir->queued >= ir->bnpacket) {
572 it->queued = 0;
596 it->stproc->poffset + it->queued);
614 it->queued ++;
615 if (it->queued >
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c1163 ring->queued = 0;
1283 ring->queued = 0;
2114 if (--ring->queued > 0)
2142 KASSERT(ring->queued == 0, ("ring->queued must be 0"));
2527 printf(" tx ring %2d: qid=%-2d cur=%-3d queued=%-3d\n",
2528 i, ring->qid, ring->cur, ring->queued);
2765 ring->queued += ring->pending;
3069 retval = WPI_TX_RING_HIMARK - ring->queued;
H A Dif_wpivar.h79 int16_t queued; member in struct:wpi_tx_ring
/haiku/src/kits/shared/
H A DRWLockManager.cpp185 waiter.queued = true;
201 if (!waiter.queued)
204 // we're still queued, which means an error (timeout, interrupt)
227 waiter->queued = false;
249 waiter->queued = false;
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire.cpp203 if(!(xferq->queued < xferq->maxq)){
204 device_printf(fc->bdev, "Discard a packet (queued=%d)\n",
205 xferq->queued);
273 xfer->q->queued ++;
582 xferq->queued --;
814 fc->arq->queued = 0;
815 fc->ars->queued = 0;
816 fc->atq->queued = 0;
817 fc->ats->queued = 0;
835 fc->it[i]->queued
[all...]
H A Dfwohci.cpp910 if(dbch->xferq.queued == 0 ){
1028 dbch->xferq.queued ++;
1104 while(dbch->xferq.queued > 0){
1194 dbch->xferq.queued --;
1203 if (firewire_debug && dbch->xferq.queued > 0)
1204 printf("queued > 0\n");
1328 dbch->xferq.queued = 0;
1720 ir->queued = 0;
/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/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) {
/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/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/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/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/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/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/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/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/iprowifi2200/dev/iwi/
H A Dif_iwi.c553 ring->queued = 0;
588 ring->queued = 0;
613 ring->queued = 0;
695 ring->queued = 0;
1627 txq->queued--;
1929 txq->queued++;
1979 if (sc->txq[ac].queued > IWI_TX_RING_COUNT - 8) {
H A Dif_iwivar.h69 int queued; member in struct:iwi_cmd_ring
90 int queued; member in struct:iwi_tx_ring
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwn.c2001 ring->queued = 0;
2092 ring->queued = 0;
2129 KASSERT(ring->queued >= 0, ("%s: ring->queued (%d) for queue %d < 0!",
2130 __func__, ring->queued, qid));
2136 if (ring->queued == 0 && !IEEE80211_AMPDU_RUNNING(tap)) {
2150 if (ring->queued < IWN_TX_RING_LOMARK) {
2153 if (ring->queued == 0)
3324 ring->queued -= tx_ok;
3676 ring->queued
[all...]

Completed in 582 milliseconds

12