Home
last modified time | relevance | path

Searched refs:i40e (Results 1 – 21 of 21) sorted by relevance

/titanic_41/usr/src/uts/common/io/i40e/
H A Di40e_main.c398 i40e_dev_err(i40e_t *i40e, int level, boolean_t console, const char *fmt, in i40e_dev_err() argument
405 if (i40e == NULL) { in i40e_dev_err()
409 dev_err(i40e->i40e_dip, level, (console) ? "%s" : "!%s", in i40e_dev_err()
421 i40e_error(i40e_t *i40e, const char *fmt, ...) in i40e_error() argument
426 i40e_dev_err(i40e, CE_WARN, B_FALSE, fmt, ap); in i40e_error()
432 i40e_log(i40e_t *i40e, const char *fmt, ...) in i40e_log() argument
437 i40e_dev_err(i40e, CE_NOTE, B_FALSE, fmt, ap); in i40e_log()
443 i40e_notice(i40e_t *i40e, const char *fmt, ...) in i40e_notice() argument
448 i40e_dev_err(i40e, CE_NOTE, B_TRUE, fmt, ap); in i40e_notice()
459 i40e_is_x722(i40e_t *i40e) in i40e_is_x722() argument
[all …]
H A Di40e_gld.c42 i40e_t *i40e = arg; in i40e_group_remove_mac() local
44 struct i40e_hw *hw = &i40e->i40e_hw_space; in i40e_group_remove_mac()
51 mutex_enter(&i40e->i40e_general_lock); in i40e_group_remove_mac()
53 if (i40e->i40e_state & I40E_SUSPENDED) { in i40e_group_remove_mac()
58 for (i = 0; i < i40e->i40e_resources.ifr_nmacfilt_used; i++) { in i40e_group_remove_mac()
59 if (bcmp(mac_addr, i40e->i40e_uaddrs[i].iua_mac, in i40e_group_remove_mac()
64 if (i == i40e->i40e_resources.ifr_nmacfilt_used) { in i40e_group_remove_mac()
69 iua = &i40e->i40e_uaddrs[i]; in i40e_group_remove_mac()
70 ASSERT(i40e->i40e_resources.ifr_nmacfilt_used > 0); in i40e_group_remove_mac()
79 i40e_error(i40e, "failed to remove mac address " in i40e_group_remove_mac()
[all …]
H A Di40e_intr.c180 i40e_intr_set_itr(i40e_t *i40e, i40e_itr_index_t itr, uint_t val) in i40e_intr_set_itr() argument
183 i40e_hw_t *hw = &i40e->i40e_hw_space; in i40e_intr_set_itr()
193 i40e->i40e_intr_type != DDI_INTR_TYPE_MSIX) { in i40e_intr_set_itr()
198 for (i = 0; i < i40e->i40e_num_trqpairs; i++) { in i40e_intr_set_itr()
210 i40e_intr_adminq_enable(i40e_t *i40e) in i40e_intr_adminq_enable() argument
212 i40e_hw_t *hw = &i40e->i40e_hw_space; in i40e_intr_adminq_enable()
223 i40e_intr_adminq_disable(i40e_t *i40e) in i40e_intr_adminq_disable() argument
225 i40e_hw_t *hw = &i40e->i40e_hw_space; in i40e_intr_adminq_disable()
233 i40e_intr_io_enable(i40e_t *i40e, int vector) in i40e_intr_io_enable() argument
236 i40e_hw_t *hw = &i40e->i40e_hw_space; in i40e_intr_io_enable()
[all …]
H A Di40e_stats.c110 i40e_stat_get_uint48(i40e_t *i40e, uintptr_t reg, kstat_named_t *kstat, in i40e_stat_get_uint48() argument
113 i40e_hw_t *hw = &i40e->i40e_hw_space; in i40e_stat_get_uint48()
116 ASSERT(MUTEX_HELD(&i40e->i40e_stat_lock)); in i40e_stat_get_uint48()
118 raw = ddi_get64(i40e->i40e_osdep_space.ios_reg_handle, in i40e_stat_get_uint48()
141 i40e_stat_get_uint32(i40e_t *i40e, uintptr_t reg, kstat_named_t *kstat, in i40e_stat_get_uint32() argument
144 i40e_hw_t *hw = &i40e->i40e_hw_space; in i40e_stat_get_uint32()
147 ASSERT(MUTEX_HELD(&i40e->i40e_stat_lock)); in i40e_stat_get_uint32()
149 raw = ddi_get32(i40e->i40e_osdep_space.ios_reg_handle, in i40e_stat_get_uint32()
172 i40e_stat_vsi_update(i40e_t *i40e, boolean_t init) in i40e_stat_vsi_update() argument
176 int id = i40e->i40e_vsi_stat_id; in i40e_stat_vsi_update()
[all …]
H A Di40e_transceiver.c551 i40e_alloc_dma_buffer(i40e_t *i40e, i40e_dma_buffer_t *dmap, in i40e_alloc_dma_buffer() argument
569 ret = ddi_dma_alloc_handle(i40e->i40e_dip, attrsp, DDI_DMA_DONTWAIT, in i40e_alloc_dma_buffer()
572 i40e_error(i40e, "failed to allocate dma handle for I/O " in i40e_alloc_dma_buffer()
585 i40e_error(i40e, "failed to allocate %ld bytes of DMA for I/O " in i40e_alloc_dma_buffer()
606 i40e_error(i40e, "failed to allocate %ld bytes of DMA for I/O " in i40e_alloc_dma_buffer()
653 i40e_alloc_rx_data(i40e_t *i40e, i40e_trqpair_t *itrq) in i40e_alloc_rx_data() argument
661 rxd->rxd_i40e = i40e; in i40e_alloc_rx_data()
663 rxd->rxd_ring_size = i40e->i40e_rx_ring_size; in i40e_alloc_rx_data()
664 rxd->rxd_free_list_size = i40e->i40e_rx_ring_size; in i40e_alloc_rx_data()
671 i40e_error(i40e, "failed to allocate rx work list for a ring " in i40e_alloc_rx_data()
[all …]
H A Di40e_osdep.c48 i40e_t *i40e = OS_DEP(hw)->ios_i40e; in i40e_allocate_dma_mem() local
49 dev_info_t *dip = i40e->i40e_dip; in i40e_allocate_dma_mem()
60 bcopy(&i40e->i40e_static_dma_attr, &attr, sizeof (ddi_dma_attr_t)); in i40e_allocate_dma_mem()
63 rc = ddi_dma_alloc_handle(dip, &i40e->i40e_static_dma_attr, in i40e_allocate_dma_mem()
67 i40e_error(i40e, "failed to allocate DMA handle for common " in i40e_allocate_dma_mem()
80 &i40e->i40e_buf_acc_attr, DDI_DMA_STREAMING, DDI_DMA_DONTWAIT, in i40e_allocate_dma_mem()
89 i40e_error(i40e, "failed to allocate %" PRIu64 " bytes of DMA " in i40e_allocate_dma_mem()
109 i40e_error(i40e, "failed to bind %ld byte sized dma region: %d", in i40e_allocate_dma_mem()
H A Di40e_sw.h426 struct i40e *rxd_i40e;
544 struct i40e *itrq_i40e;
767 typedef struct i40e { struct
H A Di40e_osdep.h129 struct i40e *ios_i40e;
/titanic_41/usr/src/pkg/manifests/
H A Ddriver-network-i40e.mf17 set name=pkg.fmri value=pkg:/driver/network/i40e@$(PKGVERS)
28 driver name=i40e clone_perms="i40e 0666 root sys" perms="* 0666 root sys" \
45 file path=kernel/drv/$(ARCH64)/i40e group=sys
46 file path=kernel/drv/i40e group=sys
47 file path=kernel/drv/i40e.conf group=sys
48 file path=usr/share/man/man7d/i40e.7d
50 license usr/src/uts/common/io/i40e/core/THIRDPARTYLICENSE \
51 license=usr/src/uts/common/io/i40e/core/THIRDPARTYLICENSE
H A Ddeveloper-debug-mdb.mf101 $(i386_ONLY)file path=kernel/kmdb/$(ARCH64)/i40e group=sys mode=0555
139 $(i386_ONLY)file path=kernel/kmdb/i40e group=sys mode=0555
219 $(i386_ONLY)file path=usr/lib/mdb/kvm/$(ARCH64)/i40e.so group=sys mode=0555
259 $(i386_ONLY)file path=usr/lib/mdb/kvm/i40e.so group=sys mode=0555
/titanic_41/usr/src/cmd/mdb/intel/modules/i40e/ia32/
H A DMakefile16 MODULE = i40e.so
19 MODSRCS = i40e.c
25 CPPFLAGS += -I$(SRC)/uts/common/io/i40e
26 CPPFLAGS += -I$(SRC)/uts/common/io/i40e/core
/titanic_41/usr/src/cmd/mdb/intel/modules/i40e/amd64/
H A DMakefile16 MODULE = i40e.so
19 MODSRCS = i40e.c
26 CPPFLAGS += -I$(SRC)/uts/common/io/i40e
27 CPPFLAGS += -I$(SRC)/uts/common/io/i40e/core
/titanic_41/usr/src/uts/intel/i40e/
H A DMakefile18 MODULE = i40e
22 CONF_SRCDIR = $(UTSBASE)/common/io/i40e
26 CPPFLAGS += -I$(UTSBASE)/common/io/i40e
27 CPPFLAGS += -I$(UTSBASE)/common/io/i40e/core
/titanic_41/usr/src/cmd/mdb/intel/modules/i40e/
H A Di40e.c51 i40e_t i40e; in i40e_switch_rsrcs_dcmd() local
59 if (mdb_vread(&i40e, sizeof (i40e_t), addr) != sizeof (i40e_t)) { in i40e_switch_rsrcs_dcmd()
67 for (i = 0; i < i40e.i40e_switch_rsrc_actual; i++) { in i40e_switch_rsrcs_dcmd()
69 uintptr_t raddr = (uintptr_t)i40e.i40e_switch_rsrcs + in i40e_switch_rsrcs_dcmd()
/titanic_41/usr/src/uts/common/io/i40e/core/
H A DTHIRDPARTYLICENSE.descrip1 i40e DRIVER
/titanic_41/usr/src/cmd/mdb/intel/modules/
H A DMakefile26 i40e \
/titanic_41/exception_lists/
H A Dcstyle943 usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
944 usr/src/uts/common/io/i40e/core/i40e_adminq.c
945 usr/src/uts/common/io/i40e/core/i40e_adminq.h
946 usr/src/uts/common/io/i40e/core/i40e_alloc.h
947 usr/src/uts/common/io/i40e/core/i40e_common.c
948 usr/src/uts/common/io/i40e/core/i40e_devids.h
949 usr/src/uts/common/io/i40e/core/i40e_hmc.c
950 usr/src/uts/common/io/i40e/core/i40e_hmc.h
951 usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
952 usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
[all …]
H A Dhdrchk304 usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
/titanic_41/usr/src/man/man7d/
H A DMakefile213 i40e.7d \
/titanic_41/usr/src/uts/intel/
H A DMakefile.intel401 DRV_KMODS += i40e
/titanic_41/usr/src/uts/common/
H A DMakefile.rules1369 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/i40e/%.c
1373 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/i40e/core/%.c
2598 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/i40e/%.c