HomeSort by: relevance | last modified time | path
    Searched defs:qid (Results 1 - 25 of 49) sorted by relevancy

1 2

  /src/sys/dist/pf/net/
pf_mtag.h 49 u_int32_t qid; /* queue id */ member in struct:pf_mtag
  /src/usr.sbin/altq/altqstat/
qdisc_wfq.c 52 int qid; member in struct:wfqinfo
79 wfq_stats.qid = i;
105 wfq_stats.qid = i;
109 qinfo[i].qid = i;
144 printf("[QID] WEIGHT QSIZE(KB) SENT(pkts) (KB) DROP(pkts) (KB) bps\n\r");
149 top[j]->qid,
  /src/sys/altq/
altq_wfq.h 51 u_long qid; member in struct:wfq_getqid
56 int qid; member in struct:wfq_setweight
69 int qid; member in struct:wfq_getstats
if_altq.h 95 u_int32_t qid; /* queue id */ member in struct:altq_tag
altq_priq.c 175 if (a->qid == 0)
179 if (clh_to_clp(pif, a->qid) != NULL)
183 a->pq_u.priq_opts.flags, a->qid);
199 if ((cl = clh_to_clp(pif, a->qid)) == NULL)
216 if ((cl = clh_to_clp(pif, a->qid)) == NULL)
284 priq_class_create(struct priq_if *pif, int pri, int qlimit, int flags, int qid)
339 cl->cl_handle = qid;
446 cl = clh_to_clp(pif, ((struct altq_tag *)(t+1))->qid);
842 int qid; local in function:priqcmd_add_class
852 qid = ap->pri + 1
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_dbgdev.c 186 unsigned int qid; local in function:dbgdev_register_diq
193 &properties, &qid, NULL);
200 pr_debug("DIQ Created with queue id: %d\n", qid);
202 kq = pqm_get_kernel_queue(dbgdev->pqm, qid);
206 pqm_destroy_queue(dbgdev->pqm, qid);
  /src/usr.sbin/puffs/mount_9p/
nineproto.c 46 proto_getqid(struct puffs_framebuf *pb, struct qid9p *qid)
52 p9pbuf_get_1(pb, &qid->qidtype);
53 p9pbuf_get_4(pb, &qid->qidvers);
54 p9pbuf_get_8(pb, &qid->qidpath);
125 struct qid9p qid; local in function:proto_getstat
142 GETFIELD(proto_getqid, &qid, 13);
163 qid2vattr(vap, &qid);
405 uint8_t op, struct qid9p *qid)
410 return proto_getqid(pb, qid);
node.c 46 struct qid9p *qid = arg; local in function:nodecmp
48 if (vap->va_fileid == qid->qidpath && vap->va_gen == qid->qidvers)
  /src/usr.sbin/mrouted/
prune.h 76 u_int qid : 24; /* traceroute query id */ member in struct:tr_query::__anon8ae2e7df0108
82 u_int qid : 24; /* traceroute query id */ member in struct:tr_query::__anon8ae2e7df0208
88 #define tr_qid q.qid
  /src/sys/dev/pci/
if_wpivar.h 76 int qid; member in struct:wpi_tx_ring
virtio_pci.c 885 int vector, ret, qid; local in function:virtio_pci_setup_interrupts_10
898 for (qid = 0; qid < sc->sc_nvqs; qid++) {
902 vector += qid;
903 bus_space_write_2(iot, ioh, VIRTIO_CONFIG1_QUEUE_SELECT, qid);
910 "msix vector\n", qid);
923 int offset, vector, ret, qid; local in function:virtio_pci_setup_interrupts_09
941 for (qid = 0; qid < sc->sc_nvqs; qid++)
978 int idx, qid, n; local in function:virtio_pci_establish_msix_interrupts
    [all...]
