Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
Dsx8.c285 unsigned int hw_sg_used; member
513 if (host->hw_sg_used >= (CARM_MAX_HOST_SG - CARM_MAX_REQ_SG)) in carm_get_request()
541 assert(host->hw_sg_used >= crq->n_elem); in carm_put_request()
544 host->hw_sg_used -= crq->n_elem; in carm_put_request()
803 (host->hw_sg_used <= CARM_SG_LOW_WATER)) { in carm_end_rq()
887 host->hw_sg_used += n_elem; in carm_rq_fn()