Searched refs:t4_sq_onchip (Results 1 – 2 of 2) sorted by relevance
108 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()
522 static inline int t4_sq_onchip(struct t4_sq *sq) in t4_sq_onchip() function