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

/freebsd-12-stable/sys/dev/netmap/
H A Dnetmap_mem2.h163 unsigned int nifp_offset,
H A Dnetmap_mem2.c2371 unsigned int nifp_offset; member in struct:mem_pt_if
2389 unsigned int nifp_offset)
2401 ptif->nifp_offset = nifp_offset;
2410 nm_prinf("ifp=%s,nifp_offset=%u",
2411 ptif->ifp->if_xname, ptif->nifp_offset);
2450 nm_prinf("removed (ifp=%s,nifp_offset=%u)",
2451 curr->ifp->if_xname, curr->nifp_offset);
2646 ptif->nifp_offset);
2678 nifp = (struct netmap_if *)((char *)ptnmd->nm_addr + ptif->nifp_offset);
2388 netmap_mem_pt_guest_ifp_add(struct netmap_mem_d *nmd, struct ifnet *ifp, unsigned int nifp_offset) argument
2838 netmap_mem_pt_guest_new(struct ifnet *ifp, unsigned int nifp_offset, unsigned int memid) argument
[all...]
H A Dnetmap_kloop.c1150 unsigned int nifp_offset, unsigned int memid)
1157 arg->nm_mem = netmap_mem_pt_guest_new(ifp, nifp_offset, memid);
1149 netmap_pt_guest_attach(struct netmap_adapter *arg, unsigned int nifp_offset, unsigned int memid) argument
H A Dif_ptnet.c296 unsigned int nifp_offset; local
470 nifp_offset = bus_read_4(sc->iomem, PTNET_IO_NIFP_OFS);
486 netmap_pt_guest_attach(&na_arg, nifp_offset,
H A Dnetmap_kern.h2268 unsigned int nifp_offset,

Completed in 74 milliseconds