Searched refs:hwfns (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/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 | 425 qed_vf_get_fw_version(&cdev->hwfns[0], &dev_info->fw_major, in qed_fill_dev_info() 670 struct qed_hwfn *hwfn = &cdev->hwfns[index % cdev->num_hwfns]; in qed_simd_handler_config() 679 struct qed_hwfn *hwfn = &cdev->hwfns[index % cdev->num_hwfns]; in qed_simd_handler_clean() 701 status = qed_int_igu_read_sisr_reg(&cdev->hwfns[i]); in qed_single_int() 706 hwfn = &cdev->hwfns[i]; in qed_single_int() 814 if (!cdev->hwfns[i].b_int_requested) in qed_slowpath_irq_free() 817 &cdev->hwfns[i].sp_dpc); in qed_slowpath_irq_free() 833 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_nic_stop() 856 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_nic_setup() 931 qed_int_get_num_sbs(&cdev->hwfns[i], &sb_cnt_info); in qed_slowpath_setup_int() [all …]
|
D | qed_devlink.c | 166 memcpy(buf, cdev->hwfns[0].hw_info.part_num, sizeof(cdev->hwfns[0].hw_info.part_num)); in qed_devlink_info_get() 167 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() 1875 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in _qed_get_vport_stats() 1936 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_reset_vport_stats() 2215 struct qed_hwfn *hwfn = &cdev->hwfns[i]; in qed_fill_eth_dev_info() 2252 cdev->hwfns[0].hw_info.hw_mac_addr); in qed_fill_eth_dev_info() 2262 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_fill_eth_dev_info() 2275 qed_vf_get_num_vlan_filters(&cdev->hwfns[0], in qed_fill_eth_dev_info() 2277 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() 4453 queue_delayed_work(cdev->hwfns[i].iov_wq, in qed_vf_start_iov_wq() 4454 &cdev->hwfns[i].iov_task, 0); in qed_vf_start_iov_wq() 4462 if (cdev->hwfns[i].iov_wq) in qed_sriov_disable() 4463 flush_workqueue(cdev->hwfns[i].iov_wq); in qed_sriov_disable() 4479 struct qed_hwfn *hwfn = &cdev->hwfns[i]; in qed_sriov_disable() 4508 qed_iov_release_hw_for_vf(&cdev->hwfns[i], in qed_sriov_disable() 4549 if (num >= RESC_NUM(&cdev->hwfns[0], QED_VPORT)) { in qed_sriov_enable() 4551 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 | 771 struct qed_hwfn hwfns[MAX_HWFNS_PER_DEVICE]; member 913 #define QED_LEADING_HWFN(dev) (&(dev)->hwfns[0]) 916 #define QED_FIR_AFFIN_HWFN(dev) (&(dev)->hwfns[dev->fir_affin]) 917 #define QED_IWARP_AFFIN_HWFN(dev) (&(dev)->hwfns[dev->iwarp_affin])
|
D | qed_debug.c | 8156 &cdev->hwfns[cdev->engine_for_debug]; in qed_dbg_nvm_image() 8289 struct qed_hwfn *p_hwfn = &cdev->hwfns[cdev->engine_for_debug]; in qed_dbg_all_data() 8540 struct qed_hwfn *p_hwfn = &cdev->hwfns[cdev->engine_for_debug]; in qed_dbg_all_data_size() 8598 struct qed_hwfn *p_hwfn = &cdev->hwfns[cdev->engine_for_debug]; in qed_dbg_feature() 8632 struct qed_hwfn *p_hwfn = &cdev->hwfns[cdev->engine_for_debug]; in qed_dbg_feature_size() 8688 qed_dbg_set_bin_ptr(&cdev->hwfns[i], dbg_values); in qed_dbg_pf_init() 8689 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()
|