Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_hw.c2262 int queue_rc; in _efct_hw_wq_write() local
2278 queue_rc = sli_wq_write(&wq->hw->sli, wq->queue, wqe->wqebuf); in _efct_hw_wq_write()
2280 return (queue_rc < 0) ? -EIO : 0; in _efct_hw_wq_write()