Home
last modified time | relevance | path

Searched refs:oce_arm_cq (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_mq.c82 oce_arm_cq(dev, cq->cq_id, num_cqe, B_TRUE); in oce_drain_mq_cq()
89 oce_arm_cq(mq->parent, mq->cq->cq_id, 0, B_TRUE); in oce_start_mq()
113 oce_arm_cq(dev, cq->cq_id, num_cqe, B_FALSE); in oce_clean_mq()
H A Doce_rx.c567 oce_arm_cq(dev, cq->cq_id, num_cqe, B_TRUE); in oce_drain_rq_cq()
631 oce_arm_cq(dev, cq->cq_id, 1, B_TRUE); in oce_clean_rq()
661 oce_arm_cq(dev, rq->cq->cq_id, 0, B_TRUE); in oce_start_rq()
H A Doce_gld.c310 oce_arm_cq(dev, wq->cq->cq_id, 0, B_TRUE); in oce_m_send()
H A Doce_tx.c597 oce_arm_cq(wq->parent, cq->cq_id, num_cqe, rearm); in oce_process_tx_compl()
H A Doce_queue.c961 oce_arm_cq(struct oce_dev *dev, int16_t qid, int npopped, in oce_arm_cq() function
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_io.h307 void oce_arm_cq(struct oce_dev *dev, int16_t qid, int npopped,