Lines Matching refs:hwfns
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()
962 num_l2_queues += FEAT_NUM(&cdev->hwfns[i], QED_PF_L2_QUE); in qed_slowpath_setup_int()
998 qed_vf_get_num_rxqs(&cdev->hwfns[1], &vectors); in qed_slowpath_vf_setup_int()
1051 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_alloc_stream_mem()
1071 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_free_stream_mem()
1109 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_update_pf_params()
1159 if (!cdev->hwfns[i].slowpath_wq) in qed_slowpath_wq_stop()
1163 cdev->hwfns[i].slowpath_wq_active = false; in qed_slowpath_wq_stop()
1165 cancel_delayed_work(&cdev->hwfns[i].slowpath_task); in qed_slowpath_wq_stop()
1166 destroy_workqueue(cdev->hwfns[i].slowpath_wq); in qed_slowpath_wq_stop()
1214 hwfn = &cdev->hwfns[i]; in qed_slowpath_wq_start()
1434 snprintf(cdev->hwfns[i].name, NAME_SIZE, "%s-%d", name, i); in qed_set_name()
1450 p_hwfn = &cdev->hwfns[sb_id % cdev->num_hwfns]; in qed_sb_init()
1488 p_hwfn = &cdev->hwfns[sb_id % cdev->num_hwfns]; in qed_sb_release()
1664 hwfn = &cdev->hwfns[0]; in qed_set_link()
2186 hwfn = &cdev->hwfns[0]; in qed_get_current_link()
2200 qed_inform_vf_link_state(&cdev->hwfns[i]); in qed_get_current_link()
2235 hwfn = &cdev->hwfns[i]; in qed_drain()
2913 struct qed_hwfn *hwfn = &cdev->hwfns[qid % cdev->num_hwfns]; in qed_get_sb_info()