Lines Matching refs:elxl_t

61 static boolean_t elxl_add_intr(elxl_t *);
62 static void elxl_probe_media(elxl_t *);
63 static void elxl_set_rxfilter(elxl_t *);
64 static void elxl_set_media(elxl_t *);
65 static uint16_t elxl_read_eeprom(elxl_t *, int);
66 static void elxl_init(elxl_t *);
67 static void elxl_stop(elxl_t *);
68 static void elxl_reset(elxl_t *);
69 static void elxl_getstats(elxl_t *);
71 static int elxl_eeprom_busy(elxl_t *);
73 static void elxl_setup_tx(elxl_t *);
94 static void elxl_error(elxl_t *, char *, ...);
97 static void elxl_detach(elxl_t *);
98 static void elxl_suspend(elxl_t *);
345 ex_alloc_ring(elxl_t *sc, int count, ex_ring_t *r, uint_t dir)
425 elxl_add_intr(elxl_t *sc)
464 elxl_t *sc;
615 elxl_probe_media(elxl_t *sc)
731 elxl_setup_tx(elxl_t *sc)
753 elxl_init(elxl_t *sc)
811 elxl_set_rxfilter(elxl_t *sc)
838 elxl_set_media(elxl_t *sc)
930 elxl_t *sc = arg;
999 elxl_t *sc = arg;
1013 elxl_t *sc = arg;
1038 elxl_t *sc = arg;
1053 elxl_t *sc = arg;
1264 elxl_recv(elxl_t *sc, ex_desc_t *rxd, uint32_t stat)
1339 elxl_t *sc = arg;
1359 elxl_t *sc = arg;
1378 elxl_t *sc = arg;
1397 elxl_t *sc = arg;
1469 elxl_t *sc = arg;
1581 elxl_t *sc = arg;
1603 elxl_t *sc = arg;
1733 elxl_t *sc = (void *)arg;
1840 elxl_getstats(elxl_t *sc)
1875 elxl_reset(elxl_t *sc)
1890 elxl_stop(elxl_t *sc)
1911 elxl_suspend(elxl_t *sc)
1928 elxl_t *sc;
1949 elxl_detach(elxl_t *sc)
1984 elxl_read_eeprom(elxl_t *sc, int offset)
2001 elxl_eeprom_busy(elxl_t *sc)
2058 elxl_t *sc = arg;
2110 elxl_t *sc = arg;
2136 elxl_t *sc = arg;
2181 elxl_t *sc;
2207 elxl_t *sc;
2218 elxl_error(elxl_t *sc, char *fmt, ...)