Searched refs:hwfns (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/qlogic/qed/ |
D | qed_selftest.c | 19 rc = qed_sp_heartbeat_ramrod(&cdev->hwfns[i]); in qed_selftest_memory() 32 rc = qed_sp_heartbeat_ramrod(&cdev->hwfns[i]); in qed_selftest_interrupt() 48 p_hwfn = &cdev->hwfns[i]; in qed_selftest_register() 71 p_hwfn = &cdev->hwfns[i]; in qed_selftest_clock()
|
D | qed_main.c | 435 qed_vf_get_fw_version(&cdev->hwfns[0], &dev_info->fw_major, in qed_fill_dev_info() 680 struct qed_hwfn *hwfn = &cdev->hwfns[index % cdev->num_hwfns]; in qed_simd_handler_config() 689 struct qed_hwfn *hwfn = &cdev->hwfns[index % cdev->num_hwfns]; in qed_simd_handler_clean() 711 status = qed_int_igu_read_sisr_reg(&cdev->hwfns[i]); in qed_single_int() 716 hwfn = &cdev->hwfns[i]; in qed_single_int() 824 if (!cdev->hwfns[i].b_int_requested) in qed_slowpath_irq_free() 827 &cdev->hwfns[i].sp_dpc); in qed_slowpath_irq_free() 843 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_nic_stop() 866 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_nic_setup() 941 qed_int_get_num_sbs(&cdev->hwfns[i], &sb_cnt_info); in qed_slowpath_setup_int() [all …]
|
D | qed_devlink.c | 169 memcpy(buf, cdev->hwfns[0].hw_info.part_num, sizeof(cdev->hwfns[0].hw_info.part_num)); in qed_devlink_info_get() 170 buf[sizeof(cdev->hwfns[0].hw_info.part_num)] = 0; in qed_devlink_info_get()
|
D | qed_l2.c | 808 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_filter_accept_cmd() 1547 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_filter_mcast_cmd() 1575 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_filter_ucast_cmd() 1874 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in _qed_get_vport_stats() 1927 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_reset_vport_stats() 2206 struct qed_hwfn *hwfn = &cdev->hwfns[i]; in qed_fill_eth_dev_info() 2243 cdev->hwfns[0].hw_info.hw_mac_addr); in qed_fill_eth_dev_info() 2253 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_fill_eth_dev_info() 2266 qed_vf_get_num_vlan_filters(&cdev->hwfns[0], in qed_fill_eth_dev_info() 2268 qed_vf_get_num_mac_filters(&cdev->hwfns[0], in qed_fill_eth_dev_info() [all …]
|
D | qed_sriov.c | 684 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_iov_set_vf_to_disable() 4397 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_iov_configure_min_tx_rate() 4450 queue_delayed_work(cdev->hwfns[i].iov_wq, in qed_vf_start_iov_wq() 4451 &cdev->hwfns[i].iov_task, 0); in qed_vf_start_iov_wq() 4459 if (cdev->hwfns[i].iov_wq) in qed_sriov_disable() 4460 flush_workqueue(cdev->hwfns[i].iov_wq); in qed_sriov_disable() 4476 struct qed_hwfn *hwfn = &cdev->hwfns[i]; in qed_sriov_disable() 4505 qed_iov_release_hw_for_vf(&cdev->hwfns[i], in qed_sriov_disable() 4546 if (num >= RESC_NUM(&cdev->hwfns[0], QED_VPORT)) { in qed_sriov_enable() 4548 RESC_NUM(&cdev->hwfns[0], QED_VPORT) - 1); in qed_sriov_enable() [all …]
|
D | qed_dev.c | 116 p_hwfn = db_addr < cdev->hwfns[1].doorbells ? in qed_db_rec_find_hwfn() 117 &cdev->hwfns[0] : &cdev->hwfns[1]; in qed_db_rec_find_hwfn() 1301 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_init_dp() 1313 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_init_struct() 1323 cdev->hwfns[0].b_active = true; in qed_init_struct() 1357 qed_l2_free(&cdev->hwfns[i]); in qed_resc_free() 1370 p_hwfn = cdev->hwfns + i; in qed_resc_free() 2170 rc = qed_l2_alloc(&cdev->hwfns[i]); in qed_resc_alloc() 2182 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_resc_alloc() 2429 qed_l2_setup(&cdev->hwfns[i]); in qed_resc_setup() [all …]
|
D | qed.h | 773 struct qed_hwfn hwfns[MAX_HWFNS_PER_DEVICE]; member 916 #define QED_LEADING_HWFN(dev) (&(dev)->hwfns[0]) 919 #define QED_FIR_AFFIN_HWFN(dev) (&(dev)->hwfns[dev->fir_affin]) 920 #define QED_IWARP_AFFIN_HWFN(dev) (&(dev)->hwfns[dev->iwarp_affin])
|
D | qed_debug.c | 8157 &cdev->hwfns[cdev->engine_for_debug]; in qed_dbg_nvm_image() 8290 struct qed_hwfn *p_hwfn = &cdev->hwfns[cdev->engine_for_debug]; in qed_dbg_all_data() 8541 struct qed_hwfn *p_hwfn = &cdev->hwfns[cdev->engine_for_debug]; in qed_dbg_all_data_size() 8599 struct qed_hwfn *p_hwfn = &cdev->hwfns[cdev->engine_for_debug]; in qed_dbg_feature() 8633 struct qed_hwfn *p_hwfn = &cdev->hwfns[cdev->engine_for_debug]; in qed_dbg_feature_size() 8689 qed_dbg_set_bin_ptr(&cdev->hwfns[i], dbg_values); in qed_dbg_pf_init() 8690 qed_dbg_user_set_bin_ptr(&cdev->hwfns[i], dbg_values); in qed_dbg_pf_init()
|
D | qed_int.c | 2354 cdev->hwfns[i].b_int_requested = false; in qed_int_disable_post_isr_release()
|