Lines Matching defs:end
18 * This is an end-to-end protocol at the hfi1 level between two nodes that
1067 /* dump residual pages at end */
1277 * However, if we are at the head, we have reached the end of the
2189 * qp->s_ack_rdma_sge; Otherwise, we will end up in
2420 u32 i, end;
2422 end = qp->s_cur + 1;
2423 if (end == qp->s_size)
2424 end = 0;
2425 for (i = qp->s_acked; i != end;) {
4096 * packet checks because it will end up updating the QP state.