Lines Matching refs:first

102 	uint64_t			*desc, *prev, *first;
158 * However, we do not want to link the first one to the previous
170 * For the first WQE on a new chain we need "prev" to point
254 * If this is not the first descriptor on the current
257 * "first" and "first_sz" respectively) and continue.
274 first = desc;
324 tavor_wqe_mlx_linknext(NULL, first, first_sz,
328 first, first_sz, qp->qp_sq_lastwqeaddr,
369 (uint32_t)((uintptr_t)first - qp->qp_desc_off),
399 uint64_t *desc, *prev, *first;
462 * However, we do not want to link the first one to the previous
474 * For the first WQE on a new chain we need "prev" to point
556 * If this is not the first descriptor on the current
559 * "first" and "first_sz" respectively) and continue.
566 first = desc;
604 tavor_wqe_recv_linknext(first, first_sz,
626 (uint32_t)((uintptr_t)first - qp->qp_desc_off),
654 uint64_t *desc, *prev, *first, *last_wqe_addr;
699 * However, we do not want to link the first one to the previous
711 * For the first WQE on a new chain we need "prev" to point
780 * If this is not the first descriptor on the current
782 * save the address of this descriptor (in "first") and
800 * also considered 'first'. So set prev to
801 * first, here.
803 first = prev = desc;
844 tavor_wqe_srq_linknext(first, last_wqe_addr, srq);
866 (uint32_t)((uintptr_t)first - srq->srq_desc_off),
969 * Build a Send WQE depends first and foremost on the transport
1503 * Begin to build the first "inline" data segment for the packet
2422 * first QP on the SRQ, then the 'srq_wrid_wql' will already be
2815 * search for the the first matching completion (i.e. the first WR
2877 * Walk the "containers" list(s), find first WR with a matching WQE
3107 * The first step is to walk the "reapable" list and free up those
3596 * "cq_wrid_wqhdr_list" locks), then grab the send one first, then the