Searched refs:wqe_to_link (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/ofed/libmthca/src/
H A Dsrq.c60 static inline int *wqe_to_link(void *wqe) function
72 *wqe_to_link(last_free) = ind;
74 *wqe_to_link(get_wqe(srq, ind)) = -1;
102 next_ind = *wqe_to_link(wqe);
199 next_ind = *wqe_to_link(wqe);
294 *wqe_to_link(wqe) = i + 1;
297 *wqe_to_link(wqe) = -1;
/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_srq.c90 static inline int *wqe_to_link(void *wqe) function
181 *wqe_to_link(wqe) = i + 1;
184 *wqe_to_link(wqe) = -1;
486 *wqe_to_link(last_free) = ind;
488 *wqe_to_link(get_wqe(srq, ind)) = -1;
516 next_ind = *wqe_to_link(wqe);
612 next_ind = *wqe_to_link(wqe);

Completed in 110 milliseconds