Home
last modified time | relevance | path

Searched refs:e1000g (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000g/
H A DREADME36 + diff /home/naroori/grizzly/sources/e1000g/1_4.0.4/e1000_hw.c .
49 + diff /home/naroori/grizzly/sources/e1000g/1_4.0.4/e1000g_dlpi.c .
72 + diff /home/naroori/grizzly/sources/e1000g/1_4.0.4/e1000g_main.c .
169 1) bug#4857098: e1000g driver assumes another intel card as its own.
171 device-ids from e1000g nodelist so that they do not conflict
177 2) bug#4853683: e1000g lacks a large number of expected kstats
198 1) bug#4874857: ipv6 ping fails on bootup for e1000g.
203 The fix involved adding LastTxDescriptorBuf to struct e1000g and
219 We need to sync up with the latest Intel code base for e1000g driver.
268 4971416 e1000g seems to hang system when no network connected
[all …]
H A De1000g_main.c71 static void e1000g_intr_work(struct e1000g *, uint32_t);
73 static int e1000g_init(struct e1000g *);
74 static int e1000g_start(struct e1000g *, boolean_t);
75 static void e1000g_stop(struct e1000g *, boolean_t);
88 static int e1000g_set_priv_prop(struct e1000g *, const char *, uint_t,
90 static int e1000g_get_priv_prop(struct e1000g *, const char *, uint_t, void *);
91 static void e1000g_init_locks(struct e1000g *);
92 static void e1000g_destroy_locks(struct e1000g *);
93 static int e1000g_identify_hardware(struct e1000g *);
94 static int e1000g_regs_map(struct e1000g *);
[all …]
H A De1000g_sw.h484 struct e1000g *ndp_instance;
756 struct e1000g *adapter;
818 struct e1000g *adapter;
821 typedef struct e1000g { struct
1050 int e1000g_alloc_dma_resources(struct e1000g *Adapter); argument
1051 void e1000g_release_dma_resources(struct e1000g *Adapter);
1053 void e1000g_tx_setup(struct e1000g *Adapter);
1054 void e1000g_rx_setup(struct e1000g *Adapter);
1066 int e1000g_init_stats(struct e1000g *Adapter);
1068 void e1000_tbi_adjust_stats(struct e1000g *Adapter,
[all …]
H A De1000g_debug.c67 struct e1000g *Adapter = (struct e1000g *)instance; in e1000g_log()
165 struct e1000g *Adapter = (struct e1000g *)instance; in eeprom_dump()
228 struct e1000g *Adapter = (struct e1000g *)instance; in phy_dump()
272 struct e1000g *Adapter = (struct e1000g *)instance; in mac_dump()
371 struct e1000g *Adapter = (struct e1000g *)instance; in pciconfig_dump()
540 struct e1000g *Adapter = (struct e1000g *)instance; in pciconfig_bar()
H A De1000g_alloc.c51 static int e1000g_alloc_dma_buffer(struct e1000g *,
59 static int e1000g_alloc_dma_buffer_82546(struct e1000g *,
67 static int e1000g_alloc_dvma_buffer(struct e1000g *, dma_buffer_t *, size_t);
70 static int e1000g_alloc_descriptors(struct e1000g *Adapter);
71 static void e1000g_free_descriptors(struct e1000g *Adapter);
72 static int e1000g_alloc_packets(struct e1000g *Adapter);
73 static void e1000g_free_packets(struct e1000g *Adapter);
168 e1000g_alloc_dma_resources(struct e1000g *Adapter) in e1000g_alloc_dma_resources()
218 e1000g_alloc_descriptors(struct e1000g *Adapter) in e1000g_alloc_descriptors()
253 e1000g_free_descriptors(struct e1000g *Adapter) in e1000g_free_descriptors()
[all …]
H A De1000g_tx.c47 static boolean_t e1000g_send(struct e1000g *, mblk_t *);
121 struct e1000g *Adapter = (struct e1000g *)arg; in e1000g_m_tx()
158 e1000g_send(struct e1000g *Adapter, mblk_t *mp) in e1000g_send()
556 struct e1000g *Adapter; in e1000g_check_context()
608 struct e1000g *Adapter; in e1000g_fill_tx_ring()
898 e1000g_tx_setup(struct e1000g *Adapter) in e1000g_tx_setup()
1021 struct e1000g *Adapter; in e1000g_recycle()
1654 struct e1000g *Adapter; in e1000g_82547_tx_move_tail_work()
1736 e1000g_flush_tx_ring(struct e1000g *Adapter) in e1000g_flush_tx_ring()
H A De1000g_stat.c50 e1000_tbi_adjust_stats(struct e1000g *Adapter, in e1000_tbi_adjust_stats()
151 struct e1000g *Adapter; in e1000g_update_stats()
165 Adapter = (struct e1000g *)ksp->ks_private; in e1000g_update_stats()
315 struct e1000g *Adapter = (struct e1000g *)arg; in e1000g_m_stat()
691 e1000g_init_stats(struct e1000g *Adapter) in e1000g_init_stats()
939 struct e1000g *Adapter = rx_ring->adapter; in e1000g_rx_ring_stat()
H A De1000g_rx.c64 struct e1000g *Adapter; in e1000g_rxfree_func()
145 e1000g_rx_setup(struct e1000g *Adapter) in e1000g_rx_setup()
387 struct e1000g *Adapter; in e1000g_get_buf()
450 struct e1000g *Adapter; in e1000g_receive()
915 e1000g_flush_rx_ring(struct e1000g *Adapter) in e1000g_flush_rx_ring()
H A De1000_osdep.h217 struct e1000g *adapter;
/illumos-gate/usr/src/uts/common/io/e1000api/
H A DREADME36 + diff /home/naroori/grizzly/sources/e1000g/1_4.0.4/e1000_hw.c .
49 + diff /home/naroori/grizzly/sources/e1000g/1_4.0.4/e1000g_dlpi.c .
72 + diff /home/naroori/grizzly/sources/e1000g/1_4.0.4/e1000g_main.c .
169 1) bug#4857098: e1000g driver assumes another intel card as its own.
171 device-ids from e1000g nodelist so that they do not conflict
177 2) bug#4853683: e1000g lacks a large number of expected kstats
198 1) bug#4874857: ipv6 ping fails on bootup for e1000g.
203 The fix involved adding LastTxDescriptorBuf to struct e1000g and
219 We need to sync up with the latest Intel code base for e1000g driver.
268 4971416 e1000g seems to hang system when no network connected
[all …]
H A DREADME.illumos16 Historically e1000g and igb were maintained by two different teams at Sun and
20 through and made it so that igb and e1000g rely on the same set of common code;
71 uts/common/io/e1000g/e1000g_workarounds.c. However, this alone is not
103 allow us to build one common misc module e1000api that both igb and e1000g
106 all of the gld and ddi logic and have one driver export that leaving e1000g and
108 how our upstream is currently structuring their igb and em (FreeBSD's e1000g)
/illumos-gate/usr/src/uts/intel/e1000g/
H A DMakefile35 MODULE = e1000g
39 CONF_SRCDIR = $(UTSBASE)/common/io/e1000g
49 -DTANAX_WORKAROUND -I$(UTSBASE)/common/io/e1000g \
/illumos-gate/usr/src/pkg/manifests/
H A Ddriver-network-e1000g.p5m32 set name=pkg.fmri value=pkg:/driver/network/e1000g@$(PKGVERS)
41 file path=kernel/drv/$(ARCH64)/e1000g group=sys
42 file path=kernel/drv/e1000g.conf group=sys \
43 original_name=SUNWintgige:kernel/drv/e1000g.conf preserve=renamenew
46 file path=usr/share/man/man4d/e1000g.4d
47 driver name=e1000g perms="* 0666 root sys" clone_perms="e1000g 0666 root sys" \
324 license usr/src/uts/common/io/e1000g/THIRDPARTYLICENSE \
325 license=usr/src/uts/common/io/e1000g/THIRDPARTYLICENSE
/illumos-gate/usr/src/man/man4d/
H A DMakefile49 e1000g.4d \
/illumos-gate/usr/src/uts/intel/
H A DMakefile.intel382 DRV_KMODS += e1000g
/illumos-gate/usr/src/uts/common/
H A DMakefile.rules1415 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/e1000g/%.c