Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ena/
H A Dena.h956 extern int ena_destroy_sq(ena_t *, uint16_t, bool);
H A Dena_rx.c240 ret = ena_destroy_sq(ena, rxq->er_sq_hw_idx, false); in ena_cleanup_rxq()
H A Dena_tx.c204 ret = ena_destroy_sq(ena, txq->et_sq_hw_idx, true); in ena_cleanup_txq()
H A Dena_admin.c587 ena_destroy_sq(ena_t *ena, uint16_t hw_idx, bool is_tx) in ena_destroy_sq() function