Home
last modified time | relevance | path

Searched defs:nic (Results 1 – 25 of 31) sorted by relevance

12

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dnic.h23 struct nic struct
26 int (*poll)P((struct nic *, int retrieve)); argument
27 void (*transmit)P((struct nic *, const char *d, argument
29 void (*irq)P((struct nic *, irq_action_t)); argument
30 int flags; /* driver specific flags */
31 struct rom_info *rom_info; /* -> rom_info from main */
32 unsigned char *node_addr;
33 unsigned char *packet;
34 unsigned int packetlen;
35 unsigned int ioaddr;
[all …]
H A Dpnic.c48 static uint16_t pnic_command_quiet ( struct nic *nic, uint16_t command, in pnic_command_quiet()
95 static uint16_t pnic_command ( struct nic *nic, uint16_t command, in pnic_command()
128 static int pnic_poll(struct nic *nic, int retrieve) in pnic_poll()
157 struct nic *nic, in pnic_transmit()
185 struct nic *nic = (struct nic *)dev; in pnic_disable() local
192 static void pnic_irq ( struct nic *nic, irq_action_t action ) in pnic_irq()
216 struct nic *nic = (struct nic *)dev; in pnic_probe() local
H A Dsis900.c165 static int sis900_get_mac_addr(struct pci_device * pci_dev __unused, struct nic *nic) in sis900_get_mac_addr()
199 static int sis96x_get_mac_addr(struct pci_device * pci_dev __unused, struct nic *nic) in sis96x_get_mac_addr()
237 static int sis630e_get_mac_addr(struct pci_device * pci_dev __unused, struct nic *nic) in sis630e_get_mac_addr()
276 static int sis635_get_mac_addr(struct pci_device * pci_dev __unused, struct nic *nic) in sis635_get_mac_addr()
318 struct nic *nic = (struct nic *)dev; in sis900_probe() local
598 sis900_init(struct nic *nic) in sis900_init()
658 sis900_init_rxfilter(struct nic *nic) in sis900_init_rxfilter()
796 sis900_check_mode(struct nic *nic) in sis900_check_mode()
1072 sis900_transmit(struct nic *nic, in sis900_transmit()
1148 sis900_poll(struct nic *nic, int retrieve) in sis900_poll()
[all …]
H A D3c595.c64 static void t595_reset(struct nic *nic) in t595_reset()
162 struct nic *nic, in t595_transmit()
227 static int t595_poll(struct nic *nic, int retrieve) in t595_poll()
445 struct nic *nic = (struct nic *)dev; in t595_disable() local
472 struct nic *nic = (struct nic *)dev; in t595_probe() local
H A Dns8390.c258 static void ns8390_reset(struct nic *nic) in ns8390_reset()
339 static void eth_rx_overrun(struct nic *nic) in eth_rx_overrun()
390 struct nic *nic, in ns8390_transmit()
488 static int ns8390_poll(struct nic *nic, int retrieve) in ns8390_poll()
588 struct nic *nic = (struct nic *)dev; in ns8390_disable() local
617 struct nic *nic = (struct nic *)dev; in eth_probe() local
H A Drtl8139.c187 struct nic *nic = (struct nic *)dev; in rtl8139_probe() local
256 static int read_eeprom(struct nic *nic, int location, int addr_len) in read_eeprom()
297 static void set_rx_mode(struct nic *nic) { in set_rx_mode()
310 static void rtl_reset(struct nic* nic) in rtl_reset()
367 static void rtl_transmit(struct nic *nic, const char *destaddr, in rtl_transmit()
423 static int rtl_poll(struct nic *nic, int retrieve) in rtl_poll()
486 static void rtl_irq(struct nic *nic, irq_action_t action) in rtl_irq()
514 struct nic *nic = (struct nic *)dev; in rtl_disable() local
H A Ddavicom.c428 static void davicom_init_chain(struct nic *nic) in davicom_init_chain()
475 static void davicom_reset(struct nic *nic) in davicom_reset()
539 static void davicom_transmit(struct nic *nic, const char *d, unsigned int t, in davicom_transmit()
580 static int davicom_poll(struct nic *nic, int retrieve) in davicom_poll()
620 struct nic *nic = (struct nic *)dev; in davicom_disable() local
657 struct nic *nic = (struct nic *)dev; in davicom_probe() local
H A Dtlan.c412 void TLan_FinishReset(struct nic *nic) in TLan_FinishReset()
529 static int tlan_poll(struct nic *nic, int retrieve) in tlan_poll()
611 static void tlan_transmit(struct nic *nic, const char *d, /* Destination */ in tlan_transmit()
811 static void TLan_SetMulticastList(struct nic *nic) { in TLan_SetMulticastList()
836 struct nic *nic = (struct nic *) dev; local
1431 void TLan_PhyDetect(struct nic *nic)
1478 void TLan_PhyPowerDown(struct nic *nic)
1505 void TLan_PhyPowerUp(struct nic *nic)
1524 void TLan_PhyReset(struct nic *nic)
1551 void TLan_PhyStartLink(struct nic *nic)
[all …]
H A Dnatsemi.c245 struct nic *nic = (struct nic *)dev; in natsemi_probe() local
407 natsemi_init(struct nic *nic) in natsemi_init()
484 natsemi_init_rxfilter(struct nic *nic) in natsemi_init_rxfilter()
603 natsemi_transmit(struct nic *nic, in natsemi_transmit()
676 natsemi_poll(struct nic *nic, int retrieve) in natsemi_poll()
731 struct nic *nic = (struct nic *)dev; in natsemi_disable() local
H A Dtulip.c730 static void parse_eeprom(struct nic *nic) in parse_eeprom()
952 static void tulip_reset(struct nic *nic) in tulip_reset()
1070 static void tulip_transmit(struct nic *nic, const char *d, unsigned int t, in tulip_transmit()
1130 static int tulip_poll(struct nic *nic, int retrieve) in tulip_poll()
1172 struct nic *nic = (struct nic *)dev; in tulip_disable() local
1210 struct nic *nic = (struct nic *)dev; in tulip_probe() local
1424 static void start_link(struct nic *nic) in start_link()
1579 static void init_media(struct nic *nic) in init_media()
1734 static void select_media(struct nic *nic, int startup) in select_media()
1969 static int tulip_check_duplex(struct nic *nic) in tulip_check_duplex()
H A Depic100.c100 struct nic *nic = (struct nic *)dev; in epic100_probe() local
301 epic100_transmit(struct nic *nic, const char *destaddr, unsigned int type, in epic100_transmit()
368 epic100_poll(struct nic *nic, int retrieve) in epic100_poll()
H A Dsundance.c315 static void check_duplex(struct nic *nic) in check_duplex()
388 static void sundance_reset(struct nic *nic) in sundance_reset()
448 void sundance_irq ( struct nic *nic, irq_action_t action ) { in sundance_irq()
468 static int sundance_poll(struct nic *nic, int retreive) in sundance_poll()
515 static void sundance_transmit(struct nic *nic, const char *d, /* Destination */ in sundance_transmit()
587 struct nic *nic = (struct nic *) dev; in sundance_probe() local
H A Dforcedeth.c545 static int update_linkspeed(struct nic *nic) in update_linkspeed()
583 static int init_ring(struct nic *nic) in init_ring()
600 static void set_multicast(struct nic *nic) in set_multicast()
636 static int forcedeth_reset(struct nic *nic) in forcedeth_reset()
800 static int forcedeth_poll(struct nic *nic, int retrieve) in forcedeth_poll()
836 static void forcedeth_transmit(struct nic *nic, const char *d, /* Destination */ in forcedeth_transmit()
930 struct nic *nic = (struct nic *) dev; in forcedeth_probe() local
H A Dw89c840.c303 static void w89c840_reset(struct nic *nic) in w89c840_reset()
379 static int w89c840_poll(struct nic *nic, int retrieve) in w89c840_poll()
485 struct nic *nic, in w89c840_transmit()
584 struct nic *nic = (struct nic *)dev; in w89c840_disable() local
614 struct nic *nic = (struct nic *)dev; in w89c840_probe() local
H A Dr8169.c446 static int r8169_poll(struct nic *nic, int retreive) in r8169_poll()
500 static void r8169_transmit(struct nic *nic, const char *d, /* Destination */ in r8169_transmit()
564 static void rtl8169_hw_start(struct nic *nic) in rtl8169_hw_start()
641 static void r8169_reset(struct nic *nic) in r8169_reset()
714 struct nic *nic = (struct nic *) dev; in r8169_probe() local
H A Dundi.c945 static int undi_poll(struct nic *nic, int retrieve) in undi_poll()
1044 struct nic *nic, in undi_transmit()
1127 struct nic *nic = (struct nic *)dev; in undi_probe() local
H A Dns83820.c503 static void ns83820_setup_rx(struct nic *nic) in ns83820_setup_rx()
566 static void ns83820_reset(struct nic *nic) in ns83820_reset()
656 static void ns83820_check_intr(struct nic *nic) { in ns83820_check_intr()
673 static int ns83820_poll(struct nic *nic, int retrieve) in ns83820_poll()
717 static void ns83820_transmit(struct nic *nic, const char *d, /* Destination */ in ns83820_transmit()
816 struct nic *nic = (struct nic *) dev; in ns83820_probe() local
H A Dvia-rhine.c671 rhine_init_ring (struct nic *nic) in rhine_init_ring()
887 void rhine_irq ( struct nic *nic, irq_action_t action ) { in rhine_irq()
913 struct nic *nic = (struct nic *)dev; in rhine_probe() local
947 rhine_probe1 (struct nic *nic, int ioaddr, int chip_id, int options) in rhine_probe1()
1074 struct nic *nic = (struct nic *)dev; in rhine_disable() local
1092 rhine_reset (struct nic *nic) in rhine_reset()
1194 rhine_poll (struct nic *nic, int retreive) in rhine_poll()
1249 rhine_transmit (struct nic *nic, in rhine_transmit()
H A Deepro100.c387 static void eepro100_transmit(struct nic *nic, const char *d, unsigned int t, unsigned int s, const… in eepro100_transmit()
482 static int eepro100_poll(struct nic *nic, int retrieve) in eepro100_poll()
575 struct nic *nic = (struct nic *)dev; in eepro100_probe() local
H A Dpcnet32.c404 static int pcnet32_init_ring(struct nic *nic) in pcnet32_init_ring()
437 static void pcnet32_reset(struct nic *nic) in pcnet32_reset()
670 struct nic *nic = (struct nic *) dev; in pcnet32_probe() local
H A D3c90x.c602 a3c90x_poll(struct nic *nic, int retrieve) in a3c90x_poll()
693 struct nic *nic = (struct nic *)dev; in a3c90x_probe() local
H A Dtg3.c2813 struct nic *nic = tp->nic; in tg3_get_device_address() local
2992 static int tg3_poll(struct nic *nic, int retrieve) in tg3_poll()
3055 static void tg3_transmit(struct nic *nic, const char *dst_addr, in tg3_transmit()
3158 struct nic *nic = (struct nic *)dev; in tg3_probe() local
/illumos-gate/usr/src/uts/common/io/
H A Dneti_impl.c215 net_getifname(net_handle_t info, phy_if_t nic, char *buffer, in net_getifname()
228 net_getmtu(net_handle_t info, phy_if_t nic, lif_if_t ifdata) in net_getmtu()
252 net_getlifaddr(net_handle_t info, phy_if_t nic, lif_if_t ifdata, in net_getlifaddr()
292 net_phygetnext(net_handle_t info, phy_if_t nic) in net_phygetnext()
/illumos-gate/usr/src/compat/bhyve/net/
H A Dieee_oui.h36 #define OUI_FREEBSD(nic) (OUI_FREEBSD_BASE | (nic)) argument
/illumos-gate/usr/src/cmd/ldmad/
H A Dldma_device.c220 char *nic = NULL; in ldma_dev_validate_nic() local

12