Home
last modified time | relevance | path

Searched refs:hwfns (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_dev.c43 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_init_dp()
55 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_init_struct()
65 cdev->hwfns[0].b_active = true; in qed_init_struct()
93 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_resc_free()
102 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_resc_free()
216 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_resc_alloc()
240 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_resc_alloc()
327 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_resc_setup()
444 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_init_cau_rt_data()
668 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_hw_init()
[all …]
Dqed_main.c193 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()
[all …]
Dqed_l2.c459 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_filter_accept_cmd()
1188 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_filter_mcast_cmd()
1215 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_filter_ucast_cmd()
1244 info->num_queues += FEAT_NUM(&cdev->hwfns[i], in qed_fill_eth_dev_info()
1253 info->num_vlan_filters = RESC_NUM(&cdev->hwfns[0], QED_VLAN); in qed_fill_eth_dev_info()
1255 cdev->hwfns[0].hw_info.hw_mac_addr); in qed_fill_eth_dev_info()
1279 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_start_vport()
1312 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_stop_vport()
1402 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_update_vport()
1434 p_hwfn = &cdev->hwfns[hwfn_index]; in qed_start_rxq()
[all …]
Dqed.h413 struct qed_hwfn hwfns[MAX_HWFNS_PER_DEVICE]; member
470 #define QED_LEADING_HWFN(dev) (&dev->hwfns[0])
Dqed_mcp.c617 struct qed_hwfn *p_hwfn = &cdev->hwfns[0]; in qed_mcp_get_mfw_ver()
641 struct qed_hwfn *p_hwfn = &cdev->hwfns[0]; in qed_mcp_get_media_type()
Dqed_int.c1143 cdev->hwfns[i].b_int_requested = false; in qed_int_disable_post_isr_release()