Lines Matching refs:hwfns
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()
972 num_l2_queues += FEAT_NUM(&cdev->hwfns[i], QED_PF_L2_QUE); in qed_slowpath_setup_int()
1008 qed_vf_get_num_rxqs(&cdev->hwfns[1], &vectors); in qed_slowpath_vf_setup_int()
1061 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_alloc_stream_mem()
1081 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_free_stream_mem()
1119 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_update_pf_params()
1169 if (!cdev->hwfns[i].slowpath_wq) in qed_slowpath_wq_stop()
1173 cdev->hwfns[i].slowpath_wq_active = false; in qed_slowpath_wq_stop()
1175 cancel_delayed_work(&cdev->hwfns[i].slowpath_task); in qed_slowpath_wq_stop()
1176 destroy_workqueue(cdev->hwfns[i].slowpath_wq); in qed_slowpath_wq_stop()
1225 hwfn = &cdev->hwfns[i]; in qed_slowpath_wq_start()
1445 snprintf(cdev->hwfns[i].name, NAME_SIZE, "%s-%d", name, i); in qed_set_name()
1461 p_hwfn = &cdev->hwfns[sb_id % cdev->num_hwfns]; in qed_sb_init()
1499 p_hwfn = &cdev->hwfns[sb_id % cdev->num_hwfns]; in qed_sb_release()
1675 hwfn = &cdev->hwfns[0]; in qed_set_link()
2197 hwfn = &cdev->hwfns[0]; in qed_get_current_link()
2211 qed_inform_vf_link_state(&cdev->hwfns[i]); in qed_get_current_link()
2246 hwfn = &cdev->hwfns[i]; in qed_drain()
2924 struct qed_hwfn *hwfn = &cdev->hwfns[qid % cdev->num_hwfns]; in qed_get_sb_info()