Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/cxgb4/
Dqp.c108 if (t4_sq_onchip(sq)) in dealloc_sq()
337 (t4_sq_onchip(&wq->sq) ? FW_RI_RES_WR_ONCHIP_F : 0) | in create_qp()
343 (t4_sq_onchip(&wq->sq) ? FW_RI_RES_WR_FBMAX_V(2) : in create_qp()
2242 if (t4_sq_onchip(&qhp->wq.sq)) { in c4iw_create_qp()
Dt4.h522 static inline int t4_sq_onchip(struct t4_sq *sq) in t4_sq_onchip() function