Searched refs:SHMEM2_HAS (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_dcb.c | 442 int mfw_configured = SHMEM2_HAS(bp, drv_flags) && in bnx2x_pfc_set_pfc() 607 int mfw_configured = SHMEM2_HAS(bp, drv_flags) && in bnx2x_dcbx_update_ets_params() 1043 SHMEM2_HAS(bp, dcbx_lldp_params_offset)) { in bnx2x_dcbx_init() 1856 int mfw_configured = SHMEM2_HAS(bp, drv_flags) && in bnx2x_dcbx_fw_struct() 1899 if (SHMEM2_HAS(bp, drv_flags) && in bnx2x_dcbx_pmf_update()
|
D | bnx2x_cmn.c | 2434 if (SHMEM2_HAS(bp, dcc_support)) in bnx2x_nic_load_afex_dcc() 2438 if (SHMEM2_HAS(bp, afex_driver_support)) in bnx2x_nic_load_afex_dcc() 2509 if (!IS_MF_BD(bp) || !SHMEM2_HAS(bp, os_driver_state) || IS_VF(bp)) in bnx2x_set_os_driver_state() 2885 if (IS_PF(bp) && SHMEM2_HAS(bp, drv_capabilities_flag)) { in bnx2x_nic_load() 2985 if (IS_PF(bp) && SHMEM2_HAS(bp, drv_capabilities_flag)) { in bnx2x_nic_unload() 4340 if (IS_PF(bp) && SHMEM2_HAS(bp, curr_cfg)) in bnx2x_change_mac_addr() 4892 if (IS_PF(bp) && SHMEM2_HAS(bp, curr_cfg)) in bnx2x_change_mtu()
|
D | bnx2x_ethtool.c | 1123 if (SHMEM2_HAS(bp, extended_dev_info_shared_addr)) { in bnx2x_get_drvinfo() 1182 if (SHMEM2_HAS(bp, curr_cfg)) in bnx2x_set_wol() 2114 if (!SHMEM2_HAS(bp, eee_status[BP_PORT(bp)])) { in bnx2x_get_eee() 2151 if (!SHMEM2_HAS(bp, eee_status[BP_PORT(bp)])) { in bnx2x_set_eee()
|
D | bnx2x_main.c | 3614 if (!SHMEM2_HAS(bp, mfw_drv_indication)) { in bnx2x_handle_drv_info_req() 3671 if (!SHMEM2_HAS(bp, func_os_drv_ver)) in bnx2x_update_mng_version() 3716 if (!SHMEM2_HAS(bp, drv_info)) in bnx2x_update_mfw_dump() 7467 if (SHMEM2_HAS(bp, netproc_fw_ver)) in bnx2x_init_hw_common() 12076 if (SHMEM2_HAS(bp, mf_cfg_addr)) in bnx2x_get_hwinfo() 12104 (SHMEM2_HAS(bp, in bnx2x_get_hwinfo() 12133 if (SHMEM2_HAS(bp, mtu_size)) { in bnx2x_get_hwinfo() 12481 if (SHMEM2_HAS(bp, dcbx_lldp_params_offset) && in bnx2x_init_bp() 12482 SHMEM2_HAS(bp, dcbx_lldp_dcbx_stat_offset) && in bnx2x_init_bp() 12483 SHMEM2_HAS(bp, dcbx_en) && in bnx2x_init_bp() [all …]
|
D | bnx2x_cmn.h | 1352 if (SHMEM2_HAS(bp, drv_flags)) { in bnx2x_update_drv_flags()
|
D | bnx2x_stats.c | 49 if (SHMEM2_HAS(bp, sizeof_port_stats)) { in bnx2x_get_port_stats_dma_len() 1206 if (SHMEM2_HAS(bp, edebug_driver_if[1])) { in bnx2x_edebug_stats_stopped()
|
D | bnx2x.h | 223 #define SHMEM2_HAS(bp, field) ((bp)->common.shmem2_base && \ macro
|
D | bnx2x_sriov.c | 1300 if (SHMEM2_HAS(bp, sriov_switch_mode)) in bnx2x_iov_init_one()
|
D | bnx2x_link.c | 2112 if (SHMEM2_HAS(bp, link_attr_sync)) in bnx2x_update_link_attr() 4857 if (SHMEM2_HAS(bp, link_attr_sync)) in bnx2x_link_status_update() 6771 if (!(SHMEM2_HAS(bp, link_change_count))) in bnx2x_chng_link_count()
|