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

1234

/freebsd-10-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dresource.c107 u32 qid; local
115 qid = entry->qid;
118 qid = c4iw_get_resource(&rdev->resource.qid_table);
119 if (!qid)
122 rdev->stats.qid.cur += rdev->qpmask + 1;
124 for (i = qid+1; i & rdev->qpmask; i++) {
128 entry->qid = i;
139 entry->qid = qid;
159 c4iw_put_cqid(struct c4iw_rdev *rdev, u32 qid, struct c4iw_dev_ucontext *uctx) argument
177 u32 qid; local
229 c4iw_put_qpid(struct c4iw_rdev *rdev, u32 qid, struct c4iw_dev_ucontext *uctx) argument
[all...]
H A Dev.c55 qhp->attr.state, qhp->wq.sq.qid, CQE_STATUS(err_cqe));
178 CQE_STATUS(err_cqe), qhp->wq.sq.qid);
193 u32 qid = be32_to_cpu(rc->pldbuflen_qid); local
198 chp = get_chp(dev, qid);
209 CTR2(KTR_IW_CXGBE, "%s unknown cqid 0x%x", __func__, qid);
H A Ddevice.c59 if (!(entry->qid & rdev->qpmask)) {
61 entry->qid);
63 rdev->stats.qid.cur -= rdev->qpmask + 1;
118 rdev->stats.qid.total = sc->vres.qp.size;
H A Dqp.c117 c4iw_put_qpid(rdev, wq->rq.qid, uctx);
118 c4iw_put_qpid(rdev, wq->sq.qid, uctx);
137 wq->sq.qid = c4iw_get_qpid(rdev, uctx);
138 if (!wq->sq.qid)
141 wq->rq.qid = c4iw_get_qpid(rdev, uctx);
142 if (!wq->rq.qid)
188 (wq->sq.qid << rdev->qpshift));
191 (wq->rq.qid << rdev->qpshift));
232 res->u.sqrq.eqid = cpu_to_be32(wq->sq.qid);
253 res->u.sqrq.eqid = cpu_to_be32(wq->rq.qid);
[all...]
/freebsd-10-stable/sys/mips/nlm/hal/
H A Dfmn.c74 * defined qid.
150 * qid - is the output queue id otherwise called as vc id
156 int nlm_cms_alloc_spill_q(uint64_t base, int qid, uint64_t spill_base, argument
166 queue_config = nlm_read_cms_reg(base,(CMS_OUTPUTQ_CONFIG(qid)));
175 nlm_write_cms_reg(base,(CMS_OUTPUTQ_CONFIG(qid)),queue_config);
180 uint64_t nlm_cms_get_onchip_queue (uint64_t base, int qid) argument
182 return nlm_read_cms_reg(base, CMS_OUTPUTQ_CONFIG(qid));
185 void nlm_cms_set_onchip_queue (uint64_t base, int qid, uint64_t val) argument
189 rdval = nlm_read_cms_reg(base, CMS_OUTPUTQ_CONFIG(qid));
191 nlm_write_cms_reg(base, CMS_OUTPUTQ_CONFIG(qid), rdva
194 nlm_cms_per_queue_level_intr(uint64_t base, int qid, int sub_type, int intr_val) argument
209 nlm_cms_per_queue_timer_intr(uint64_t base, int qid, int sub_type, int intr_val) argument
225 nlm_cms_outputq_intr_check(uint64_t base, int qid) argument
233 nlm_cms_outputq_clr_intr(uint64_t base, int qid) argument
[all...]
H A Dfmn.h214 extern int nlm_cms_get_oc_space(int qsize, int max_queues, int qid, int *ocbase, int *ocstart, int *ocend);
216 extern int nlm_cms_config_onchip_queue (uint64_t base, uint64_t cms_spill_base, int qid, int spill_en);
218 extern uint64_t nlm_cms_get_onchip_queue (uint64_t base, int qid);
219 extern void nlm_cms_set_onchip_queue (uint64_t base, int qid, uint64_t val);
220 extern void nlm_cms_per_queue_level_intr(uint64_t base, int qid, int sub_type, int intr_val);
222 extern void nlm_cms_per_queue_timer_intr(uint64_t base, int qid, int sub_type, int intr_val);
224 extern int nlm_cms_outputq_intr_check(uint64_t base, int qid);
225 extern void nlm_cms_outputq_clr_intr(uint64_t base, int qid);
241 extern int nlm_cms_alloc_spill_q(uint64_t base, int qid, uint64_t spill_base,
243 extern int nlm_cms_alloc_onchip_q(uint64_t base, int qid, in
[all...]
/freebsd-10-stable/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-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
H A DQueueItem.h145 SetEnqueueingQueueID (lldb::queue_id_t qid) argument
147 m_enqueueing_queue_id = qid;
157 SetTargetQueueID (lldb::queue_id_t qid) argument
159 m_target_queue_id = qid;
H A DQueueList.h96 /// @param [in] qid
104 FindQueueByID (lldb::queue_id_t qid);
/freebsd-10-stable/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);
840 rt_tx_data(struct rt_softc *sc, struct mbuf *m, int qid) argument
850 KASSERT(qid >= 0 && qid < RT_SOFTC_TX_RING_COUNT,
851 ("%s: Tx data: invalid qid=%d\n",
852 device_get_nameunit(sc->dev), qid));
854 RT_SOFTC_TX_RING_ASSERT_LOCKED(&sc->tx_ring[qid]);
857 ring = &sc->tx_ring[qid];
919 desc->qn = qid;
982 int qid = 0 /* XXX must check QoS priority */; local
1422 rt_tx_intr(struct rt_softc *sc, int qid) argument
2095 rt_alloc_tx_ring(struct rt_softc *sc, struct rt_softc_tx_ring *ring, int qid) argument
[all...]
/freebsd-10-stable/contrib/unbound/services/
H A Dmesh.h212 uint16_t qid; member in struct:mesh_reply
235 uint16_t qid; member in struct:mesh_cb
276 * @param qid: query id to reply with.
280 uint16_t qid);
292 * @param qid: query id to reply with.
299 uint16_t qid, mesh_cb_func_t cb, void* cb_arg);
460 * @param qid: ID of reply.
466 struct comm_reply* rep, uint16_t qid, uint16_t qflags, uint8_t* qname);
476 * @param qid: ID of reply.
481 struct sldns_buffer* buf, mesh_cb_func_t cb, void* cb_arg, uint16_t qid,
[all...]
H A Dmesh.c283 uint16_t qid)
319 qinfo, qid, qflags, edns);
339 if(!mesh_state_add_reply(s, edns, rep, qid, qflags, qinfo->qname)) {
342 qinfo, qid, qflags, edns);
377 uint16_t qid, mesh_cb_func_t cb, void* cb_arg)
410 if(!mesh_state_add_cb(s, edns, buf, cb, cb_arg, qid, qflags)) {
812 if(!reply_info_answer_encode(&m->s.qinfo, rep, r->qid,
868 &r->qid, sizeof(uint16_t));
875 r->qid, r->qflags, &r->edns);
884 if(!reply_info_answer_encode(&m->s.qinfo, rep, r->qid,
281 mesh_new_client(struct mesh_area* mesh, struct query_info* qinfo, uint16_t qflags, struct edns_data* edns, struct comm_reply* rep, uint16_t qid) argument
375 mesh_new_callback(struct mesh_area* mesh, struct query_info* qinfo, uint16_t qflags, struct edns_data* edns, sldns_buffer* buf, uint16_t qid, mesh_cb_func_t cb, void* cb_arg) argument
963 mesh_state_add_cb(struct mesh_state* s, struct edns_data* edns, sldns_buffer* buf, mesh_cb_func_t cb, void* cb_arg, uint16_t qid, uint16_t qflags) argument
984 mesh_state_add_reply(struct mesh_state* s, struct edns_data* edns, struct comm_reply* rep, uint16_t qid, uint16_t qflags, uint8_t* qname) argument
[all...]
/freebsd-10-stable/sys/netpfil/pf/
H A Dpf_mtag.h46 u_int32_t qid; /* queue id */ member in struct:pf_mtag
H A Dpf_altq.h118 uint32_t qid; /* return value */ member in struct:pf_altq
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DQueueList.cpp69 QueueList::FindQueueByID (lldb::queue_id_t qid) argument
74 if (queue_sp->GetID() == qid)
/freebsd-10-stable/sys/mips/nlm/
H A Dcms.c122 int src, qid, i; local
144 for (qid = 0; qid < maxqid; qid++)
145 nlm_cms_setup_credits(cmsbase, qid,
157 int qid, maxqid, src; local
164 for (qid = 0; qid < maxqid; qid++)
165 nlm_cms_setup_credits(cmsbase, qid, sr
259 int i, qid; local
[all...]
/freebsd-10-stable/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...]
/freebsd-10-stable/contrib/unbound/util/data/
H A Dmsgencode.h123 * @param qid: query ID to set in packet. network order.
129 uint16_t qid, uint16_t qflags, struct edns_data* edns);
/freebsd-10-stable/sys/dev/iwn/
H A Dif_iwn.c950 int qid; local
977 for (qid = 0; qid < sc->ntxqs; qid++)
978 iwn_free_tx_ring(sc, &sc->txq[qid]);
1536 iwn_alloc_tx_ring(struct iwn_softc *sc, struct iwn_tx_ring *ring, int qid) argument
1542 ring->qid = qid;
1628 sc->qfullmsk &= ~(1 << ring->qid);
2631 int ackfailcnt = 0, i, lastidx, qid, *re local
2847 int qid; local
2874 int qid; local
3000 iwn_ampdu_tx_done(struct iwn_softc *sc, int qid, int idx, int nframes, void *stat) argument
3292 int qid; local
3490 iwn4965_update_sched(struct iwn_softc *sc, int qid, int idx, uint8_t id, uint16_t len) argument
3508 iwn5000_update_sched(struct iwn_softc *sc, int qid, int idx, uint8_t id, uint16_t len) argument
3527 iwn5000_reset_sched(struct iwn_softc *sc, int qid, int idx) argument
5963 int qid; local
5993 int qid = *(int *)tap->txa_private; local
6025 int error, qid; local
6058 int qid; local
6080 iwn4965_ampdu_tx_start(struct iwn_softc *sc, struct ieee80211_node *ni, int qid, uint8_t tid, uint16_t ssn) argument
6120 iwn4965_ampdu_tx_stop(struct iwn_softc *sc, int qid, uint8_t tid, uint16_t ssn) argument
6141 iwn5000_ampdu_tx_start(struct iwn_softc *sc, struct ieee80211_node *ni, int qid, uint8_t tid, uint16_t ssn) argument
6180 iwn5000_ampdu_tx_stop(struct iwn_softc *sc, int qid, uint8_t tid, uint16_t ssn) argument
6325 int error, qid; local
6380 int error, qid; local
7109 int error, chnl, qid; local
7221 int chnl, qid, ntries; local
[all...]
H A Dif_iwnreg.h109 #define IWN_FH_TFBD_CTRL0(qid) (0x1900 + (qid) * 8)
110 #define IWN_FH_TFBD_CTRL1(qid) (0x1904 + (qid) * 8)
112 #define IWN_FH_SRAM_ADDR(qid) (0x19a4 + (qid) * 4)
113 #define IWN_FH_CBBC_QUEUE(qid) (0x19d0 + (qid) * 4)
119 #define IWN_FH_TX_CONFIG(qid) (0x1d00 + (qid) * 3
441 uint8_t qid; member in struct:iwn_rx_desc
510 uint8_t qid; member in struct:iwn_tx_cmd
1359 uint16_t qid; member in struct:iwn_compressed_ba
[all...]
/freebsd-10-stable/contrib/ofed/libcxgb4/src/
H A Dlibcxgb4.h151 static inline struct c4iw_qp *get_qhp(struct c4iw_dev *rhp, u32 qid) argument
153 return rhp->qpid2ptr[qid];
156 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 qid) argument
158 return rhp->cqid2ptr[qid];
/freebsd-10-stable/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...]
/freebsd-10-stable/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...]
/freebsd-10-stable/sys/dev/qlnx/qlnxe/
H A Decore_sriov.c261 u16 qid,
273 p_qcid = &p_vf->vf_queues[qid].cids[i];
956 int qid; local
958 for (qid = 0; qid < vf->num_rxqs; qid++) {
959 ecore_fw_l2_queue(p_hwfn, vf->vf_queues[qid].fw_rx_qid,
988 int qid = 0; local
1000 for (qid = 0; qid < num_rx_queue
260 ecore_iov_validate_queue_mode(struct ecore_vf_info *p_vf, u16 qid, enum ecore_iov_validate_q_mode mode, bool b_is_tx) argument
1111 u16 qid, num_irqs; local
2892 u16 qid = req->rx_qid + i; local
3602 u16 coal = 0, qid, i; local
3671 u16 qid; local
3745 ecore_iov_pf_configure_vf_queue_coalesce(struct ecore_hwfn *p_hwfn, u16 rx_coal, u16 tx_coal, u16 vf_id, u16 qid) argument
[all...]

Completed in 201 milliseconds

1234