Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ocs_fc/
H A Docs_hw.c3584 int32_t queue_rc; in _hw_wq_write() local
3599 queue_rc = _sli_queue_write(&wq->hw->sli, wq->queue, wqe->wqebuf); in _hw_wq_write()
3601 if (queue_rc < 0) { in _hw_wq_write()
3605 ocs_queue_history_wq(&wq->hw->q_hist, (void *) wqe->wqebuf, wq->queue->id, queue_rc); in _hw_wq_write()