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

/freebsd-11-stable/sys/dev/xen/netback/
H A Dnetback.c114 #define GNTTAB_LEN (64) macro
140 typedef struct gnttab_copy gnttab_copy_table[GNTTAB_LEN];
1733 KASSERT(gnt_idx < GNTTAB_LEN, ("Grant table is too short"));
1987 KASSERT(gnt_idx < GNTTAB_LEN, ("Grant table is too short"));

Completed in 80 milliseconds