Home
last modified time | relevance | path

Searched refs:hwfns (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_selftest.c50 rc = ecore_sp_heartbeat_ramrod(&p_dev->hwfns[i]); in ecore_selftest_memory()
64 rc = ecore_sp_heartbeat_ramrod(&p_dev->hwfns[i]); in ecore_selftest_interrupt()
82 p_hwfn = &p_dev->hwfns[i]; in ecore_selftest_register()
106 p_hwfn = &p_dev->hwfns[i]; in ecore_selftest_clock()
H A Decore_dev.c136 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i]; in ecore_init_dp()
149 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i]; in ecore_init_struct()
160 p_dev->hwfns[0].b_active = true; in ecore_init_struct()
186 ecore_l2_free(&p_dev->hwfns[i]); in ecore_resc_free()
197 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i]; in ecore_resc_free()
857 rc = ecore_l2_alloc(&p_dev->hwfns[i]); in ecore_resc_alloc()
870 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i]; in ecore_resc_alloc()
1074 ecore_l2_setup(&p_dev->hwfns[i]); in ecore_resc_setup()
1079 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i]; in ecore_resc_setup()
1305 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i]; in ecore_init_cau_rt_data()
[all …]
H A Decore.h806 struct ecore_hwfn hwfns[MAX_HWFNS_PER_DEVICE]; member
920 #define ECORE_LEADING_HWFN(dev) (&dev->hwfns[0])
H A Decore_l2.c879 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i]; in ecore_filter_accept_cmd()
1653 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i]; in ecore_filter_mcast_cmd()
1683 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i]; in ecore_filter_ucast_cmd()
1993 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i]; in _ecore_get_vport_stats()
2045 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i]; in ecore_reset_vport_stats()
H A Decore_int.c2526 p_dev->hwfns[i].b_int_requested = false; in ecore_int_disable_post_isr_release()
H A Decore_mcp.c2053 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[0]; in ecore_mcp_get_media_type()
H A Drelease.txt5466 Change: Set personality to be the same between hwfns.
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_gld.c613 hwfn = &edev->hwfns[id];
673 hwfn = &edev->hwfns[id];
724 qede_get_link_info(&edev->hwfns[0], &qede->curcfg);
1275 hwfn = &edev->hwfns[0];
1444 p_hwfn = &edev->hwfns[hwfn_index];
1669 hwfn = &edev->hwfns[0];
1804 hwfn = &edev->hwfns[0];
2231 hwfn = &edev->hwfns[0];
2329 qede_get_link_info(&edev->hwfns[0], &link_cfg);
H A Dqede_fp.h87 internal_ram_wr(&(_ptr)->qede->edev.hwfns[0], \
H A Dqede_main.c890 struct ecore_hwfn *p_hwfn = &edev->hwfns[i]; in qede_config_edev()
959 vect_info->fp = (void *)&edev->hwfns[i]; in qede_config_intrs()
961 arg1 = (caddr_t)&qede->edev.hwfns[i]; in qede_config_intrs()
1329 p_hwfn = &edev->hwfns[i]; in qede_vport_stop()
1443 p_hwfn = &edev->hwfns[i]; in qede_vport_update()
1566 p_hwfn = &edev->hwfns[i]; in qede_vport_start()
1643 p_hwfn = &edev->hwfns[fp->fp_hw_eng_index]; in qede_fastpath_stop_queues()
1723 p_hwfn = &edev->hwfns[fp->fp_hw_eng_index]; in qede_fastpath_start_queues()
2780 p_hwfn = &edev->hwfns[sb_id % qede->num_hwfns]; in qede_alloc_sb_phys()
3052 hwfn = &edev->hwfns[i]; in qede_configure_link()
[all …]
H A Dqede_fp.c730 ecore_eth_cqe_completion(&rx_ring->qede->edev.hwfns[0], in qede_process_rx_ring()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex940 …e ecore and its client should access only the first num\_hwfns entries in the \textit{hwfns} array.