Home
last modified time | relevance | path

Searched refs:first_ind (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/ofed/libmthca/src/
Dsrq.c87 int first_ind; in mthca_tavor_post_srq_recv() local
97 first_ind = srq->first_free; in mthca_tavor_post_srq_recv()
150 doorbell[0] = htonl(first_ind << srq->wqe_shift); in mthca_tavor_post_srq_recv()
161 first_ind = srq->first_free; in mthca_tavor_post_srq_recv()
166 doorbell[0] = htonl(first_ind << srq->wqe_shift); in mthca_tavor_post_srq_recv()
/freebsd-9-stable/sys/ofed/drivers/infiniband/hw/mthca/
Dmthca_srq.c501 int first_ind; in mthca_tavor_post_srq_recv() local
511 first_ind = srq->first_free; in mthca_tavor_post_srq_recv()
564 mthca_write64(first_ind << srq->wqe_shift, srq->srqn << 8, in mthca_tavor_post_srq_recv()
568 first_ind = srq->first_free; in mthca_tavor_post_srq_recv()
579 mthca_write64(first_ind << srq->wqe_shift, (srq->srqn << 8) | nreq, in mthca_tavor_post_srq_recv()