Lines Matching refs:nif
129 le_match(struct netif *nif, void *machdep_hint) in le_match() argument
136 cookie = lance_cookie(nif->nif_unit); in le_match()
137 if (cookie == NULL && nif->nif_unit == 0 && leinit() != 0) in le_match()
138 cookie = lance_cookie(nif->nif_unit); in le_match()
150 le_probe(struct netif *nif, void *machdep_hint) in le_probe() argument
161 struct netif *nif = desc->io_netif; in le_init() local
162 struct netif_dif *dif = &nif->nif_driver->netif_ifs[nif->nif_unit]; in le_init()
170 cookie = lance_cookie(nif->nif_unit); in le_init()
183 struct netif *nif = desc->io_netif; in le_get() local
184 struct netif_dif *dif = &nif->nif_driver->netif_ifs[nif->nif_unit]; in le_get()
202 struct netif *nif = desc->io_netif; in le_put() local
203 struct netif_dif *dif = &nif->nif_driver->netif_ifs[nif->nif_unit]; in le_put()
218 le_end(struct netif *nif) in le_end() argument
220 struct netif_dif *dif = &nif->nif_driver->netif_ifs[nif->nif_unit]; in le_end()