Home
last modified time | relevance | path

Searched refs:sli_queue_free (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_hw.c3458 sli_queue_free(&hw->sli, &hw->wq[i], destroy_queues, in efct_hw_teardown()
3462 sli_queue_free(&hw->sli, &hw->rq[i], destroy_queues, in efct_hw_teardown()
3466 sli_queue_free(&hw->sli, &hw->mq[i], destroy_queues, in efct_hw_teardown()
3470 sli_queue_free(&hw->sli, &hw->cq[i], destroy_queues, in efct_hw_teardown()
3474 sli_queue_free(&hw->sli, &hw->eq[i], destroy_queues, in efct_hw_teardown()
/openbmc/linux/drivers/scsi/elx/libefc_sli/
H A Dsli4.h3997 sli_queue_free(struct sli4 *sli4, struct sli4_queue *q, u32 destroy_queues,
H A Dsli4.c995 sli_queue_free(struct sli4 *sli4, struct sli4_queue *q, in sli_queue_free() function