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

1 2 3

  /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/external/gpl3/gcc/dist/libgomp/
oacc-async.c 401 int qid = va_arg (*ap, int); local
404 if (qid == acc_async_noval)
414 acc_wait (qid);
415 else if (qid == async)
421 acc_wait_async (qid, async);
  /src/external/gpl3/gcc.old/dist/libgomp/
oacc-async.c 401 int qid = va_arg (*ap, int); local
404 if (qid == acc_async_noval)
413 if (acc_async_test (qid))
417 acc_wait (qid);
418 else if (qid == async)
424 acc_wait_async (qid, async);
  /src/sys/altq/
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);
844 int qid; local
854 qid = ap->pri + 1
    [all...]
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
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_dbgdev.c 186 unsigned int qid; local
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
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
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::__anon8523
82 u_int qid : 24; /* traceroute query id */ member in struct:tr_query::__anon8524
88 #define tr_qid q.qid
  /src/external/bsd/unbound/dist/libunbound/
libworker.c 608 uint16_t qflags, qid; local
617 qid = 0;
621 sldns_buffer_write_u16_at(w->back->udp_buff, 0, qid);
645 w->back->udp_buff, qid, libworker_fg_done_cb, q, 0)) {
691 uint16_t qflags, qid; local
698 qid = 0;
702 sldns_buffer_write_u16_at(w->back->udp_buff, 0, qid);
726 w->back->udp_buff, qid, libworker_event_done_cb, q, 0)) {
818 uint16_t qflags, qid; local
838 qid = 0
    [all...]
  /src/external/bsd/unbound/dist/services/
mesh.h 241 uint16_t qid; member in struct:mesh_reply
269 uint16_t qid; member in struct:mesh_cb
313 * @param qid: query id to reply with.
319 struct edns_data* edns, struct comm_reply* rep, uint16_t qid,
332 * @param qid: query id to reply with.
341 uint16_t qid, mesh_cb_func_type cb, void* cb_arg, int rpz_passthru);
549 * @param qid: ID of reply.
555 struct comm_reply* rep, uint16_t qid, uint16_t qflags,
566 * @param qid: ID of reply.
572 uint16_t qid, uint16_t qflags)
    [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
1167 const int qid = GENET_DMA_DEFAULT_QUEUE; local
    [all...]
athn.c 385 int qid; local
391 for (qid = 0; qid < ATHN_QID_COUNT; qid++)
392 athn_tx_reclaim(sc, qid);
914 int error, qid; local
917 for (qid = 0; qid < ATHN_QID_COUNT; qid++)
918 if (athn_tx_pending(sc, qid))
954 int error, qid; local
1908 int qid; local
2572 int aci, qid; local
2946 int qid; local
    [all...]
rt2661.c 913 int qid, retrycnt, s; local
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;
arn5008.c 968 ar5008_tx_process(struct athn_softc *sc, int qid)
971 struct athn_txq *txq = &sc->sc_txq[qid];
1012 DPRINTFN(DBG_TX, sc, "Tx done qid=%d status1=%d fail count=%d\n",
1013 qid, ds->ds_status1, failcnt);
1035 int qid, s; local
1048 for (qid = 0; mask != 0; mask >>= 1, qid++) {
1050 while (ar5008_tx_process(sc, qid) == 0);
1319 int i, error, totlen, hasqos, qid; local
1365 qid = athn_ac2qid[ieee80211_up_to_ac(ic, tid)]
    [all...]
arn9003.c 747 ar9003_rx_alloc(struct athn_softc *sc, int qid, int count)
749 struct athn_rxq *rxq = &sc->sc_rxq[qid];
798 ar9003_rx_free(sc, qid);
803 ar9003_rx_free(struct athn_softc *sc, int qid)
805 struct athn_rxq *rxq = &sc->sc_rxq[qid];
841 int qid, i; local
851 for (qid = 0; qid < 2; qid++) {
852 rxq = &sc->sc_rxq[qid];
1105 uint8_t qid, failcnt; local
1472 int i, error, totlen, hasqos, qid; local
    [all...]
rt2661reg.h 253 uint8_t qid; member in struct:rt2661_tx_desc
rt2860.c 223 int qid, ntries, error; local
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
461 for (qid = 0; qid < MAXQS; qid++
1637 uint8_t type, qsel, mcs, pid, tid, qid; local
3748 int i, qid, ridx, ntries, error; local
4035 int qid; local
    [all...]
  /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
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
941 for (qid = 0; qid < sc->sc_nvqs; qid++)
978 int idx, qid, n; local
    [all...]
if_ena.c 527 uint16_t qid)
530 ring->qid = qid;
598 ena_free_io_ring_resources(struct ena_adapter *adapter, unsigned int qid)
600 struct ena_ring *txr = &adapter->tx_ring[qid];
601 struct ena_ring *rxr = &adapter->rx_ring[qid];
673 * @qid: queue index
678 ena_setup_tx_resources(struct ena_adapter *adapter, int qid)
680 struct ena_que *que = &adapter->que[qid];
746 * @qid: queue inde
1698 unsigned int qid; local
1870 int qid, ena_qid; local
3149 int qid, rc, i; local
    [all...]
  /src/sys/dev/usb/
if_athn_usb.c 2467 uint8_t sta_index, qid, tid; local
2487 qid = ieee80211_up_to_ac(ic, tid);
2492 qid = WME_AC_BE;
2517 htc->endpoint_id = usc->usc_ep_data[qid];
if_runvar.h 83 uint8_t qid; member in struct:run_tx_data

Completed in 32 milliseconds

1 2 3