Lines Matching refs:ti_ifp

935 				if_link_state_change(sc->ti_ifp, LINK_STATE_UP);  in ti_handle_events()
936 if_setbaudrate(sc->ti_ifp, IF_Mbps(100)); in ti_handle_events()
941 if_link_state_change(sc->ti_ifp, LINK_STATE_UP); in ti_handle_events()
942 if_setbaudrate(sc->ti_ifp, IF_Gbps(1UL)); in ti_handle_events()
947 if_link_state_change(sc->ti_ifp, in ti_handle_events()
949 if_setbaudrate(sc->ti_ifp, 0); in ti_handle_events()
1429 if (if_getcapenable(sc->ti_ifp) & IFCAP_RXCSUM) in ti_newbuf_std()
1484 if (if_getcapenable(sc->ti_ifp) & IFCAP_RXCSUM) in ti_newbuf_mini()
1543 if (if_getcapenable(sc->ti_ifp) & IFCAP_RXCSUM) in ti_newbuf_jumbo()
1683 if (if_getcapenable(sc->ti_ifp) & IFCAP_RXCSUM) in ti_newbuf_jumbo()
1963 ifp = sc->ti_ifp; in ti_setmulti()
2146 if ((if_getcapenable(sc->ti_ifp) & (IFCAP_TXCSUM | IFCAP_RXCSUM)) == 0) in ti_chipinit()
2175 ifp = sc->ti_ifp; in ti_gibinit()
2386 ifp = sc->ti_ifp = if_alloc(IFT_ETHER); in ti_attach()
2389 if_setcapenable(ifp, if_getcapabilities(sc->ti_ifp)); in ti_attach()
2580 ifp = sc->ti_ifp; in ti_detach()
2682 if (if_getcapenable(sc->ti_ifp) & IFCAP_RXCSUM) in ti_discard_std()
2699 if (if_getcapenable(sc->ti_ifp) & IFCAP_RXCSUM) in ti_discard_mini()
2717 if (if_getcapenable(sc->ti_ifp) & IFCAP_RXCSUM) in ti_discard_jumbo()
2746 ifp = sc->ti_ifp; in ti_rxeof()
2913 ifp = sc->ti_ifp; in ti_txeof()
2962 ifp = sc->ti_ifp; in ti_intr()
3207 if (if_getdrvflags(sc->ti_ifp) & IFF_DRV_RUNNING) in ti_init_locked()
3230 ifp = sc->ti_ifp; in ti_init2()
3239 ea = if_getlladdr(sc->ti_ifp); in ti_init2()
3743 if_printf(sc->ti_ifp, "trace_start = %#x, cur_trace_ptr = %#x, " in ti_ioctl2()
3746 if_printf(sc->ti_ifp, "trace_buf->buf_len = %d\n", in ti_ioctl2()
3823 if_printf(sc->ti_ifp, in ti_ioctl2()
3833 if_printf(sc->ti_ifp, "memory address %#x len %d is " in ti_ioctl2()
3864 if_printf(sc->ti_ifp, "register %#x = %#x\n", in ti_ioctl2()
3903 ifp = sc->ti_ifp; in ti_watchdog()
3923 ifp = sc->ti_ifp; in ti_stop()