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

/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_mem2.h161 unsigned int nifp_offset,
H A Dnetmap_mem2.c2365 unsigned int nifp_offset; member in struct:mem_pt_if
2383 unsigned int nifp_offset)
2395 ptif->nifp_offset = nifp_offset;
2404 nm_prinf("ifp=%s,nifp_offset=%u",
2405 ptif->ifp->if_xname, ptif->nifp_offset);
2444 nm_prinf("removed (ifp=%p,nifp_offset=%u)",
2445 curr->ifp, curr->nifp_offset);
2640 ptif->nifp_offset);
2672 nifp = (struct netmap_if *)((char *)ptnmd->nm_addr + ptif->nifp_offset);
2382 netmap_mem_pt_guest_ifp_add(struct netmap_mem_d *nmd, struct ifnet *ifp, unsigned int nifp_offset) argument
2832 netmap_mem_pt_guest_new(struct ifnet *ifp, unsigned int nifp_offset, unsigned int memid) argument
[all...]
H A Dnetmap_kloop.c1157 unsigned int nifp_offset, unsigned int memid)
1164 arg->nm_mem = netmap_mem_pt_guest_new(ifp, nifp_offset, memid);
1156 netmap_pt_guest_attach(struct netmap_adapter *arg, unsigned int nifp_offset, unsigned int memid) argument
H A Dnetmap_kern.h2250 unsigned int nifp_offset,

Completed in 67 milliseconds