Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_hw.h525 u32 wqec_count; member
H A Defct_hw.c2265 if (wq->wqec_count) in _efct_hw_wq_write()
2266 wq->wqec_count--; in _efct_hw_wq_write()
2268 if (wq->wqec_count == 0) { in _efct_hw_wq_write()
2272 wq->wqec_count = wq->wqec_set_count; in _efct_hw_wq_write()
H A Defct_hw_queues.c290 wq->wqec_count = wq->wqec_set_count; in efct_hw_new_wq()