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

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

Completed in 141 milliseconds