Searched refs:qid (Results 1 - 25 of 63) sorted by relevance

123

/freebsd-9.3-release/sys/mips/nlm/
H A Dcms.c149 int src, qid, i; local
155 for(qid=0; qid<1024; qid++) {
156 nlm_cms_setup_credits(xlp_cms_base, qid, src, credit);
164 for (qid = 0; qid < 1024; qid++)
165 nlm_cms_setup_credits(xlp_cms_base, qid, src, credit);
170 for(qid
[all...]
/freebsd-9.3-release/sys/mips/nlm/hal/
H A Dfmn.c75 * defined qid.
150 int qid, int spill_en)
154 nlm_cms_alloc_onchip_q(base, qid, 1);
159 nlm_cms_alloc_spill_q(base, qid, spill_base, 4);
164 nlm_cms_setup_credits(base, qid, CMS_CPU0_SRC_STID,
169 nlm_cms_setup_credits(base, qid, CMS_CPU1_SRC_STID,
174 nlm_cms_setup_credits(base, qid, CMS_CPU2_SRC_STID,
179 nlm_cms_setup_credits(base, qid, CMS_CPU3_SRC_STID,
184 nlm_cms_setup_credits(base, qid, CMS_CPU4_SRC_STID,
189 nlm_cms_setup_credits(base, qid, CMS_CPU5_SRC_STI
149 nlm_cms_config_onchip_queue(uint64_t base, uint64_t spill_base, int qid, int spill_en) argument
265 nlm_cms_alloc_spill_q(uint64_t base, int qid, uint64_t spill_base, int nsegs) argument
295 nlm_cms_alloc_onchip_q(uint64_t base, int qid, int nsegs) argument
435 nlm_cms_get_onchip_queue(uint64_t base, int qid) argument
440 nlm_cms_set_onchip_queue(uint64_t base, int qid, uint64_t val) argument
449 nlm_cms_per_queue_level_intr(uint64_t base, int qid, int sub_type, int intr_val) argument
544 nlm_cms_per_queue_timer_intr(uint64_t base, int qid, int sub_type, int intr_val) argument
640 nlm_cms_outputq_intr_check(uint64_t base, int qid) argument
648 nlm_cms_outputq_clr_intr(uint64_t base, int qid) argument
[all...]
H A Dfmn.h245 extern int nlm_cms_get_oc_space(int qsize, int max_queues, int qid, int *ocbase, int *ocstart, int *ocend);
247 extern int nlm_cms_config_onchip_queue (uint64_t base, uint64_t cms_spill_base, int qid, int spill_en);
249 extern uint64_t nlm_cms_get_onchip_queue (uint64_t base, int qid);
250 extern void nlm_cms_set_onchip_queue (uint64_t base, int qid, uint64_t val);
251 extern void nlm_cms_per_queue_level_intr(uint64_t base, int qid, int sub_type, int intr_val);
253 extern void nlm_cms_per_queue_timer_intr(uint64_t base, int qid, int sub_type, int intr_val);
255 extern int nlm_cms_outputq_intr_check(uint64_t base, int qid);
256 extern void nlm_cms_outputq_clr_intr(uint64_t base, int qid);
272 extern int nlm_cms_alloc_spill_q(uint64_t base, int qid, uint64_t spill_base,
274 extern int nlm_cms_alloc_onchip_q(uint64_t base, int qid, in
[all...]
H A Dpic.h176 #define PIC_IRT_MSG_Q_INDEX(qid) ((qid) + PIC_IRT_MSG_Q0_INDEX)
/freebsd-9.3-release/sbin/ipfw/
H A Daltq.c102 if (pfioc.altq.qid == 0)
122 return altq->qid;
126 altq_qid_to_name(u_int32_t qid) argument
132 if (qid == altq->qid)
145 qname = altq_qid_to_name(altqptr->qid);
147 printf(" altq ?<%u>", altqptr->qid);
/freebsd-9.3-release/sbin/pfctl/missing/altq/
H A Daltq_wfq.h51 u_long qid; member in struct:wfq_getqid
56 int qid; member in struct:wfq_setweight
69 int qid; member in struct:wfq_getstats
/freebsd-9.3-release/sys/dev/rt/
H A Dif_rtreg.h261 #define TX_BASE_PTR(qid) (((qid>1)?(0x20):(0x10)) + (qid) * 16)
262 #define TX_MAX_CNT(qid) (((qid>1)?(0x24):(0x14)) + (qid) * 16)
263 #define TX_CTX_IDX(qid) (((qid>1)?(0x28):(0x18)) + (qid) * 16)
264 #define TX_DTX_IDX(qid) (((qi
[all...]
H A Dif_rt.c103 static void rt_tx_intr(struct rt_softc *sc, int qid);
123 struct rt_softc_tx_ring *ring, int qid);
865 rt_tx_data(struct rt_softc *sc, struct mbuf *m, int qid) argument
875 KASSERT(qid >= 0 && qid < RT_SOFTC_TX_RING_COUNT,
876 ("%s: Tx data: invalid qid=%d\n",
877 device_get_nameunit(sc->dev), qid));
879 RT_SOFTC_TX_RING_ASSERT_LOCKED(&sc->tx_ring[qid]);
882 ring = &sc->tx_ring[qid];
944 desc->qn = qid;
1007 int qid = 0 /* XXX must check QoS priority */; local
1447 rt_tx_intr(struct rt_softc *sc, int qid) argument
2120 rt_alloc_tx_ring(struct rt_softc *sc, struct rt_softc_tx_ring *ring, int qid) argument
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Ddispatch.c98 dns_qid_t *qid; member in struct:dns_dispatchmgr
117 * Locked by qid->lock if qid exists; otherwise, can be used without
258 dns_qid_t *qid; member in struct:dns_dispatch
280 (disp)->qid : (disp)->mgr->qid
286 * locking until qid is created. Technically, there is a possibility of race
287 * between the creation of qid and access to the port buffer; in practice,
288 * however, this should be safe because qid isn't created until the first
291 #define PORTBUFLOCK(mgr) if ((mgr)->qid !
626 dns_hash(dns_qid_t *qid, isc_sockaddr_t *dest, dns_messageid_t id, in_port_t port) argument
644 linear_first(dns_qid_t *qid) argument
665 linear_next(dns_qid_t *qid, dns_dispentry_t *resp) argument
781 dns_qid_t *qid; local
807 dns_qid_t *qid; local
832 socket_search(dns_qid_t *qid, isc_sockaddr_t *dest, in_port_t port, unsigned int bucket) argument
875 dns_qid_t *qid; local
990 dns_qid_t *qid; local
1027 dns_qid_t *qid; local
1080 entry_search(dns_qid_t *qid, isc_sockaddr_t *dest, dns_messageid_t id, in_port_t port, unsigned int bucket) argument
1254 dns_qid_t *qid; local
1545 dns_qid_t *qid; local
2503 dns_qid_t *qid; local
2562 dns_qid_t *qid; local
3236 dns_qid_t *qid; local
3446 dns_qid_t *qid; local
3554 dns_qid_t *qid; local
[all...]
/freebsd-9.3-release/sys/dev/wpi/
H A Dif_wpireg.h57 #define WPI_TX_CTL(qid) (0x940 + (qid) * 8)
58 #define WPI_TX_BASE(qid) (0x944 + (qid) * 8)
59 #define WPI_TX_DESC(qid) (0x980 + (qid) * 80)
66 #define WPI_TX_CONFIG(qid) (0xd00 + (qid) * 32)
67 #define WPI_TX_CREDIT(qid) (0xd04 + (qid) * 3
212 uint8_t qid; member in struct:wpi_rx_desc
264 uint8_t qid; member in struct:wpi_tx_cmd
[all...]
H A Dif_wpi.c1066 int qid)
1071 ring->qid = qid;
1087 sc->shared->txbase[qid] = htole32(ring->desc_dma.paddr);
1144 WPI_WRITE(sc, WPI_TX_CONFIG(ring->qid), 0);
1146 if (WPI_READ(sc, WPI_TX_STATUS) & WPI_TX_IDLE(ring->qid))
1153 ring->qid);
1570 struct wpi_tx_ring *ring = &sc->txq[desc->qid & 0x3];
1577 DPRINTFN(WPI_DEBUG_TX, ("tx done: qid=%d idx=%d retries=%d nkill=%d "
1578 "rate=%x duration=%d status=%x\n", desc->qid, des
1065 wpi_alloc_tx_ring(struct wpi_softc *sc, struct wpi_tx_ring *ring, int count, int qid) argument
3054 int ntries, qid; local
[all...]
H A Dif_wpivar.h79 int qid; member in struct:wpi_tx_ring
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_mtag.h46 u_int32_t qid; /* queue id */ member in struct:pf_mtag
/freebsd-9.3-release/sys/dev/iwn/
H A Dif_iwn.c888 int qid; local
913 for (qid = 0; qid < sc->ntxqs; qid++)
914 iwn_free_tx_ring(sc, &sc->txq[qid]);
1449 iwn_alloc_tx_ring(struct iwn_softc *sc, struct iwn_tx_ring *ring, int qid) argument
1455 ring->qid = qid;
1533 sc->qfullmsk &= ~(1 << ring->qid);
2439 int ackfailcnt = 0, i, lastidx, qid, *re local
2643 int qid; local
2670 int qid; local
2795 iwn_ampdu_tx_done(struct iwn_softc *sc, int qid, int idx, int nframes, void *stat) argument
3083 int qid; local
3277 iwn4965_update_sched(struct iwn_softc *sc, int qid, int idx, uint8_t id, uint16_t len) argument
3293 iwn5000_update_sched(struct iwn_softc *sc, int qid, int idx, uint8_t id, uint16_t len) argument
3310 iwn5000_reset_sched(struct iwn_softc *sc, int qid, int idx) argument
5616 int qid; local
5644 int qid = *(int *)tap->txa_private; local
5674 int error, qid; local
5705 int qid; local
5725 iwn4965_ampdu_tx_start(struct iwn_softc *sc, struct ieee80211_node *ni, int qid, uint8_t tid, uint16_t ssn) argument
5763 iwn4965_ampdu_tx_stop(struct iwn_softc *sc, int qid, uint8_t tid, uint16_t ssn) argument
5782 iwn5000_ampdu_tx_start(struct iwn_softc *sc, struct ieee80211_node *ni, int qid, uint8_t tid, uint16_t ssn) argument
5819 iwn5000_ampdu_tx_stop(struct iwn_softc *sc, int qid, uint8_t tid, uint16_t ssn) argument
5962 int error, qid; local
6015 int error, qid; local
6702 int error, chnl, qid; local
6809 int chnl, qid, ntries; local
[all...]
H A Dif_iwnreg.h95 #define IWN_FH_TFBD_CTRL0(qid) (0x1900 + (qid) * 8)
96 #define IWN_FH_TFBD_CTRL1(qid) (0x1904 + (qid) * 8)
98 #define IWN_FH_SRAM_ADDR(qid) (0x19a4 + (qid) * 4)
99 #define IWN_FH_CBBC_QUEUE(qid) (0x19d0 + (qid) * 4)
105 #define IWN_FH_TX_CONFIG(qid) (0x1d00 + (qid) * 3
400 uint8_t qid; member in struct:iwn_rx_desc
445 uint8_t qid; member in struct:iwn_tx_cmd
1161 uint16_t qid; member in struct:iwn_compressed_ba
[all...]
/freebsd-9.3-release/sys/dev/ral/
H A Drt2860reg.h47 #define RT2860_TX_BASE_PTR(qid) (0x0230 + (qid) * 16)
48 #define RT2860_TX_MAX_CNT(qid) (0x0234 + (qid) * 16)
49 #define RT2860_TX_CTX_IDX(qid) (0x0238 + (qid) * 16)
50 #define RT2860_TX_DTX_IDX(qid) (0x023c + (qid) * 16)
66 #define RT2860_TXQ_IO(qid) (0x041c + (qid) *
[all...]
H A Drt2860.c225 int error, ntries, qid; local
276 for (qid = 0; qid < 6; qid++) {
277 if ((error = rt2860_alloc_tx_ring(sc, &sc->txq[qid])) != 0) {
279 "could not allocate Tx ring %d\n", qid);
370 fail2: while (--qid >= 0)
371 rt2860_free_tx_ring(sc, &sc->txq[qid]);
383 int qid; local
391 for (qid
1135 rt2860_tx_intr(struct rt2860_softc *sc, int qid) argument
1487 uint8_t type, qsel, mcs, pid, tid, qid; local
1770 uint8_t type, qsel, mcs, pid, tid, qid; local
3596 int i, qid, ridx, ntries, error; local
3856 int qid; local
[all...]
/freebsd-9.3-release/sys/dev/usb/wlan/
H A Dif_runreg.h43 #define RT2860_TX_BASE_PTR(qid) (0x0230 + (qid) * 16)
44 #define RT2860_TX_MAX_CNT(qid) (0x0234 + (qid) * 16)
45 #define RT2860_TX_CTX_IDX(qid) (0x0238 + (qid) * 16)
46 #define RT2860_TX_DTX_IDX(qid) (0x023c + (qid) * 16)
62 #define RT2860_TXQ_IO(qid) (0x041c + (qid) *
[all...]
H A Dif_rumreg.h199 uint8_t qid; member in struct:rum_tx_desc
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpfctl_qstats.c165 if (pa.altq.qid > 0 &&
168 if (pa.altq.qid > 0) {
291 printf(" [ qid=%u ifname=%s ifbandwidth=%s ]\n",
292 node->altq.qid, node->altq.ifname,
303 if (a->altq.qid == 0)
405 if (a->altq.qid == 0)
/freebsd-9.3-release/sys/contrib/altq/altq/
H A Daltq_priq.c177 if (a->qid == 0)
181 if (clh_to_clp(pif, a->qid) != NULL)
185 a->pq_u.priq_opts.flags, a->qid);
201 if ((cl = clh_to_clp(pif, a->qid)) == NULL)
218 if ((cl = clh_to_clp(pif, a->qid)) == NULL)
286 priq_class_create(struct priq_if *pif, int pri, int qlimit, int flags, int qid) argument
347 cl->cl_handle = qid;
477 cl = clh_to_clp(pif, t->qid);
903 int qid; local
913 qid
[all...]
H A Dif_altq.h110 u_int32_t qid; /* queue id */ member in struct:altq_tag
H A Daltq_cbq.c321 if (a->qid == 0)
326 * the lower bits of qid is free, use this slot. otherwise,
329 i = a->qid % CBQ_MAX_CLASSES;
379 if (a->qid == 0)
408 cl->stats_.handle = a->qid;
430 if ((cl = clh_to_clp(cbqp, a->qid)) == NULL)
467 if ((cl = clh_to_clp(cbqp, a->qid)) == NULL)
516 cl = clh_to_clp(cbqp, t->qid);
/freebsd-9.3-release/contrib/libpcap/
H A Dgrammar.y259 %type <blk> expr id nid pid term rterm qid
400 | qid and id { gen_and($1.b, $3.b); $$ = $3; }
401 | qid or id { gen_or($1.b, $3.b); $$ = $3; }
403 qid: pnum { $$.b = gen_ncode(NULL, (bpf_u_int32)$1, label
/freebsd-9.3-release/sys/dev/cxgbe/common/
H A Dt4_hw.h93 volatile __be32 qid; member in struct:sge_qstat

Completed in 308 milliseconds

123