Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_main.c551 mac_link_update(i40e->i40e_mac_hdl, i40e->i40e_link_state); in i40e_link_state_set()
644 kmem_free(i40e->i40e_intr_handles, i40e->i40e_intr_size); in i40e_rem_intrs()
1567 i40e->i40e_frame_max = i40e->i40e_sdu + in i40e_update_mtu()
1596 i40e->i40e_sdu = i40e_get_prop(i40e, "default_mtu", in i40e_init_properties()
1599 i40e->i40e_intr_force = i40e_get_prop(i40e, "intr_force", in i40e_init_properties()
1602 i40e->i40e_mr_enable = i40e_get_prop(i40e, "mr_enable", in i40e_init_properties()
1882 i40e->i40e_num_trqpairs_per_vsi = i40e->i40e_num_trqpairs; in i40e_alloc_intrs()
1968 (void *)i40e, i40e->i40e_intr_type); in i40e_add_intr_handlers()
3323 i40e_t *i40e; in i40e_attach() local
3437 &i40e_ufm_ops, &i40e->i40e_ufmh, i40e) != 0) { in i40e_attach()
[all …]
H A Di40e_gld.c159 iua = &i40e->i40e_uaddrs[i40e->i40e_resources.ifr_nmacfilt_used]; in i40e_group_add_mac()
174 i40e_t *i40e = arg; in i40e_m_start() local
198 i40e_t *i40e = arg; in i40e_m_stop() local
206 i40e_stop(i40e); in i40e_m_stop()
220 i40e_t *i40e = arg; in i40e_m_promisc() local
310 mc = &i40e->i40e_maddrs[i40e->i40e_resources.ifr_nmcastfilt_used]; in i40e_multicast_add()
371 bcopy(&i40e->i40e_maddrs[last], &i40e->i40e_maddrs[i], in i40e_multicast_remove()
404 i40e_t *i40e = arg; in i40e_m_multicast() local
502 i40e_t *i40e = arg; in i40e_fill_tx_ring() local
867 i40e_intr_set_itr(i40e, I40E_ITR_INDEX_RX, i40e->i40e_rx_itr); in i40e_m_setprop_private()
[all …]
H A Di40e_intr.c276 i40e_intr_io_enable(i40e, i); in i40e_intr_io_enable_all()
607 i40e_intr_adminq_enable(i40e); in i40e_intr_chip_init()
623 i40e_intr_set_itr(i40e, I40E_ITR_INDEX_RX, i40e->i40e_rx_itr); in i40e_intr_chip_init()
624 i40e_intr_set_itr(i40e, I40E_ITR_INDEX_TX, i40e->i40e_tx_itr); in i40e_intr_chip_init()
625 i40e_intr_set_itr(i40e, I40E_ITR_INDEX_OTHER, i40e->i40e_other_itr); in i40e_intr_chip_init()
656 i40e_link_check(i40e); in i40e_intr_adminq_work()
713 i40e_intr_adminq_work(i40e); in i40e_intr_other_work()
723 i40e_intr_adminq_enable(i40e); in i40e_intr_other_work()
780 i40e_t *i40e = (i40e_t *)arg1; in i40e_intr_msix() local
791 i40e_intr_other_work(i40e); in i40e_intr_msix()
[all …]
H A Di40e_stats.c224 i40e_t *i40e; in i40e_stat_vsi_kstat_update() local
229 i40e = ksp->ks_private; in i40e_stat_vsi_kstat_update()
267 ksp->ks_private = i40e; in i40e_stat_vsi_init()
308 ips = &i40e->i40e_pf_stat; in i40e_stat_pf_update()
444 i40e_t *i40e; in i40e_stat_pf_kstat_update() local
449 i40e = ksp->ks_private; in i40e_stat_pf_kstat_update()
469 i40e->i40e_pf_kstat = ksp; in i40e_stat_pf_init()
472 ksp->ks_private = i40e; in i40e_stat_pf_init()
669 i40e_stats_fini(i40e_t *i40e) in i40e_stats_fini() argument
679 i40e->i40e_pf_kstat = NULL; in i40e_stats_fini()
[all …]
H A Di40e_transceiver.c713 rxd->rxd_i40e = i40e; in i40e_alloc_rx_data()
769 i40e_t *i40e = rxd->rxd_i40e; in i40e_free_rx_dma() local
825 &i40e->i40e_static_dma_attr, &i40e->i40e_desc_acc_attr, B_FALSE, in i40e_alloc_rx_dma()
852 &i40e->i40e_static_dma_attr, &i40e->i40e_buf_acc_attr, in i40e_alloc_rx_dma()
947 &i40e->i40e_static_dma_attr, &i40e->i40e_desc_acc_attr, in i40e_alloc_tx_dma()
1026 &i40e->i40e_static_dma_attr, &i40e->i40e_buf_acc_attr, in i40e_alloc_tx_dma()
1183 i40e_t *i40e; in i40e_rx_recycle() local
1188 i40e = rxd->rxd_i40e; in i40e_rx_recycle()
1438 i40e_t *i40e; in i40e_ring_rx() local
1450 i40e = itrq->itrq_i40e; in i40e_ring_rx()
[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.h445 struct i40e *rxd_i40e;
568 struct i40e *itrq_i40e;
815 struct i40e *irg_i40e; /* ref to i40e_t */
821 typedef struct i40e { struct
847 #define I40E_DEF_VSI(i40e) ((i40e)->i40e_vsis[I40E_DEF_VSI_IDX]) argument
848 #define I40E_DEF_VSI_SEID(i40e) (I40E_DEF_VSI(i40e).iv_seid) argument
H A Di40e_osdep.h129 struct i40e *ios_i40e;
/illumos-gate/usr/src/pkg/manifests/
H A Ddriver-network-i40e.p5m17 set name=pkg.fmri value=pkg:/driver/network/i40e@$(PKGVERS)
26 file path=kernel/drv/$(ARCH64)/i40e group=sys
27 file path=kernel/drv/i40e.conf group=sys
30 file path=usr/share/man/man4d/i40e.4d
31 driver name=i40e perms="* 0666 root sys" clone_perms="i40e 0666 root sys" \
55 license usr/src/uts/common/io/i40e/core/THIRDPARTYLICENSE \
56 license=usr/src/uts/common/io/i40e/core/THIRDPARTYLICENSE
H A Ddeveloper-debug-mdb.p5m46 $(i386_ONLY)file path=kernel/kmdb/$(ARCH64)/i40e group=sys mode=0555
127 $(i386_ONLY)file path=usr/lib/mdb/kvm/$(ARCH64)/i40e.so group=sys mode=0555
/illumos-gate/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
/illumos-gate/usr/src/uts/intel/i40e/
H A DMakefile18 MODULE = i40e
21 CONF_SRCDIR = $(UTSBASE)/common/io/i40e
25 CPPFLAGS += -I$(UTSBASE)/common/io/i40e
26 CPPFLAGS += -I$(UTSBASE)/common/io/i40e/core
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A DTHIRDPARTYLICENSE.descrip1 i40e DRIVER
/illumos-gate/usr/src/cmd/mdb/intel/modules/
H A DMakefile29 i40e \
/illumos-gate/exception_lists/
H A Dcstyle888 usr/src/uts/common/io/i40e/core/i40e_adminq.c
889 usr/src/uts/common/io/i40e/core/i40e_adminq.h
890 usr/src/uts/common/io/i40e/core/i40e_alloc.h
891 usr/src/uts/common/io/i40e/core/i40e_common.c
892 usr/src/uts/common/io/i40e/core/i40e_dcb.c
893 usr/src/uts/common/io/i40e/core/i40e_dcb.h
895 usr/src/uts/common/io/i40e/core/i40e_hmc.c
896 usr/src/uts/common/io/i40e/core/i40e_hmc.h
899 usr/src/uts/common/io/i40e/core/i40e_nvm.c
903 usr/src/uts/common/io/i40e/core/i40e_type.h
[all …]
H A Dwscheck34 usr/src/uts/common/io/i40e/core/*
H A Dhdrchk367 usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
H A Dcopyright440 usr/src/uts/common/io/i40e/core/*
/illumos-gate/usr/src/man/man4d/
H A DMakefile186 i40e.4d \
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dnic.esc94 * Allow drivers (e.g. i40e) which can't tell the difference between the events
/illumos-gate/usr/src/uts/intel/
H A DMakefile.intel402 DRV_KMODS += i40e
/illumos-gate/usr/src/uts/common/
H A DMakefile.rules1436 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/i40e/%.c
1440 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/i40e/core/%.c