Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/cxgb4/
Dt4.h328 T4_SQ_ONCHIP = (1<<0), enumerator
528 return sq->flags & T4_SQ_ONCHIP; in t4_sq_onchip()
Ddevice.c284 qp->wq.sq.flags & T4_SQ_ONCHIP, in dump_qp()
304 qp->wq.sq.flags & T4_SQ_ONCHIP, in dump_qp()
318 qp->wq.sq.flags & T4_SQ_ONCHIP); in dump_qp()
Dqp.c124 sq->flags |= T4_SQ_ONCHIP; in alloc_oc_sq()