Lines Matching refs:hwfns
193 dev_info->is_mf = IS_MF(&cdev->hwfns[0]); in qed_fill_dev_info()
194 ether_addr_copy(dev_info->hw_mac, cdev->hwfns[0].hw_info.hw_mac_addr); in qed_fill_dev_info()
415 struct qed_hwfn *hwfn = &cdev->hwfns[index % cdev->num_hwfns]; in qed_simd_handler_config()
424 struct qed_hwfn *hwfn = &cdev->hwfns[index % cdev->num_hwfns]; in qed_simd_handler_clean()
446 status = qed_int_igu_read_sisr_reg(&cdev->hwfns[i]); in qed_single_int()
451 hwfn = &cdev->hwfns[i]; in qed_single_int()
518 if (!cdev->hwfns[i].b_int_requested) in qed_slowpath_irq_free()
522 cdev->hwfns[i].sp_dpc); in qed_slowpath_irq_free()
538 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_nic_stop()
631 num_vectors += qed_int_get_num_sbs(&cdev->hwfns[i], NULL) + 1; in qed_slowpath_setup_int()
686 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_alloc_stream_mem()
706 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_free_stream_mem()
722 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_update_pf_params()
825 snprintf(cdev->hwfns[i].name, NAME_SIZE, "%s-%d", name, i); in qed_set_id()
852 p_hwfn = &cdev->hwfns[hwfn_index]; in qed_sb_init()
875 p_hwfn = &cdev->hwfns[hwfn_index]; in qed_sb_release()
899 hwfn = &cdev->hwfns[0]; in qed_set_link()
1081 qed_fill_link(&cdev->hwfns[0], if_link); in qed_get_current_link()
1103 hwfn = &cdev->hwfns[i]; in qed_drain()