Searched refs:vx_ifp (Results 1 – 4 of 4) sorted by relevance
151 ifp = sc->vx_ifp = if_alloc(IFT_ETHER); in vx_attach()227 struct ifnet *ifp = sc->vx_ifp; in vx_init_locked()237 CSR_WRITE_1(sc, VX_W2_ADDR_0 + i, IF_LLADDR(sc->vx_ifp)[i]); in vx_init_locked()281 struct ifnet *ifp = sc->vx_ifp; in vx_setfilter()325 struct ifnet *ifp = sc->vx_ifp; in vx_setlink()443 if ((sc->vx_ifp->if_drv_flags & in vx_start_locked()491 BPF_MTAP(sc->vx_ifp, m); in vx_start_locked()570 ifp = sc->vx_ifp; in vx_status()608 ifp = sc->vx_ifp; in vx_txstat()642 struct ifnet *ifp = sc->vx_ifp; in vx_intr()[all …]
165 ether_ifdetach(sc->vx_ifp); in vx_eisa_attach()166 if_free(sc->vx_ifp); in vx_eisa_attach()
174 ether_ifdetach(sc->vx_ifp); in vx_pci_attach()175 if_free(sc->vx_ifp); in vx_pci_attach()
38 struct ifnet *vx_ifp; member