Home
last modified time | relevance | path

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

/drivers/scsi/elx/efct/
Defct_hw.c2263 int queue_rc; in _efct_hw_wq_write() local
2279 queue_rc = sli_wq_write(&wq->hw->sli, wq->queue, wqe->wqebuf); in _efct_hw_wq_write()
2281 return (queue_rc < 0) ? -EIO : 0; in _efct_hw_wq_write()