Searched defs:nic (Results 26 - 29 of 29) sorted by relevance

12

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtulip.c107 #include "nic.h"
479 static int mdio_read(struct nic *nic, int phy_id, int location);
480 static void mdio_write(struct nic *nic, int phy_id, int location, int value);
482 static void parse_eeprom(struct nic *nic);
484 static void tulip_init_ring(struct nic *nic);
485 static void tulip_reset(struct nic *ni
730 parse_eeprom(struct nic *nic) argument
952 tulip_reset(struct nic *nic) argument
1070 tulip_transmit(struct nic *nic, const char *d, unsigned int t, unsigned int s, const char *p) argument
1130 tulip_poll(struct nic *nic, int retrieve) argument
1172 struct nic *nic = (struct nic *)dev; local
1210 struct nic *nic = (struct nic *)dev; local
1424 start_link(struct nic *nic) argument
1579 init_media(struct nic *nic) argument
1734 select_media(struct nic *nic, int startup) argument
1969 tulip_check_duplex(struct nic *nic) argument
[all...]
H A Dvia-rhine.c47 #include "nic.h"
656 static void rhine_probe1 (struct nic *nic, int ioaddr,
662 static void rhine_init_ring (struct nic *dev);
664 static void rhine_reset (struct nic *nic);
665 static int rhine_poll (struct nic *nic, int retreive);
666 static void rhine_transmit (struct nic *nic, cons
671 rhine_init_ring(struct nic *nic) argument
887 rhine_irq( struct nic *nic, irq_action_t action ) argument
913 struct nic *nic = (struct nic *)dev; local
947 rhine_probe1(struct nic *nic, int ioaddr, int chip_id, int options) argument
1074 struct nic *nic = (struct nic *)dev; local
1092 rhine_reset(struct nic *nic) argument
1194 rhine_poll(struct nic *nic, int retreive) argument
1249 rhine_transmit(struct nic *nic, const char *d, unsigned int t, unsigned int s, const char *p) argument
[all...]
H A Dtg3.h2156 struct nic *nic; member in struct:tg3
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c7017 void *nic; local
7028 nic = GETIFP(name, v, ifs);
7029 if (nic == NULL)
7030 nic = (void *)-1;
7031 return nic;

Completed in 124 milliseconds

12