Lines Matching refs:hwfns
459 qed_vf_get_fw_version(&cdev->hwfns[0], &dev_info->fw_major, in qed_fill_dev_info()
699 struct qed_hwfn *hwfn = &cdev->hwfns[index % cdev->num_hwfns]; in qed_simd_handler_config()
708 struct qed_hwfn *hwfn = &cdev->hwfns[index % cdev->num_hwfns]; in qed_simd_handler_clean()
730 status = qed_int_igu_read_sisr_reg(&cdev->hwfns[i]); in qed_single_int()
735 hwfn = &cdev->hwfns[i]; in qed_single_int()
843 if (!cdev->hwfns[i].b_int_requested) in qed_slowpath_irq_free()
847 &cdev->hwfns[i].sp_dpc); in qed_slowpath_irq_free()
863 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_nic_stop()
886 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_nic_setup()
961 qed_int_get_num_sbs(&cdev->hwfns[i], &sb_cnt_info); in qed_slowpath_setup_int()
992 num_l2_queues += FEAT_NUM(&cdev->hwfns[i], QED_PF_L2_QUE); in qed_slowpath_setup_int()
1028 qed_vf_get_num_rxqs(&cdev->hwfns[1], &vectors); in qed_slowpath_vf_setup_int()
1081 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_alloc_stream_mem()
1101 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_free_stream_mem()
1139 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_update_pf_params()
1188 if (!cdev->hwfns[i].slowpath_wq) in qed_slowpath_wq_stop()
1192 cdev->hwfns[i].slowpath_wq_active = false; in qed_slowpath_wq_stop()
1194 cancel_delayed_work(&cdev->hwfns[i].slowpath_task); in qed_slowpath_wq_stop()
1195 destroy_workqueue(cdev->hwfns[i].slowpath_wq); in qed_slowpath_wq_stop()
1239 hwfn = &cdev->hwfns[i]; in qed_slowpath_wq_start()
1458 snprintf(cdev->hwfns[i].name, NAME_SIZE, "%s-%d", name, i); in qed_set_name()
1474 p_hwfn = &cdev->hwfns[sb_id % cdev->num_hwfns]; in qed_sb_init()
1512 p_hwfn = &cdev->hwfns[sb_id % cdev->num_hwfns]; in qed_sb_release()
1688 hwfn = &cdev->hwfns[0]; in qed_set_link()
2210 hwfn = &cdev->hwfns[0]; in qed_get_current_link()
2224 qed_inform_vf_link_state(&cdev->hwfns[i]); in qed_get_current_link()
2259 hwfn = &cdev->hwfns[i]; in qed_drain()