Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/grant_table/
H A Dgrant_table.c82 gnttab_entry(head) = GNTTAB_LIST_END; in get_free_entries()
214 head = GNTTAB_LIST_END; in gnttab_end_foreign_access_references()
325 if (head == GNTTAB_LIST_END) in gnttab_free_grant_references()
329 while (gnttab_entry(ref) != GNTTAB_LIST_END) { in gnttab_free_grant_references()
358 return (*private_head == GNTTAB_LIST_END); in gnttab_empty_grant_references()
366 if (__predict_false(g == GNTTAB_LIST_END)) in gnttab_claim_grant_reference()
638 gnttab_entry(nr_init_grefs - 1) = GNTTAB_LIST_END; in granttable_attach()
/freebsd/sys/xen/
H A Dgnttab.h48 #define GNTTAB_LIST_END GRANT_REF_INVALID macro
/freebsd/sys/dev/xen/netfront/
H A Dnetfront.c773 rxq->gref_head = GNTTAB_LIST_END; in setup_rxqs()
889 txq->gref_head = GNTTAB_LIST_END; in setup_txqs()
1181 KASSERT(ref != GNTTAB_LIST_END, in xn_alloc_rx_buffers()