Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/netback/
H A Dnetback.c110 #define GNTTAB_LEN (64) macro
136 typedef struct gnttab_copy gnttab_copy_table[GNTTAB_LEN];
1724 KASSERT(gnt_idx < GNTTAB_LEN, ("Grant table is too short")); in xnb_txpkt2gnttab()
1978 KASSERT(gnt_idx < GNTTAB_LEN, ("Grant table is too short")); in xnb_rxpkt2gnttab()