| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_sriov.h | 17 #define IS_VF(cdev) ((cdev)->b_is_vf) macro 21 #define IS_VF(cdev) (0) macro
|
| H A D | qed_main.c | 624 if ((IS_PF(cdev) && rc > 0) || (IS_VF(cdev) && rc == cnt)) { in qed_enable_msix() 1129 if (cdev->num_hwfns > 1 || IS_VF(cdev)) in qed_update_pf_params() 1189 if (IS_VF(cdev)) in qed_slowpath_wq_stop() 1240 if (IS_VF(cdev)) in qed_slowpath_wq_start() 1700 if (IS_VF(cdev)) { in qed_set_link() 2261 if (IS_VF(cdev)) in qed_drain() 2851 if (IS_VF(cdev)) in qed_update_wol() 2875 if (IS_VF(cdev)) in qed_update_drv_state() 2897 if (IS_VF(cdev)) in qed_update_mac() 2921 if (IS_VF(cdev)) in qed_update_mtu() [all …]
|
| H A D | qed_l2.c | 226 if (IS_VF(p_hwfn->cdev)) { in _qed_eth_queue_to_cid() 418 if (IS_VF(p_hwfn->cdev)) { in qed_sp_vport_start() 670 if (IS_VF(p_hwfn->cdev)) { in qed_sp_vport_update() 751 if (IS_VF(p_hwfn->cdev)) in qed_sp_vport_stop() 811 if (IS_VF(cdev)) { in qed_filter_accept_cmd() 1550 if (IS_VF(cdev)) { in qed_filter_mcast_cmd() 1577 if (IS_VF(cdev)) { in qed_filter_ucast_cmd() 2155 if (IS_VF(p_hwfn->cdev)) { in qed_get_queue_coalesce() 2276 if (IS_VF(cdev)) in qed_fill_eth_dev_info() 2289 if (IS_VF(cdev)) in qed_register_eth_ops()
|
| H A D | qed_dev.c | 133 if (IS_VF(cdev)) { in qed_db_recovery_add() 180 if (IS_VF(cdev)) { in qed_db_recovery_del() 1269 if (IS_VF(p_hwfn->cdev)) in qed_hw_bar_size() 1349 if (IS_VF(cdev)) { in qed_resc_free() 2155 if (IS_VF(cdev)) { in qed_resc_alloc() 2361 if (IS_VF(cdev)) { in qed_resc_setup() 3013 if (IS_VF(cdev)) { in qed_hw_init() 3273 if (IS_VF(cdev)) { in qed_hw_stop() 3384 if (IS_VF(cdev)) { in qed_hw_stop_fastpath() 3418 if (IS_VF(p_hwfn->cdev)) in qed_hw_start_fastpath() [all …]
|
| H A D | qed_mcp.c | 1638 if (IS_VF(p_hwfn->cdev)) in qed_get_process_kill_counter() 2098 if (IS_VF(p_hwfn->cdev)) { in qed_mcp_get_mfw_ver() 2137 if (IS_VF(p_hwfn->cdev)) in qed_mcp_get_mbi_ver() 2167 if (IS_VF(p_hwfn->cdev)) in qed_mcp_get_media_type() 2198 if (IS_VF(p_hwfn->cdev)) in qed_mcp_get_transceiver_data() 2354 if (IS_VF(p_hwfn->cdev)) in qed_mcp_get_board_config() 2585 if (IS_VF(p_hwfn->cdev)) in qed_mcp_get_flash_size()
|
| H A D | qed_init_ops.c | 192 if (IS_VF(p_hwfn->cdev)) in qed_init_alloc()
|
| H A D | qed_int.c | 1481 if (IS_VF(p_hwfn->cdev)) in qed_int_cau_conf_pi() 1703 if (IS_VF(p_hwfn->cdev)) { in qed_int_sb_release() 1881 if (IS_VF(p_hwfn->cdev)) in qed_int_igu_disable_int()
|
| H A D | qed_sp_commands.c | 490 if (IS_VF(p_hwfn->cdev)) in qed_sp_pf_update_tunn_cfg()
|
| H A D | qed_spq.c | 442 if (IS_VF(p_hwfn->cdev)) in qed_cqe_completion()
|
| H A D | qed_sriov.c | 589 if (IS_VF(p_hwfn->cdev)) in qed_iov_hw_info() 659 if (IS_VF(p_hwfn->cdev) || !IS_QED_SRIOV(p_hwfn->cdev) || in _qed_iov_pf_sanity_check() 4676 if (IS_VF(cdev)) in qed_get_vf_config() 4790 if (IS_VF(cdev)) in qed_set_vf_link_state()
|
| H A D | qed_dcbx.c | 1002 if (IS_VF(p_hwfn->cdev)) in qed_dcbx_query_params()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qede/ |
| H A D | qede_main.c | 547 if (IS_VF(edev)) in qede_tx_timeout() 789 if (IS_VF(edev)) { in qede_init_ndev() 1236 if (!IS_VF(edev)) in __qede_probe() 2564 IS_VF(edev), QEDE_PROBE_RECOVERY); in qede_recovery_handler() 2802 if (IS_VF(edev)) { in qede_io_error_detected()
|
| H A D | qede.h | 181 #define IS_VF(edev) test_bit(QEDE_FLAGS_IS_VF, \ macro
|
| H A D | qede_ethtool.c | 320 return (IS_VF(edev) && QEDE_STAT_IS_PF_ONLY(stat_index)) || in qede_is_irrelevant_stat() 467 if (!IS_VF(edev)) in qede_get_sset_count() 2188 if (IS_VF(edev)) in qede_set_ethtool_ops()
|
| H A D | qede_filter.c | 1114 if (IS_VF(edev) && edev->ops->req_bulletin_update_mac) in qede_set_mac_addr()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x.h | 1496 #define IS_VF(bp) ((bp)->flags & IS_VF_FLAG) macro 1499 #define IS_VF(bp) false macro 2222 IS_VF(bp) ? 0 : BNX2X_NUM_TESTS_SF)
|
| H A D | bnx2x_stats.c | 544 if (IS_VF(bp)) in bnx2x_stats_restart() 1250 if (IS_VF(bp)) in bnx2x_stats_update() 1603 if (IS_VF(bp)) { in bnx2x_stats_init()
|
| H A D | bnx2x_main.c | 1041 if (IS_VF(bp)) in bnx2x_panic_dump() 5820 if (IS_VF(bp)) in bnx2x_timer() 6398 if (IS_VF(bp)) in bnx2x_init_eth_fp() 8290 if (IS_VF(bp)) in bnx2x_free_mem() 8591 if (IS_VF(bp) && int_mode != BNX2X_INT_MODE_MSIX) { in bnx2x_set_int_mode() 8606 if (rc && IS_VF(bp)) in bnx2x_set_int_mode() 11886 if (IS_VF(bp)) in bnx2x_get_dropless_info() 12411 if (IS_VF(bp)) in bnx2x_init_bp() 12441 if (IS_VF(bp)) in bnx2x_init_bp() 12458 if (IS_VF(bp)) in bnx2x_init_bp() [all …]
|
| H A D | bnx2x_cmn.c | 2517 if (!IS_MF_BD(bp) || !SHMEM2_HAS(bp, os_driver_state) || IS_VF(bp)) in bnx2x_set_os_driver_state() 2682 if (IS_VF(bp)) { in bnx2x_nic_load() 3069 if (IS_VF(bp)) { in bnx2x_nic_unload() 3910 if (IS_VF(bp)) { in bnx2x_start_xmit() 3990 if (IS_VF(bp)) { in bnx2x_start_xmit()
|
| H A D | bnx2x_ethtool.c | 725 if (IS_VF(bp)) in bnx2x_get_regs_len() 1224 if (IS_VF(bp)) in bnx2x_get_link() 3124 #define HIDE_PORT_STAT(bp) IS_VF(bp)
|
| H A D | bnx2x_sriov.c | 1179 if (IS_VF(bp)) in bnx2x_iov_init_one()
|