Symbol: yge_port_t
usr/src/uts/common/io/yge/yge.c
1333
yge_port_t *port = dev->d_port[i];
usr/src/uts/common/io/yge/yge.c
1345
yge_port_t *port = dev->d_port[i];
usr/src/uts/common/io/yge/yge.c
1372
yge_register_port(yge_port_t *port)
usr/src/uts/common/io/yge/yge.c
1387
yge_uninit_port(yge_port_t *port)
usr/src/uts/common/io/yge/yge.c
1465
yge_alloc_ring(yge_port_t *port, yge_dev_t *dev, yge_ring_t *ring, uint32_t num)
usr/src/uts/common/io/yge/yge.c
1528
yge_alloc_buf(yge_port_t *port, yge_buf_t *b, size_t bufsz, int flag)
usr/src/uts/common/io/yge/yge.c
1581
yge_txrx_dma_alloc(yge_port_t *port)
usr/src/uts/common/io/yge/yge.c
1640
yge_txrx_dma_free(yge_port_t *port)
usr/src/uts/common/io/yge/yge.c
1663
yge_send(yge_port_t *port, mblk_t *mp)
usr/src/uts/common/io/yge/yge.c
1711
yge_port_t *port = dev->d_port[i];
usr/src/uts/common/io/yge/yge.c
1719
yge_port_t *port = dev->d_port[i];
usr/src/uts/common/io/yge/yge.c
177
static int yge_init_port(yge_port_t *);
usr/src/uts/common/io/yge/yge.c
178
static void yge_uninit_port(yge_port_t *);
usr/src/uts/common/io/yge/yge.c
1787
yge_port_t *port = dev->d_port[i];
usr/src/uts/common/io/yge/yge.c
179
static int yge_register_port(yge_port_t *);
usr/src/uts/common/io/yge/yge.c
1799
yge_port_t *port = dev->d_port[i];
usr/src/uts/common/io/yge/yge.c
1811
yge_rxeof(yge_port_t *port, uint32_t status, int len)
usr/src/uts/common/io/yge/yge.c
183
static int yge_intr_gmac(yge_port_t *);
usr/src/uts/common/io/yge/yge.c
187
static void yge_handle_hwerr(yge_port_t *, uint32_t);
usr/src/uts/common/io/yge/yge.c
1875
yge_txeof_locked(yge_port_t *port, int idx)
usr/src/uts/common/io/yge/yge.c
189
static mblk_t *yge_rxeof(yge_port_t *, uint32_t, int);
usr/src/uts/common/io/yge/yge.c
190
static void yge_txeof(yge_port_t *, int);
usr/src/uts/common/io/yge/yge.c
1908
yge_txeof(yge_port_t *port, int idx)
usr/src/uts/common/io/yge/yge.c
191
static boolean_t yge_send(yge_port_t *, mblk_t *);
usr/src/uts/common/io/yge/yge.c
1926
yge_port_t *port;
usr/src/uts/common/io/yge/yge.c
193
static void yge_set_rambuffer(yge_port_t *);
usr/src/uts/common/io/yge/yge.c
194
static void yge_start_port(yge_port_t *);
usr/src/uts/common/io/yge/yge.c
195
static void yge_stop_port(yge_port_t *);
usr/src/uts/common/io/yge/yge.c
1959
yge_port_t *port;
usr/src/uts/common/io/yge/yge.c
197
static int yge_alloc_ring(yge_port_t *, yge_dev_t *, yge_ring_t *, uint32_t);
usr/src/uts/common/io/yge/yge.c
201
static int yge_txrx_dma_alloc(yge_port_t *);
usr/src/uts/common/io/yge/yge.c
202
static void yge_txrx_dma_free(yge_port_t *);
usr/src/uts/common/io/yge/yge.c
2020
yge_intr_gmac(yge_port_t *port)
usr/src/uts/common/io/yge/yge.c
203
static void yge_init_rx_ring(yge_port_t *);
usr/src/uts/common/io/yge/yge.c
204
static void yge_init_tx_ring(yge_port_t *);
usr/src/uts/common/io/yge/yge.c
2053
yge_handle_hwerr(yge_port_t *port, uint32_t status)
usr/src/uts/common/io/yge/yge.c
206
static uint16_t yge_mii_readreg(yge_port_t *, uint8_t, uint8_t);
usr/src/uts/common/io/yge/yge.c
207
static void yge_mii_writereg(yge_port_t *, uint8_t, uint8_t, uint16_t);
usr/src/uts/common/io/yge/yge.c
213
static void yge_setrxfilt(yge_port_t *);
usr/src/uts/common/io/yge/yge.c
2175
yge_port_t *port;
usr/src/uts/common/io/yge/yge.c
218
static void yge_stats_clear(yge_port_t *);
usr/src/uts/common/io/yge/yge.c
219
static void yge_stats_update(yge_port_t *);
usr/src/uts/common/io/yge/yge.c
2262
yge_port_t *port1;
usr/src/uts/common/io/yge/yge.c
2263
yge_port_t *port2;
usr/src/uts/common/io/yge/yge.c
236
void yge_error(yge_dev_t *, yge_port_t *, char *, ...);
usr/src/uts/common/io/yge/yge.c
237
extern void yge_phys_update(yge_port_t *);
usr/src/uts/common/io/yge/yge.c
2376
yge_set_tx_stfwd(yge_port_t *port)
usr/src/uts/common/io/yge/yge.c
238
extern int yge_phys_restart(yge_port_t *, boolean_t);
usr/src/uts/common/io/yge/yge.c
239
extern int yge_phys_init(yge_port_t *, phy_readreg_t, phy_writereg_t);
usr/src/uts/common/io/yge/yge.c
2412
yge_start_port(yge_port_t *port)
usr/src/uts/common/io/yge/yge.c
2631
yge_set_rambuffer(yge_port_t *port)
usr/src/uts/common/io/yge/yge.c
2705
yge_stop_port(yge_port_t *port)
usr/src/uts/common/io/yge/yge.c
275
yge_mii_readreg(yge_port_t *port, uint8_t phy, uint8_t reg)
usr/src/uts/common/io/yge/yge.c
2828
yge_stats_clear(yge_port_t *port)
usr/src/uts/common/io/yge/yge.c
2849
yge_stats_update(yge_port_t *port)
usr/src/uts/common/io/yge/yge.c
2943
yge_port_t *port = arg;
usr/src/uts/common/io/yge/yge.c
304
yge_mii_writereg(yge_port_t *port, uint8_t phy, uint8_t reg, uint16_t val)
usr/src/uts/common/io/yge/yge.c
3055
yge_port_t *port = arg;
usr/src/uts/common/io/yge/yge.c
3087
yge_port_t *port = arg;
usr/src/uts/common/io/yge/yge.c
3104
yge_port_t *port = arg;
usr/src/uts/common/io/yge/yge.c
3120
yge_port_t *port = arg;
usr/src/uts/common/io/yge/yge.c
3154
yge_port_t *port = arg;
usr/src/uts/common/io/yge/yge.c
3169
yge_port_t *port = arg;
usr/src/uts/common/io/yge/yge.c
3229
yge_port_t *port = arg;
usr/src/uts/common/io/yge/yge.c
3249
yge_port_t *port = arg;
usr/src/uts/common/io/yge/yge.c
325
yge_port_t *port = arg;
usr/src/uts/common/io/yge/yge.c
3343
yge_port_t *port = arg;
usr/src/uts/common/io/yge/yge.c
3353
yge_port_t *port = arg;
usr/src/uts/common/io/yge/yge.c
337
yge_port_t *port = arg;
usr/src/uts/common/io/yge/yge.c
3406
yge_error(yge_dev_t *dev, yge_port_t *port, char *fmt, ...)
usr/src/uts/common/io/yge/yge.c
3436
dev->d_port[0] = kmem_zalloc(sizeof (yge_port_t), KM_SLEEP);
usr/src/uts/common/io/yge/yge.c
3437
dev->d_port[1] = kmem_zalloc(sizeof (yge_port_t), KM_SLEEP);
usr/src/uts/common/io/yge/yge.c
3449
kmem_free(dev->d_port[1], sizeof (yge_port_t));
usr/src/uts/common/io/yge/yge.c
3450
kmem_free(dev->d_port[0], sizeof (yge_port_t));
usr/src/uts/common/io/yge/yge.c
3499
kmem_free(dev->d_port[1], sizeof (yge_port_t));
usr/src/uts/common/io/yge/yge.c
3500
kmem_free(dev->d_port[0], sizeof (yge_port_t));
usr/src/uts/common/io/yge/yge.c
351
yge_port_t *port = arg;
usr/src/uts/common/io/yge/yge.c
3524
yge_port_t *port = dev->d_port[i];
usr/src/uts/common/io/yge/yge.c
446
yge_setrxfilt(yge_port_t *port)
usr/src/uts/common/io/yge/yge.c
489
yge_init_rx_ring(yge_port_t *port)
usr/src/uts/common/io/yge/yge.c
521
yge_init_tx_ring(yge_port_t *port)
usr/src/uts/common/io/yge/yge.c
909
yge_init_port(yge_port_t *port)
usr/src/uts/common/io/yge/yge.h
2145
yge_port_t *d_port[2];
usr/src/uts/common/io/yge/yge.h
2179
typedef int (*phy_writereg_t)(yge_port_t *, int, int, int);
usr/src/uts/common/io/yge/yge.h
2180
typedef int (*phy_readreg_t)(yge_port_t *, int, int);