Searched refs:last_free (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/mthca/
H A Dmthca_srq.c289 srq->last_free = srq->max - 1;
462 struct mthca_next_seg *last_free; local
468 last_free = get_wqe(srq, srq->last_free);
469 *wqe_to_link(last_free) = ind;
470 last_free->nda_op = htonl((ind << srq->wqe_shift) | 1);
472 srq->last_free = ind;
H A Dmthca_provider.h233 int last_free; member in struct:mthca_srq
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_cxt.c232 u64 last_free; member in struct:ecore_cxt_mngr
1025 p_mngr->last_free = (u64)p_t2->p_phys +
1829 p_hwfn->p_cxt_mngr->last_free);

Completed in 172 milliseconds