Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/cxgb4/
Dqp.c107 if (t4_sq_onchip(sq)) in dealloc_sq()
335 (t4_sq_onchip(&wq->sq) ? FW_RI_RES_WR_ONCHIP_F : 0) | in create_qp()
341 (t4_sq_onchip(&wq->sq) ? FW_RI_RES_WR_FBMAX_V(2) : in create_qp()
2262 if (t4_sq_onchip(&qhp->wq.sq)) { in c4iw_create_qp()
Dt4.h526 static inline int t4_sq_onchip(struct t4_sq *sq) in t4_sq_onchip() function