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 D | oce_mq.c | 43 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 D | oce_tx.c | 559 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 D | oce_rx.c | 501 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 D | dapl_evd_util.c | 1326 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 D | dapl_tavor_ibtf_util.c | 1778 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 D | dapl_arbel_hw.c | 552 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 D | dapl_hermon_hw.c | 529 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()
|
H A D | dapl_tavor_hw.c | 784 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()
|
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/ |
H A D | dapl_adapter_util.h | 280 OUT int *num_cqe);
|