Lines Matching refs:tsec_ifp
241 ifp = sc->tsec_ifp = if_alloc(IFT_ETHER); in tsec_attach()
270 sc->tsec_ifp = NULL; in tsec_attach()
287 if (sc->tsec_ifp != NULL) { in tsec_detach()
289 if (if_getcapenable(sc->tsec_ifp) & IFCAP_POLLING) in tsec_detach()
290 ether_poll_deregister(sc->tsec_ifp); in tsec_detach()
298 ether_ifdetach(sc->tsec_ifp); in tsec_detach()
299 if_free(sc->tsec_ifp); in tsec_detach()
300 sc->tsec_ifp = NULL; in tsec_detach()
371 if_t ifp = sc->tsec_ifp; in tsec_init_locked()
573 curmac = (char *)if_getlladdr(sc->tsec_ifp); in tsec_set_mac_address()
694 ifp = sc->tsec_ifp; in tsec_watchdog()
869 ifp = sc->tsec_ifp; in tsec_setfilter()
1212 ifp = sc->tsec_ifp; in tsec_stop()
1253 ifp = sc->tsec_ifp; in tsec_tick()
1287 ifp = sc->tsec_ifp; in tsec_receive_intr_locked()
1409 if (if_getcapenable(sc->tsec_ifp) & IFCAP_POLLING) { in tsec_receive_intr()
1430 ifp = sc->tsec_ifp; in tsec_transmit_intr_locked()
1490 if (if_getcapenable(sc->tsec_ifp) & IFCAP_POLLING) { in tsec_transmit_intr()
1510 ifp = sc->tsec_ifp; in tsec_error_intr_locked()
1811 if_t ifp = sc->tsec_ifp; in tsec_offload_setup()
1889 if_t ifp = sc->tsec_ifp; in tsec_setup_multicast()