Searched refs:for_each_hwfn (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/ |
D | qed_selftest.c | 44 for_each_hwfn(cdev, i) { in qed_selftest_memory() 57 for_each_hwfn(cdev, i) { in qed_selftest_interrupt() 73 for_each_hwfn(cdev, i) { in qed_selftest_register() 96 for_each_hwfn(cdev, i) { in qed_selftest_clock()
|
D | qed_main.c | 665 for_each_hwfn(cdev, i) { in qed_slowpath_irq_free() 782 for_each_hwfn(cdev, i) { in qed_slowpath_setup_int() 814 for_each_hwfn(cdev, i) in qed_slowpath_setup_int() 903 for_each_hwfn(cdev, i) { in qed_alloc_stream_mem() 923 for_each_hwfn(cdev, i) { in qed_free_stream_mem() 975 for_each_hwfn(cdev, i) { in qed_slowpath_wq_stop() 1011 for_each_hwfn(cdev, i) { in qed_slowpath_wq_start() 1227 for_each_hwfn(cdev, i) in qed_set_name() 1603 for_each_hwfn(cdev, i) in qed_get_current_link() 1629 for_each_hwfn(cdev, i) { in qed_drain()
|
D | qed_dev.c | 152 for_each_hwfn(cdev, i) in qed_resc_free() 163 for_each_hwfn(cdev, i) { in qed_resc_free() 926 for_each_hwfn(cdev, i) { in qed_resc_alloc() 938 for_each_hwfn(cdev, i) { in qed_resc_alloc() 1106 for_each_hwfn(cdev, i) in qed_resc_setup() 1111 for_each_hwfn(cdev, i) { in qed_resc_setup() 1247 for_each_hwfn(cdev, i) { in qed_init_cau_rt_data() 1726 for_each_hwfn(cdev, i) { in qed_hw_init() 1933 for_each_hwfn(cdev, j) { in qed_hw_timers_stop_all() 1948 for_each_hwfn(cdev, j) { in qed_hw_stop() [all …]
|
D | qed_l2.c | 819 for_each_hwfn(cdev, i) { in qed_filter_accept_cmd() 1557 for_each_hwfn(cdev, i) { in qed_filter_mcast_cmd() 1585 for_each_hwfn(cdev, i) { in qed_filter_ucast_cmd() 1888 for_each_hwfn(cdev, i) { in _qed_get_vport_stats() 1939 for_each_hwfn(cdev, i) { in qed_reset_vport_stats() 2209 for_each_hwfn(cdev, i) { in qed_fill_eth_dev_info() 2255 for_each_hwfn(cdev, i) { in qed_fill_eth_dev_info() 2310 for_each_hwfn(cdev, i) { in qed_start_vport() 2353 for_each_hwfn(cdev, i) { in qed_stop_vport() 2413 for_each_hwfn(cdev, fn) { in qed_update_vport_rss() [all …]
|
D | qed_sriov.c | 701 for_each_hwfn(cdev, i) { in qed_iov_set_vf_to_disable() 4379 for_each_hwfn(cdev, i) { in qed_iov_configure_min_tx_rate() 4430 for_each_hwfn(cdev, i) in qed_vf_start_iov_wq() 4439 for_each_hwfn(cdev, i) in qed_sriov_disable() 4449 for_each_hwfn(cdev, i) { in qed_sriov_disable() 4529 for_each_hwfn(cdev, j) { in qed_sriov_enable() 4616 for_each_hwfn(cdev, i) { in qed_sriov_pf_set_mac() 4652 for_each_hwfn(cdev, i) { in qed_sriov_pf_set_vlan() 4798 for_each_hwfn(cdev, i) { in qed_set_vf_link_state() 4820 for_each_hwfn(cdev, i) { in qed_spoof_configure() [all …]
|
D | qed.h | 128 #define for_each_hwfn(cdev, i) for (i = 0; i < cdev->num_hwfns; i++) macro
|
D | qed_int.c | 2196 for_each_hwfn(cdev, i) in qed_int_disable_post_isr_release()
|