Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/cxgb4/
H A Dcq.c247 if (wq->sq.flush_cidx == -1) in c4iw_flush_sq()
248 wq->sq.flush_cidx = wq->sq.cidx; in c4iw_flush_sq()
249 idx = wq->sq.flush_cidx; in c4iw_flush_sq()
261 wq->sq.flush_cidx += flushed; in c4iw_flush_sq()
262 if (wq->sq.flush_cidx >= wq->sq.size) in c4iw_flush_sq()
263 wq->sq.flush_cidx -= wq->sq.size; in c4iw_flush_sq()
272 if (wq->sq.flush_cidx == -1) in flush_completed_wrs()
273 wq->sq.flush_cidx = wq->sq.cidx; in flush_completed_wrs()
274 cidx = wq->sq.flush_cidx; in flush_completed_wrs()
294 wq->sq.flush_cidx = cidx; in flush_completed_wrs()
H A Dt4.h351 short flush_cidx; member
549 if (wq->sq.cidx == wq->sq.flush_cidx) in t4_sq_consume()
550 wq->sq.flush_cidx = -1; in t4_sq_consume()
H A Drestrack.c54 if (rdma_nl_put_driver_u32(msg, "flush_cidx", wq->sq.flush_cidx)) in fill_sq()
H A Dqp.c2161 qhp->wq.sq.flush_cidx = -1; in c4iw_create_qp()