Searched refs:oq (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/sys/dev/liquidio/base/
H A Dcn23xx_pf_regs.h239 #define LIO_CN23XX_SLI_OQ_PKT_CONTROL(oq) \
241 ((oq) * LIO_CN23XX_OQ_OFFSET))
243 #define LIO_CN23XX_SLI_OQ_BASE_ADDR64(oq) \
245 ((oq) * LIO_CN23XX_OQ_OFFSET))
247 #define LIO_CN23XX_SLI_OQ_SIZE(oq) \
249 ((oq) * LIO_CN23XX_OQ_OFFSET))
251 #define LIO_CN23XX_SLI_OQ_BUFF_INFO_SIZE(oq) \
253 ((oq) * LIO_CN23XX_OQ_OFFSET))
255 #define LIO_CN23XX_SLI_OQ_PKTS_SENT(oq) \
257 ((oq) * LIO_CN23XX_OQ_OFFSE
[all...]
H A Dlio_config.h109 #define LIO_GET_OQ_MAX_Q_CFG(cfg) ((cfg)->oq.max_oqs)
110 #define LIO_GET_OQ_PKTS_PER_INTR_CFG(cfg) ((cfg)->oq.pkts_per_intr)
111 #define LIO_GET_OQ_REFILL_THRESHOLD_CFG(cfg) ((cfg)->oq.refill_threshold)
112 #define LIO_GET_OQ_INTR_PKT_CFG(cfg) ((cfg)->oq.oq_intr_pkt)
113 #define LIO_GET_OQ_INTR_TIME_CFG(cfg) ((cfg)->oq.oq_intr_time)
393 struct lio_oq_config oq; member in struct:lio_config
H A Dlio_device.c62 .oq = {
263 if ((oct->io_qmask.oq & BIT_ULL(i)) && (oct->droq[i]))
864 (oct->io_qmask.oq & BIT_ULL(q_no)))
H A Dlio_device.h182 uint64_t oq; member in struct:lio_io_enable
H A Dlio_droq.c227 oct->io_qmask.oq &= ~(1ULL << q_no);
325 oct->io_qmask.oq |= BIT_ULL(q_no);
H A Dcn23xx_pf_device.c127 /* This gives the oq ticks (1024 core clock cycles) per millisecond */
131 * time_intr is in microseconds. The next 2 steps gives the oq ticks
572 if (oct->io_qmask.oq & BIT_ULL(q_no - srn)) {
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_wrappers.c577 } oq; local
579 oq.oq_hiwater = (size_t)qctrl->aq_hiwater;
580 oq.oq_lowater = (size_t)qctrl->aq_lowater;
581 oq.oq_bufsz = (size_t)qctrl->aq_bufsz;
582 oq.oq_delay = (clock_t)qctrl->aq_delay;
583 oq.oq_minfree = qctrl->aq_minfree;
585 ret = auditon(A_OLDGETQCTRL, &oq, sizeof(oq));
587 qctrl->aq_hiwater = (int)oq.oq_hiwater;
588 qctrl->aq_lowater = (int)oq
616 } oq; local
[all...]
/freebsd-11-stable/tools/tools/netmap/
H A Dlb.c175 struct overflow_queue *oq; member in struct:port_des
361 struct overflow_queue *q = cp->oq;
493 struct overflow_queue *q = port->oq;
538 uint32_t max = lp->oq->n;
543 if (cp->oq->n > max) {
545 max = cp->oq->n;
553 for (j = 0; lp->oq->n && j < BUF_REVOKE; j++) {
554 struct netmap_slot tmp = oq_deq(lp->oq);
706 struct overflow_queue *oq = NULL; local
720 oq
[all...]
/freebsd-11-stable/contrib/ntp/sntp/ag-tpl/0-old/
H A Dmdoc2man30 Mdoc::def_macro( '.Ql' , gen_encloser(qw(\[oq] \[cq])) , greedy => 1 );
31 Mdoc::def_macro( '.Sq' , gen_encloser(qw(\[oq] \[cq])) , greedy => 1 );
/freebsd-11-stable/contrib/ntp/sntp/ag-tpl/
H A Dmdoc2man56 Mdoc::def_macro( '.Ql' , gen_encloser(qw(\[oq] \[cq])) , greedy => 1 );
57 Mdoc::def_macro( '.Sq' , gen_encloser(qw(\[oq] \[cq])) , greedy => 1 );
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_netmap.c892 uint32_t oq; local
895 oq = be32toh(egr->opcode_qid);
896 MPASS(G_CPL_OPCODE(oq) == CPL_SGE_EGR_UPDATE);
897 nm_txq = (void *)sc->sge.eqmap[G_EGR_QID(oq) - sc->sge.eq_start];
/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_core.c485 if (!(oct->io_qmask.oq & BIT_ULL(oq_no)))
H A Dlio_main.c941 * only default iq and oq were initialized
1295 lio_dev_err(octeon_dev, "iq/oq config failed status: %x\n",
1309 lio_dev_err(octeon_dev, "iq/oq config failed\n");
2142 if (!(oct->io_qmask.oq & BIT_ULL(i)))
2246 if (!(oct->io_qmask.oq & BIT_ULL(i)))
H A Dlio_sysctl.c565 if (!(oct_dev->io_qmask.oq & BIT_ULL(i)))
1013 if (!(oct->io_qmask.oq & BIT_ULL(i)))

Completed in 269 milliseconds