Home
last modified time | relevance | path

Searched refs:wqe_to_link (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/ofed/libmthca/src/
HDsrq.c60 static inline int *wqe_to_link(void *wqe) in wqe_to_link() function
72 *wqe_to_link(last_free) = ind; in mthca_free_srq_wqe()
74 *wqe_to_link(get_wqe(srq, ind)) = -1; in mthca_free_srq_wqe()
102 next_ind = *wqe_to_link(wqe); in mthca_tavor_post_srq_recv()
199 next_ind = *wqe_to_link(wqe); in mthca_arbel_post_srq_recv()
294 *wqe_to_link(wqe) = i + 1; in mthca_alloc_srq_buf()
297 *wqe_to_link(wqe) = -1; in mthca_alloc_srq_buf()
/NextBSD/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_srq.c90 static inline int *wqe_to_link(void *wqe) in wqe_to_link() function
181 *wqe_to_link(wqe) = i + 1; in mthca_alloc_srq_buf()
184 *wqe_to_link(wqe) = -1; in mthca_alloc_srq_buf()
486 *wqe_to_link(last_free) = ind; in mthca_free_srq_wqe()
488 *wqe_to_link(get_wqe(srq, ind)) = -1; in mthca_free_srq_wqe()
516 next_ind = *wqe_to_link(wqe); in mthca_tavor_post_srq_recv()
612 next_ind = *wqe_to_link(wqe); in mthca_arbel_post_srq_recv()
/NextBSD/contrib/ofed/libmthca/
HDChangeLog296 * src/srq.c (wqe_to_link): Change to use an offset of 12 (the imm