Searched refs:gnt_idx (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/dev/xen/netback/
H A Dnetback.c1713 int gnt_idx = 0; /* index into grant table */ local
1733 KASSERT(gnt_idx < GNTTAB_LEN, ("Grant table is too short"));
1735 gnttab[gnt_idx].source.u.ref = txq->gref;
1736 gnttab[gnt_idx].source.domid = otherend_id;
1737 gnttab[gnt_idx].source.offset = txq->offset + r_ofs;
1738 gnttab[gnt_idx].dest.u.gmfn = virt_to_mfn(
1740 gnttab[gnt_idx].dest.offset = virt_to_offset(
1742 gnttab[gnt_idx].dest.domid = DOMID_SELF;
1743 gnttab[gnt_idx].len = space;
1744 gnttab[gnt_idx]
1965 int gnt_idx = 0; /* index into grant table */ local
2044 int gnt_idx, i; local
[all...]

Completed in 114 milliseconds