Symbol: efe_t
usr/src/uts/common/io/efe/efe.c
1000
efe_init_tx_ring(efe_t *efep)
usr/src/uts/common/io/efe/efe.c
1029
efe_reset(efe_t *efep)
usr/src/uts/common/io/efe/efe.c
103
static void efe_intr_enable(efe_t *);
usr/src/uts/common/io/efe/efe.c
104
static void efe_intr_disable(efe_t *);
usr/src/uts/common/io/efe/efe.c
1044
efe_start(efe_t *efep)
usr/src/uts/common/io/efe/efe.c
106
static mblk_t *efe_recv(efe_t *);
usr/src/uts/common/io/efe/efe.c
1064
efe_stop(efe_t *efep)
usr/src/uts/common/io/efe/efe.c
107
static mblk_t *efe_recv_pkt(efe_t *, efe_desc_t *);
usr/src/uts/common/io/efe/efe.c
1082
efe_stop_dma(efe_t *efep)
usr/src/uts/common/io/efe/efe.c
109
static int efe_send(efe_t *, mblk_t *);
usr/src/uts/common/io/efe/efe.c
110
static void efe_send_done(efe_t *);
usr/src/uts/common/io/efe/efe.c
1102
efe_restart(efe_t *efep)
usr/src/uts/common/io/efe/efe.c
1109
efe_suspend(efe_t *efep)
usr/src/uts/common/io/efe/efe.c
112
static void efe_getaddr(efe_t *, uint8_t *);
usr/src/uts/common/io/efe/efe.c
1128
efe_resume(efe_t *efep)
usr/src/uts/common/io/efe/efe.c
113
static void efe_setaddr(efe_t *, uint8_t *);
usr/src/uts/common/io/efe/efe.c
114
static void efe_setmchash(efe_t *, uint16_t *);
usr/src/uts/common/io/efe/efe.c
116
static void efe_eeprom_read(efe_t *, uint8_t *, size_t, uint8_t);
usr/src/uts/common/io/efe/efe.c
117
static uint16_t efe_eeprom_readw(efe_t *, int, uint8_t);
usr/src/uts/common/io/efe/efe.c
118
static inline int efe_eeprom_readbit(efe_t *);
usr/src/uts/common/io/efe/efe.c
119
static inline void efe_eeprom_writebit(efe_t *, int);
usr/src/uts/common/io/efe/efe.c
1285
efe_intr_enable(efe_t *efep)
usr/src/uts/common/io/efe/efe.c
1294
efe_intr_disable(efe_t *efep)
usr/src/uts/common/io/efe/efe.c
1302
efe_recv(efe_t *efep)
usr/src/uts/common/io/efe/efe.c
1359
efe_recv_pkt(efe_t *efep, efe_desc_t *dp)
usr/src/uts/common/io/efe/efe.c
1414
efe_send(efe_t *efep, mblk_t *mp)
usr/src/uts/common/io/efe/efe.c
1483
efe_send_done(efe_t *efep)
usr/src/uts/common/io/efe/efe.c
1541
efe_getaddr(efe_t *efep, uint8_t *macaddr)
usr/src/uts/common/io/efe/efe.c
1552
efe_setaddr(efe_t *efep, uint8_t *macaddr)
usr/src/uts/common/io/efe/efe.c
1569
efe_setmchash(efe_t *efep, uint16_t *mchash)
usr/src/uts/common/io/efe/efe.c
1578
efe_eeprom_read(efe_t *efep, uint8_t *buf, size_t len, uint8_t addr)
usr/src/uts/common/io/efe/efe.c
1598
efe_eeprom_readw(efe_t *efep, int addrlen, uint8_t addr)
usr/src/uts/common/io/efe/efe.c
1628
efe_eeprom_readbit(efe_t *efep)
usr/src/uts/common/io/efe/efe.c
1644
efe_eeprom_writebit(efe_t *efep, int bit)
usr/src/uts/common/io/efe/efe.c
255
efe_t *efep;
usr/src/uts/common/io/efe/efe.c
298
efep = kmem_zalloc(sizeof (efe_t), KM_SLEEP);
usr/src/uts/common/io/efe/efe.c
432
kmem_free(efep, sizeof (efe_t));
usr/src/uts/common/io/efe/efe.c
440
efe_t *efep = ddi_get_driver_private(dip);
usr/src/uts/common/io/efe/efe.c
476
kmem_free(efep, sizeof (efe_t));
usr/src/uts/common/io/efe/efe.c
484
efe_t *efep = ddi_get_driver_private(dip);
usr/src/uts/common/io/efe/efe.c
500
efe_t *efep = arg;
usr/src/uts/common/io/efe/efe.c
519
efe_t *efep = arg;
usr/src/uts/common/io/efe/efe.c
538
efe_t *efep = arg;
usr/src/uts/common/io/efe/efe.c
549
efe_t *efep = arg;
usr/src/uts/common/io/efe/efe.c
674
efe_t *efep = arg;
usr/src/uts/common/io/efe/efe.c
693
efe_t *efep = arg;
usr/src/uts/common/io/efe/efe.c
710
efe_t *efep = arg;
usr/src/uts/common/io/efe/efe.c
736
efe_t *efep = arg;
usr/src/uts/common/io/efe/efe.c
785
efe_t *efep = arg;
usr/src/uts/common/io/efe/efe.c
811
efe_t *efep = arg;
usr/src/uts/common/io/efe/efe.c
843
efe_t *efep = arg;
usr/src/uts/common/io/efe/efe.c
852
efe_t *efep = arg;
usr/src/uts/common/io/efe/efe.c
861
efe_t *efep = arg;
usr/src/uts/common/io/efe/efe.c
87
static void efe_init(efe_t *);
usr/src/uts/common/io/efe/efe.c
872
efe_t *efep = (void *)arg1;
usr/src/uts/common/io/efe/efe.c
88
static void efe_init_rx_ring(efe_t *);
usr/src/uts/common/io/efe/efe.c
89
static void efe_init_tx_ring(efe_t *);
usr/src/uts/common/io/efe/efe.c
90
static void efe_reset(efe_t *);
usr/src/uts/common/io/efe/efe.c
91
static void efe_start(efe_t *);
usr/src/uts/common/io/efe/efe.c
92
static void efe_stop(efe_t *);
usr/src/uts/common/io/efe/efe.c
93
static void efe_stop_dma(efe_t *);
usr/src/uts/common/io/efe/efe.c
94
static inline void efe_restart(efe_t *);
usr/src/uts/common/io/efe/efe.c
942
efe_init(efe_t *efep)
usr/src/uts/common/io/efe/efe.c
95
static int efe_suspend(efe_t *);
usr/src/uts/common/io/efe/efe.c
96
static int efe_resume(efe_t *);
usr/src/uts/common/io/efe/efe.c
972
efe_init_rx_ring(efe_t *efep)