Home
last modified time | relevance | path

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

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