Lines Matching refs:nic
233 struct nic *(*eth_probe) (struct nic *, unsigned short *,
350 struct nic *(*eth_probe) (struct nic *, unsigned short *,
353 struct nic *(*eth_probe) (struct nic *, unsigned short *);
468 eth_dummy (struct nic *dummy) in eth_dummy()
475 struct nic nic = variable
477 (void (*) (struct nic *)) eth_dummy, /* reset */
479 (void (*) (struct nic *, const char *,
482 (void (*) (struct nic *)) eth_dummy, /* disable */
498 (*nic.reset) (&nic); in eth_reset()
550 if ((pt->eth_probe) (&nic, pci_ioaddrs, p)) in eth_probe()
563 if ((*t->eth_probe) (&nic, t->probe_ioaddrs, p)) in eth_probe()
569 if ((*t->eth_probe) (&nic, t->probe_ioaddrs)) in eth_probe()
583 return ((*nic.poll) (&nic)); in eth_poll()
589 (*nic.transmit) (&nic, d, t, s, p); in eth_transmit()
597 (*nic.disable) (&nic); in eth_disable()