Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/vx/
HDif_vx.c151 ifp = sc->vx_ifp = if_alloc(IFT_ETHER); in vx_attach()
229 struct ifnet *ifp = sc->vx_ifp; in vx_init_locked()
239 CSR_WRITE_1(sc, VX_W2_ADDR_0 + i, IF_LLADDR(sc->vx_ifp)[i]); in vx_init_locked()
283 struct ifnet *ifp = sc->vx_ifp; in vx_setfilter()
327 struct ifnet *ifp = sc->vx_ifp; in vx_setlink()
445 if ((sc->vx_ifp->if_drv_flags & in vx_start_locked()
493 BPF_MTAP(sc->vx_ifp, m); in vx_start_locked()
572 ifp = sc->vx_ifp; in vx_status()
610 ifp = sc->vx_ifp; in vx_txstat()
644 struct ifnet *ifp = sc->vx_ifp; in vx_intr()
[all …]
HDif_vx_eisa.c165 ether_ifdetach(sc->vx_ifp); in vx_eisa_attach()
166 if_free(sc->vx_ifp); in vx_eisa_attach()
HDif_vx_pci.c174 ether_ifdetach(sc->vx_ifp); in vx_pci_attach()
175 if_free(sc->vx_ifp); in vx_pci_attach()
HDif_vxvar.h38 struct ifnet *vx_ifp; member