Lines Matching refs:hwfns

285 		qed_vf_get_fw_version(&cdev->hwfns[0], &dev_info->fw_major,  in qed_fill_dev_info()
522 struct qed_hwfn *hwfn = &cdev->hwfns[index % cdev->num_hwfns]; in qed_simd_handler_config()
531 struct qed_hwfn *hwfn = &cdev->hwfns[index % cdev->num_hwfns]; in qed_simd_handler_clean()
553 status = qed_int_igu_read_sisr_reg(&cdev->hwfns[i]); in qed_single_int()
558 hwfn = &cdev->hwfns[i]; in qed_single_int()
666 if (!cdev->hwfns[i].b_int_requested) in qed_slowpath_irq_free()
670 cdev->hwfns[i].sp_dpc); in qed_slowpath_irq_free()
686 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_nic_stop()
709 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_nic_setup()
784 qed_int_get_num_sbs(&cdev->hwfns[i], &sb_cnt_info); in qed_slowpath_setup_int()
815 num_l2_queues += FEAT_NUM(&cdev->hwfns[i], QED_PF_L2_QUE); in qed_slowpath_setup_int()
851 qed_vf_get_num_rxqs(&cdev->hwfns[1], &vectors); in qed_slowpath_vf_setup_int()
904 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_alloc_stream_mem()
924 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_free_stream_mem()
962 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_update_pf_params()
976 if (!cdev->hwfns[i].slowpath_wq) in qed_slowpath_wq_stop()
979 flush_workqueue(cdev->hwfns[i].slowpath_wq); in qed_slowpath_wq_stop()
980 destroy_workqueue(cdev->hwfns[i].slowpath_wq); in qed_slowpath_wq_stop()
1012 hwfn = &cdev->hwfns[i]; in qed_slowpath_wq_start()
1228 snprintf(cdev->hwfns[i].name, NAME_SIZE, "%s-%d", name, i); in qed_set_name()
1253 p_hwfn = &cdev->hwfns[hwfn_index]; in qed_sb_init()
1285 p_hwfn = &cdev->hwfns[hwfn_index]; in qed_sb_release()
1313 hwfn = &cdev->hwfns[0]; in qed_set_link()
1601 qed_fill_link(&cdev->hwfns[0], if_link); in qed_get_current_link()
1604 qed_inform_vf_link_state(&cdev->hwfns[i]); in qed_get_current_link()
1630 hwfn = &cdev->hwfns[i]; in qed_drain()