Lines Matching refs:fits
167 static int next_opcode_rc(struct rxe_qp *qp, u32 opcode, int fits) in next_opcode_rc() argument
173 return fits ? in next_opcode_rc()
177 return fits ? in next_opcode_rc()
184 return fits ? in next_opcode_rc()
188 return fits ? in next_opcode_rc()
195 return fits ? in next_opcode_rc()
199 return fits ? in next_opcode_rc()
206 return fits ? in next_opcode_rc()
210 return fits ? in next_opcode_rc()
226 return fits ? IB_OPCODE_RC_SEND_LAST_WITH_INVALIDATE : in next_opcode_rc()
229 return fits ? IB_OPCODE_RC_SEND_ONLY_WITH_INVALIDATE : in next_opcode_rc()
239 static int next_opcode_uc(struct rxe_qp *qp, u32 opcode, int fits) in next_opcode_uc() argument
245 return fits ? in next_opcode_uc()
249 return fits ? in next_opcode_uc()
256 return fits ? in next_opcode_uc()
260 return fits ? in next_opcode_uc()
267 return fits ? in next_opcode_uc()
271 return fits ? in next_opcode_uc()
278 return fits ? in next_opcode_uc()
282 return fits ? in next_opcode_uc()
293 int fits = (wqe->dma.resid <= qp->mtu); in next_opcode() local
297 return next_opcode_rc(qp, opcode, fits); in next_opcode()
300 return next_opcode_uc(qp, opcode, fits); in next_opcode()