Lines Matching refs:hwfns

292 		qed_vf_get_fw_version(&cdev->hwfns[0], &dev_info->fw_major,  in qed_fill_dev_info()
640 struct qed_hwfn *hwfn = &cdev->hwfns[index % cdev->num_hwfns]; in qed_simd_handler_config()
649 struct qed_hwfn *hwfn = &cdev->hwfns[index % cdev->num_hwfns]; in qed_simd_handler_clean()
671 status = qed_int_igu_read_sisr_reg(&cdev->hwfns[i]); in qed_single_int()
676 hwfn = &cdev->hwfns[i]; in qed_single_int()
784 if (!cdev->hwfns[i].b_int_requested) in qed_slowpath_irq_free()
788 cdev->hwfns[i].sp_dpc); in qed_slowpath_irq_free()
804 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_nic_stop()
827 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_nic_setup()
902 qed_int_get_num_sbs(&cdev->hwfns[i], &sb_cnt_info); in qed_slowpath_setup_int()
933 num_l2_queues += FEAT_NUM(&cdev->hwfns[i], QED_PF_L2_QUE); in qed_slowpath_setup_int()
969 qed_vf_get_num_rxqs(&cdev->hwfns[1], &vectors); in qed_slowpath_vf_setup_int()
1022 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_alloc_stream_mem()
1042 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_free_stream_mem()
1080 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_update_pf_params()
1132 if (!cdev->hwfns[i].slowpath_wq) in qed_slowpath_wq_stop()
1136 cdev->hwfns[i].slowpath_wq_active = false; in qed_slowpath_wq_stop()
1140 &cdev->hwfns[i].slowpath_task_flags) && in qed_slowpath_wq_stop()
1144 flush_workqueue(cdev->hwfns[i].slowpath_wq); in qed_slowpath_wq_stop()
1145 destroy_workqueue(cdev->hwfns[i].slowpath_wq); in qed_slowpath_wq_stop()
1189 hwfn = &cdev->hwfns[i]; in qed_slowpath_wq_start()
1408 snprintf(cdev->hwfns[i].name, NAME_SIZE, "%s-%d", name, i); in qed_set_name()
1424 p_hwfn = &cdev->hwfns[sb_id % cdev->num_hwfns]; in qed_sb_init()
1462 p_hwfn = &cdev->hwfns[sb_id % cdev->num_hwfns]; in qed_sb_release()
1495 hwfn = &cdev->hwfns[0]; in qed_set_link()
1922 hwfn = &cdev->hwfns[0]; in qed_get_current_link()
1936 qed_inform_vf_link_state(&cdev->hwfns[i]); in qed_get_current_link()
1962 hwfn = &cdev->hwfns[i]; in qed_drain()