Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/i40e/
H A Di40e_main.c396 i40e_dev_err(i40e_t *i40e, int level, boolean_t console, const char *fmt, in i40e_dev_err() argument
403 if (i40e == NULL) { in i40e_dev_err()
407 dev_err(i40e->i40e_dip, level, (console) ? "%s" : "!%s", in i40e_dev_err()
419 i40e_error(i40e_t *i40e, const char *fmt, ...) in i40e_error() argument
424 i40e_dev_err(i40e, CE_WARN, B_FALSE, fmt, ap); in i40e_error()
430 i40e_log(i40e_t *i40e, const char *fmt, ...) in i40e_log() argument
435 i40e_dev_err(i40e, CE_NOTE, B_FALSE, fmt, ap); in i40e_log()
441 i40e_notice(i40e_t *i40e, const char *fmt, ...) in i40e_notice() argument
446 i40e_dev_err(i40e, CE_NOTE, B_TRUE, fmt, ap); in i40e_notice()
457 i40e_is_x722(i40e_t *i40e) in i40e_is_x722() argument
[all …]
H A Di40e_gld.c43 i40e_t *i40e = rxg->irg_i40e; in i40e_group_remove_mac() local
45 struct i40e_hw *hw = &i40e->i40e_hw_space; in i40e_group_remove_mac()
52 mutex_enter(&i40e->i40e_general_lock); in i40e_group_remove_mac()
54 if (i40e->i40e_state & I40E_SUSPENDED) { in i40e_group_remove_mac()
59 for (i = 0; i < i40e->i40e_resources.ifr_nmacfilt_used; i++) { in i40e_group_remove_mac()
60 if (bcmp(mac_addr, i40e->i40e_uaddrs[i].iua_mac, in i40e_group_remove_mac()
65 if (i == i40e->i40e_resources.ifr_nmacfilt_used) { in i40e_group_remove_mac()
70 iua = &i40e->i40e_uaddrs[i]; in i40e_group_remove_mac()
71 ASSERT(i40e->i40e_resources.ifr_nmacfilt_used > 0); in i40e_group_remove_mac()
80 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()
240 i40e_intr_io_enable(i40e_t *i40e, int vector) in i40e_intr_io_enable() argument
243 i40e_hw_t *hw = &i40e->i40e_hw_space; in i40e_intr_io_enable()
[all …]
H A Di40e_stats.c105 i40e_stat_get_uint48(i40e_t *i40e, uintptr_t reg, kstat_named_t *kstat, in i40e_stat_get_uint48() argument
108 i40e_hw_t *hw = &i40e->i40e_hw_space; in i40e_stat_get_uint48()
111 ASSERT(MUTEX_HELD(&i40e->i40e_stat_lock)); in i40e_stat_get_uint48()
113 raw = ddi_get64(i40e->i40e_osdep_space.ios_reg_handle, in i40e_stat_get_uint48()
136 i40e_stat_get_uint32(i40e_t *i40e, uintptr_t reg, kstat_named_t *kstat, in i40e_stat_get_uint32() argument
139 i40e_hw_t *hw = &i40e->i40e_hw_space; in i40e_stat_get_uint32()
142 ASSERT(MUTEX_HELD(&i40e->i40e_stat_lock)); in i40e_stat_get_uint32()
144 raw = ddi_get32(i40e->i40e_osdep_space.ios_reg_handle, in i40e_stat_get_uint32()
167 i40e_stat_vsi_update(i40e_t *i40e, uint_t idx, boolean_t init) in i40e_stat_vsi_update() argument
171 uint16_t id = i40e->i40e_vsis[idx].iv_stats_id; in i40e_stat_vsi_update()
[all …]
H A Di40e_transceiver.c602 i40e_alloc_dma_buffer(i40e_t *i40e, i40e_dma_buffer_t *dmap, in i40e_alloc_dma_buffer() argument
620 ret = ddi_dma_alloc_handle(i40e->i40e_dip, attrsp, DDI_DMA_DONTWAIT, in i40e_alloc_dma_buffer()
623 i40e_error(i40e, "failed to allocate dma handle for I/O " in i40e_alloc_dma_buffer()
636 i40e_error(i40e, "failed to allocate %ld bytes of DMA for I/O " in i40e_alloc_dma_buffer()
657 i40e_error(i40e, "failed to allocate %ld bytes of DMA for I/O " in i40e_alloc_dma_buffer()
704 i40e_alloc_rx_data(i40e_t *i40e, i40e_trqpair_t *itrq) in i40e_alloc_rx_data() argument
712 rxd->rxd_i40e = i40e; in i40e_alloc_rx_data()
714 rxd->rxd_ring_size = i40e->i40e_rx_ring_size; in i40e_alloc_rx_data()
715 rxd->rxd_free_list_size = i40e->i40e_rx_ring_size; in i40e_alloc_rx_data()
722 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.h438 struct i40e *rxd_i40e;
561 struct i40e *itrq_i40e;
797 struct i40e *irg_i40e; /* ref to i40e_t */
803 typedef struct i40e { struct
829 #define I40E_DEF_VSI(i40e) ((i40e)->i40e_vsis[I40E_DEF_VSI_IDX]) argument
830 #define I40E_DEF_VSI_SEID(i40e) (I40E_DEF_VSI(i40e).iv_seid) argument
H A Di40e_osdep.h129 struct i40e *ios_i40e;
/titanic_44/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.conf group=sys
47 file path=usr/share/man/man7d/i40e.7d
49 license usr/src/uts/common/io/i40e/core/THIRDPARTYLICENSE \
50 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
175 $(i386_ONLY)file path=usr/lib/mdb/kvm/$(ARCH64)/i40e.so group=sys mode=0555
/titanic_44/usr/src/cmd/mdb/intel/modules/i40e/amd64/
H A DMakefile16 MODULE = i40e.so
19 MODSRCS = i40e.c
27 CPPFLAGS += -I$(SRC)/uts/common/io/i40e
28 CPPFLAGS += -I$(SRC)/uts/common/io/i40e/core
/titanic_44/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_44/usr/src/cmd/mdb/intel/modules/i40e/
H A Di40e.c52 i40e_t i40e; in i40e_switch_rsrcs_dcmd() local
60 if (mdb_vread(&i40e, sizeof (i40e_t), addr) != sizeof (i40e_t)) { in i40e_switch_rsrcs_dcmd()
68 for (i = 0; i < i40e.i40e_switch_rsrc_actual; i++) { in i40e_switch_rsrcs_dcmd()
70 uintptr_t raddr = (uintptr_t)i40e.i40e_switch_rsrcs + in i40e_switch_rsrcs_dcmd()
/titanic_44/usr/src/uts/common/io/i40e/core/
H A DTHIRDPARTYLICENSE.descrip1 i40e DRIVER
/titanic_44/usr/src/cmd/mdb/intel/modules/
H A DMakefile26 i40e \
/titanic_44/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 Dhdrchk308 usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
/titanic_44/usr/src/man/man7d/
H A DMakefile209 i40e.7d \
/titanic_44/usr/src/uts/intel/
H A DMakefile.intel399 DRV_KMODS += i40e
/titanic_44/usr/src/uts/common/
H A DMakefile.rules1337 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/i40e/%.c
1341 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/i40e/core/%.c
2538 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/i40e/%.c