Home
last modified time | relevance | path

Searched refs:num_cqe (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_mq.c43 uint16_t num_cqe = 0; in oce_drain_mq_cq() local
79 num_cqe++; in oce_drain_mq_cq()
82 oce_arm_cq(dev, cq->cq_id, num_cqe, B_TRUE); in oce_drain_mq_cq()
83 return (num_cqe); in oce_drain_mq_cq()
99 uint16_t num_cqe = 0; in oce_clean_mq() local
110 num_cqe++; in oce_clean_mq()
112 if (num_cqe) in oce_clean_mq()
113 oce_arm_cq(dev, cq->cq_id, num_cqe, B_FALSE); in oce_clean_mq()
H A Doce_tx.c559 uint16_t num_cqe = 0; in oce_process_tx_compl() local
593 num_cqe++; in oce_process_tx_compl()
596 if (num_cqe) in oce_process_tx_compl()
597 oce_arm_cq(wq->parent, cq->cq_id, num_cqe, rearm); in oce_process_tx_compl()
598 return (num_cqe); in oce_process_tx_compl()
612 uint16_t num_cqe = 0; in oce_drain_wq_cq() local
620 num_cqe = oce_process_tx_compl(wq, B_FALSE); in oce_drain_wq_cq()
623 if (wq->resched && num_cqe) { in oce_drain_wq_cq()
628 return (num_cqe); in oce_drain_wq_cq()
H A Doce_rx.c501 uint16_t num_cqe = 0; in oce_drain_rq_cq() local
557 num_cqe++; in oce_drain_rq_cq()
559 if (num_cqe > dev->rx_pkt_per_intr) { in oce_drain_rq_cq()
567 oce_arm_cq(dev, cq->cq_id, num_cqe, B_TRUE); in oce_drain_rq_cq()
568 return (num_cqe); in oce_drain_rq_cq()
614 uint16_t num_cqe = 0; in oce_clean_rq() local
636 num_cqe++; in oce_clean_rq()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_evd_util.c1326 int num_cqe = 0; in dapls_evd_copy_events() local
1399 num_cqe += nevents; in dapls_evd_copy_events()
1402 num_cqe); in dapls_evd_copy_events()
1436 if (num_cqe) in dapls_evd_copy_events()
1515 (evd_ptr->threshold - (num_cqe + num_ke)), evpp, in dapls_evd_copy_events()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_util.c1778 OUT int *num_cqe) in dapls_ib_cq_peek() argument
1782 *num_cqe = 0; in dapls_ib_cq_peek()
1784 DAPL_PEEK(evd_ptr)(evd_ptr->ib_cq_handle, num_cqe); in dapls_ib_cq_peek()
1786 if (*num_cqe == 0) { in dapls_ib_cq_peek()
H A Ddapl_arbel_hw.c552 dapli_arbel_cq_peek(ib_cq_handle_t cq, int *num_cqe) in dapli_arbel_cq_peek() argument
599 *num_cqe = polled_cnt; in dapli_arbel_cq_peek()
H A Ddapl_tavor_hw.c784 dapli_tavor_cq_peek(ib_cq_handle_t cq, int *num_cqe) in dapli_tavor_cq_peek() argument
831 *num_cqe = polled_cnt; in dapli_tavor_cq_peek()
H A Ddapl_hermon_hw.c529 dapli_hermon_cq_peek(ib_cq_handle_t cq, int *num_cqe) in dapli_hermon_cq_peek() argument
568 *num_cqe = polled_cnt; in dapli_hermon_cq_peek()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_adapter_util.h280 OUT int *num_cqe);