Searched refs:q_count (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/sys/dev/axgbe/
H A Dxgbe-dev.c379 unsigned int max_q_count, q_count; local
389 q_count = min_t(unsigned int, pdata->tx_q_count, max_q_count);
391 for (i = 0; i < q_count; i++) {
404 unsigned int max_q_count, q_count; local
415 q_count = min_t(unsigned int, pdata->tx_q_count, max_q_count);
417 for (i = 0; i < q_count; i++) {
528 unsigned int q_count, i; local
530 q_count = max(pdata->hw_feat.tx_q_cnt, pdata->hw_feat.rx_q_cnt);
531 for (i = 0; i < q_count; i++) {
/freebsd-12-stable/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_pkt_types_etmv4.h234 uint32_t q_count; member in struct:_ocsd_etmv4_i_pkt::__anon6801
H A Dtrc_pkt_elem_etmv4i.h494 Q_pkt.q_count = count;
/freebsd-12-stable/sys/netpfil/ipfw/
H A Dip_dn_private.h326 /* q_count is the number of queues that this instance is using.
332 int q_count; member in struct:dn_sch_inst
345 * of that, a counter (q_count) stores the number of queues that are pointing
H A Dip_dummynet.c361 q->_si->q_count++;
398 q->_si->q_count--;
2393 if (si->q_count == 0)
/freebsd-12-stable/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_proc_etmv4i_impl.cpp1081 uint32_t q_count; local
1103 extractContField(m_currPacketData,idx,q_count);
1104 m_curr_packet.setQType(true,q_count,m_has_addr,m_addr_match,m_Q_type);
/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_ddump.c56 * @param q_count count of SLI4 queues
63 ocs_ddump_sli4_queue(ocs_textbuf_t *textbuf, const char *name, ocs_hw_t *hw, sli4_queue_t *q, uint32_t q_count, uint32_t qentries) argument
67 for (i = 0; i < q_count; i ++, q ++) {
H A Docs_hw_queues.c674 uint32_t max_hw_rq, i, q_count; local
683 for (i = 0, q_count = 0; i < num_rq_pairs; i++, q_count += 2) {
700 qs[q_count] = rq->hdr;
707 qs[q_count + 1] = rq->data;
H A Docs_hw.c537 uint32_t q_count = 0; local
676 q_count = MIN(sli_get_max_queue(&hw->sli, SLI_QTYPE_EQ),
678 if (hw->config.n_eq > q_count) {
680 hw->config.n_eq, q_count);
684 q_count = MIN(sli_get_max_queue(&hw->sli, SLI_QTYPE_CQ),
686 if (hw->config.n_cq > q_count) {
688 hw->config.n_cq, q_count);
692 q_count = MIN(sli_get_max_queue(&hw->sli, SLI_QTYPE_MQ),
694 if (hw->config.n_mq > q_count) {
696 hw->config.n_mq, q_count);
[all...]

Completed in 108 milliseconds