Lines Matching refs:fits
191 static int next_opcode_rc(struct rxe_qp *qp, u32 opcode, int fits) in next_opcode_rc() argument
197 return fits ? in next_opcode_rc()
201 return fits ? in next_opcode_rc()
208 return fits ? in next_opcode_rc()
212 return fits ? in next_opcode_rc()
219 return fits ? in next_opcode_rc()
223 return fits ? in next_opcode_rc()
230 return fits ? in next_opcode_rc()
234 return fits ? in next_opcode_rc()
250 return fits ? IB_OPCODE_RC_SEND_LAST_WITH_INVALIDATE : in next_opcode_rc()
253 return fits ? IB_OPCODE_RC_SEND_ONLY_WITH_INVALIDATE : in next_opcode_rc()
263 static int next_opcode_uc(struct rxe_qp *qp, u32 opcode, int fits) in next_opcode_uc() argument
269 return fits ? in next_opcode_uc()
273 return fits ? in next_opcode_uc()
280 return fits ? in next_opcode_uc()
284 return fits ? in next_opcode_uc()
291 return fits ? in next_opcode_uc()
295 return fits ? in next_opcode_uc()
302 return fits ? in next_opcode_uc()
306 return fits ? in next_opcode_uc()
317 int fits = (wqe->dma.resid <= qp->mtu); in next_opcode() local
321 return next_opcode_rc(qp, opcode, fits); in next_opcode()
324 return next_opcode_uc(qp, opcode, fits); in next_opcode()