Searched refs:for_each_hwfn (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_selftest.c | 18 for_each_hwfn(cdev, i) { in qed_selftest_memory() 31 for_each_hwfn(cdev, i) { in qed_selftest_interrupt() 47 for_each_hwfn(cdev, i) { in qed_selftest_register() 70 for_each_hwfn(cdev, i) { in qed_selftest_clock()
|
H A D | qed_l2.c | 807 for_each_hwfn(cdev, i) { in qed_filter_accept_cmd() 1546 for_each_hwfn(cdev, i) { in qed_filter_mcast_cmd() 1574 for_each_hwfn(cdev, i) { in qed_filter_ucast_cmd() 1874 for_each_hwfn(cdev, i) { in _qed_get_vport_stats() 1935 for_each_hwfn(cdev, i) { in qed_reset_vport_stats() 2261 for_each_hwfn(cdev, i) { in qed_fill_eth_dev_info() 2316 for_each_hwfn(cdev, i) { in qed_start_vport() 2359 for_each_hwfn(cdev, i) { in qed_stop_vport() 2469 for_each_hwfn(cdev, i) { in qed_update_vport() 2630 for_each_hwfn(cdev, i) { in qed_tunn_configure() [all …]
|
H A D | qed_main.c | 813 for_each_hwfn(cdev, i) { in qed_slowpath_irq_free() 929 for_each_hwfn(cdev, i) { in qed_slowpath_setup_int() 961 for_each_hwfn(cdev, i) in qed_slowpath_setup_int() 1050 for_each_hwfn(cdev, i) { in qed_alloc_stream_mem() 1070 for_each_hwfn(cdev, i) { in qed_free_stream_mem() 1158 for_each_hwfn(cdev, i) { in qed_slowpath_wq_stop() 1213 for_each_hwfn(cdev, i) { in qed_slowpath_wq_start() 1433 for_each_hwfn(cdev, i) in qed_set_name() 2199 for_each_hwfn(cdev, i) in qed_get_current_link() 2234 for_each_hwfn(cdev, i) { in qed_drain()
|
H A D | qed_dev.c | 1356 for_each_hwfn(cdev, i) in qed_resc_free() 1369 for_each_hwfn(cdev, i) { in qed_resc_free() 2181 for_each_hwfn(cdev, i) { in qed_resc_alloc() 2428 for_each_hwfn(cdev, i) in qed_resc_setup() 2433 for_each_hwfn(cdev, i) { in qed_resc_setup() 2575 for_each_hwfn(cdev, i) { in qed_init_cau_rt_data() 3087 for_each_hwfn(cdev, i) { in qed_hw_init() 3338 for_each_hwfn(cdev, j) { in qed_hw_timers_stop_all() 3353 for_each_hwfn(cdev, j) { in qed_hw_stop() 3466 for_each_hwfn(cdev, j) { in qed_hw_stop_fastpath() [all …]
|
H A D | qed_sriov.c | 683 for_each_hwfn(cdev, i) { in qed_iov_set_vf_to_disable() 4396 for_each_hwfn(cdev, i) { in qed_iov_configure_min_tx_rate() 4452 for_each_hwfn(cdev, i) in qed_vf_start_iov_wq() 4461 for_each_hwfn(cdev, i) in qed_sriov_disable() 4478 for_each_hwfn(cdev, i) { in qed_sriov_disable() 4558 for_each_hwfn(cdev, j) { in qed_sriov_enable() 4645 for_each_hwfn(cdev, i) { in qed_sriov_pf_set_mac() 4681 for_each_hwfn(cdev, i) { in qed_sriov_pf_set_vlan() 4832 for_each_hwfn(cdev, i) { in qed_set_vf_link_state() 4854 for_each_hwfn(cdev, i) { in qed_spoof_configure() [all …]
|
H A D | qed.h | 97 #define for_each_hwfn(cdev, i) for (i = 0; i < (cdev)->num_hwfns; i++) macro
|
H A D | qed_int.c | 2353 for_each_hwfn(cdev, i) in qed_int_disable_post_isr_release()
|
H A D | qed_debug.c | 8687 for_each_hwfn(cdev, i) { in qed_dbg_pf_init()
|