Searched refs:oce_arm_cq (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/oce/ |
H A D | oce_mq.c | 82 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 D | oce_rx.c | 567 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 D | oce_gld.c | 306 oce_arm_cq(dev, wq->cq->cq_id, 0, B_TRUE); in oce_m_send()
|
H A D | oce_tx.c | 597 oce_arm_cq(wq->parent, cq->cq_id, num_cqe, rearm); in oce_process_tx_compl()
|
H A D | oce_queue.c | 961 oce_arm_cq(struct oce_dev *dev, int16_t qid, int npopped, in oce_arm_cq() function
|
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/oce/ |
H A D | oce_io.h | 307 void oce_arm_cq(struct oce_dev *dev, int16_t qid, int npopped,
|