if_iwnvar.h 81 int qid; member in struct:iwn_tx_ring
if_vmxreg.h 145 uint32_t qid:10; member in struct:vmxnet3_rxcompdesc
if_wpi.c 782 int qid)
786 ring->qid = qid;
801 sc->shared->txbase[qid] = htole32(ring->desc_dma.paddr);
843 WPI_WRITE(sc, WPI_TX_CONFIG(ring->qid), 0);
845 if (WPI_READ(sc, WPI_TX_STATUS) & WPI_TX_IDLE(ring->qid))
852 ring->qid);
1633 struct wpi_tx_ring *ring = &sc->txq[desc->qid & 0x3];
1639 DPRINTFN(4, ("tx done: qid=%d idx=%d retries=%d nkill=%d rate=%x "
1640 "duration=%d status=%x\n", desc->qid, desc->idx, stat->ntries
3197 int qid, ntries, error; local in function:wpi_init
    [all...]
if_rtwn.c 616 rtwn_alloc_tx_list(struct rtwn_softc *sc, int qid)
618 struct rtwn_tx_ring *tx_ring = &sc->tx_ring[qid];
677 rtwn_free_tx_list(sc, qid);
682 rtwn_reset_tx_list(struct rtwn_softc *sc, int qid)
684 struct rtwn_tx_ring *tx_ring = &sc->tx_ring[qid];
704 sc->qfullmsk &= ~(1 << qid);
710 rtwn_free_tx_list(struct rtwn_softc *sc, int qid)
712 struct rtwn_tx_ring *tx_ring = &sc->tx_ring[qid];
738 sc->qfullmsk &= ~(1 << qid);
1835 uint8_t raid, type, tid, qid; local in function:rtwn_tx
    [all...]
  /src/sys/dev/ic/
bcmgenet.c 429 genet_set_rxthresh(struct genet_softc *sc, int qid, int usecs, int count)
446 WR4(sc, GENET_RX_DMA_MBUF_DONE_THRES(qid), count);
448 val = RD4(sc, GENET_RX_DMA_RING_TIMEOUT(qid));
451 WR4(sc, GENET_RX_DMA_RING_TIMEOUT(qid), val);
455 genet_set_txthresh(struct genet_softc *sc, int qid, int count)
462 WR4(sc, GENET_TX_DMA_MBUF_DONE_THRES(qid), count);
466 genet_init_rings(struct genet_softc *sc, int qid)
477 WR4(sc, GENET_TX_DMA_READ_PTR_LO(qid), 0);
478 WR4(sc, GENET_TX_DMA_READ_PTR_HI(qid), 0);
479 WR4(sc, GENET_TX_DMA_CONS_INDEX(qid), 0)
827 const int qid = GENET_DMA_DEFAULT_QUEUE; local in function:genet_start_locked
1174 const int qid = GENET_DMA_DEFAULT_QUEUE; local in function:genet_debug
    [all...]
athn.c 385 int qid; local in function:athn_detach
391 for (qid = 0; qid < ATHN_QID_COUNT; qid++)
392 athn_tx_reclaim(sc, qid);
914 int error, qid; local in function:athn_set_chan
917 for (qid = 0; qid < ATHN_QID_COUNT; qid++)
918 if (athn_tx_pending(sc, qid))
954 int error, qid; local in function:athn_switch_chan
1908 int qid; local in function:athn_init_tx_queues
2572 int aci, qid; local in function:athn_updateedca
2946 int qid; local in function:athn_stop
    [all...]
rt2661.c 913 int qid, retrycnt, s; local in function:rt2661_tx_intr
923 qid = RT2661_TX_QID(val);
924 txq = (qid <= 3) ? &sc->txq[qid] : &sc->mgtq;
963 DPRINTFN(15, ("tx done q=%d idx=%u\n", qid, txq->stat));
1452 desc->qid = ac;
rt2661reg.h 253 uint8_t qid; member in struct:rt2661_tx_desc
rt2860.c 223 int qid, ntries, error; local in function:rt2860_attach
269 for (qid = 0; qid < MAXQS; qid++) {
270 if ((error = rt2860_alloc_tx_ring(sc, &sc->txq[qid])) != 0) {
272 "could not allocate Tx ring %d\n", qid);
296 fail1: while (--qid >= 0)
297 rt2860_free_tx_ring(sc, &sc->txq[qid]);
452 int qid; local in function:rt2860_detach
461 for (qid = 0; qid < MAXQS; qid++
1637 uint8_t type, qsel, mcs, pid, tid, qid; local in function:rt2860_tx
3748 int i, qid, ridx, ntries, error; local in function:rt2860_init
4035 int qid; local in function:rt2860_stop
    [all...]
  /src/sys/dev/usb/
if_runvar.h 83 uint8_t qid; member in struct:run_tx_data
if_athn_usb.c 2467 uint8_t sta_index, qid, tid; local in function:athn_usb_tx
2487 qid = ieee80211_up_to_ac(ic, tid);
2492 qid = WME_AC_BE;
2517 htc->endpoint_id = usc->usc_ep_data[qid];
if_otus.c 1952 uint8_t qid; local in function:otus_tx
1974 qid = ieee80211_up_to_ac(ic, qos & IEEE80211_QOS_TID);
1977 qid = WME_AC_BE;
1982 qid = WME_AC_BE;
1996 macctl = AR_TX_MAC_BACKOFF | AR_TX_MAC_HW_DUR | AR_TX_MAC_QID(qid);
if_rumreg.h 201 uint8_t qid; member in struct:rum_tx_desc
if_run.c 880 run_alloc_tx_ring(struct run_softc *sc, int qid)
882 struct run_tx_ring *txq = &sc->txq[qid];
900 data->qid = qid;
912 fail: run_free_tx_ring(sc, qid);
917 run_free_tx_ring(struct run_softc *sc, int qid)
919 struct run_tx_ring *txq = &sc->txq[qid];
2498 struct run_tx_ring *txq = &sc->txq[data->qid];
2504 sc->qfullmsk &= ~(1 << data->qid);
2541 uint8_t type, tid, qid; local in function:run_tx
4705 int i, error, qid, ridx, ntries; local in function:run_init
4971 int ntries, qid; local in function:run_stop
    [all...]

Completed in 127 milliseconds

1 2