Home
last modified time | relevance | path

Searched refs:sf_unit (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/netif/sf/
H A Dif_sf.c567 kprintf("sf%d: reset never completed!\n", sc->sf_unit); in sf_reset()
732 sc->sf_unit = unit; in sf_attach()
747 kprintf("sf%d: MII without any phy!\n", sc->sf_unit); in sf_attach()
1041 sc->sf_unit, txthresh * 4); in sf_txthresh_adjust()
1127 "memory for rx buffers\n", sc->sf_unit); in sf_init()
1260 kprintf("sf%d: TX ring full, resetting\n", sc->sf_unit); in sf_start()
1433 kprintf("sf%d: watchdog timeout\n", sc->sf_unit); in sf_watchdog()
H A Dif_sfreg.h1032 u_int8_t sf_unit; /* interface number */ member