Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/elx/libefc_sli/
Dsli4.h4013 sli_cq_read(struct sli4 *sli4, struct sli4_queue *q, u8 *entry);
Dsli4.c1239 sli_cq_read(struct sli4 *sli4, struct sli4_queue *q, u8 *entry) in sli_cq_read() function
/linux-6.12.1/drivers/scsi/elx/efct/
Defct_hw.c2324 while (!sli_cq_read(&hw->sli, cq->queue, cqe)) { in efct_hw_cq_process()