Home
last modified time | relevance | path

Searched refs:ena_destroy_cq (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ena/
H A Dena.h953 extern int ena_destroy_cq(ena_t *, uint16_t);
H A Dena_rx.c258 ret = ena_destroy_cq(ena, rxq->er_cq_hw_idx); in ena_cleanup_rxq()
H A Dena_tx.c221 ret = ena_destroy_cq(ena, txq->et_cq_hw_idx); in ena_cleanup_txq()
H A Dena_admin.c503 ena_destroy_cq(ena_t *ena, uint16_t hw_idx) in ena_destroy_cq() function