Searched refs:SHMEM2_HAS (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_dcb.c | 411 int mfw_configured = SHMEM2_HAS(bp, drv_flags) && in bnx2x_pfc_set_pfc() 576 int mfw_configured = SHMEM2_HAS(bp, drv_flags) && in bnx2x_dcbx_update_ets_params() 1012 SHMEM2_HAS(bp, dcbx_lldp_params_offset)) { in bnx2x_dcbx_init() 1825 int mfw_configured = SHMEM2_HAS(bp, drv_flags) && in bnx2x_dcbx_fw_struct() 1866 if (SHMEM2_HAS(bp, drv_flags) && in bnx2x_dcbx_pmf_update()
|
D | bnx2x_cmn.h | 1291 if (SHMEM2_HAS(bp, drv_flags)) { in bnx2x_update_drv_flags()
|
D | bnx2x_cmn.c | 2423 if (SHMEM2_HAS(bp, dcc_support)) in bnx2x_nic_load_afex_dcc() 2427 if (SHMEM2_HAS(bp, afex_driver_support)) in bnx2x_nic_load_afex_dcc() 2854 if (IS_PF(bp) && SHMEM2_HAS(bp, drv_capabilities_flag)) { in bnx2x_nic_load() 2942 if (IS_PF(bp) && SHMEM2_HAS(bp, drv_capabilities_flag)) { in bnx2x_nic_unload()
|
D | bnx2x_stats.c | 47 if (SHMEM2_HAS(bp, sizeof_port_stats)) { in bnx2x_get_port_stats_dma_len() 1204 if (SHMEM2_HAS(bp, edebug_driver_if[1])) { in bnx2x_edebug_stats_stopped()
|
D | bnx2x_ethtool.c | 2008 if (!SHMEM2_HAS(bp, eee_status[BP_PORT(bp)])) { in bnx2x_get_eee() 2045 if (!SHMEM2_HAS(bp, eee_status[BP_PORT(bp)])) { in bnx2x_set_eee()
|
D | bnx2x_main.c | 3613 if (!SHMEM2_HAS(bp, mfw_drv_indication)) { in bnx2x_handle_drv_info_req() 3670 if (!SHMEM2_HAS(bp, func_os_drv_ver)) in bnx2x_update_mng_version() 11756 if (SHMEM2_HAS(bp, mf_cfg_addr)) in bnx2x_get_hwinfo() 11784 (SHMEM2_HAS(bp, in bnx2x_get_hwinfo() 12137 if (SHMEM2_HAS(bp, dcbx_lldp_params_offset) && in bnx2x_init_bp() 12138 SHMEM2_HAS(bp, dcbx_lldp_dcbx_stat_offset) && in bnx2x_init_bp() 13778 if (IS_PF(bp) && SHMEM2_HAS(bp, drv_capabilities_flag)) { in bnx2x_io_slot_reset() 14309 (!SHMEM2_HAS(bp, ncsi_oem_data_addr)) || in bnx2x_drv_ctl()
|
D | bnx2x.h | 215 #define SHMEM2_HAS(bp, field) ((bp)->common.shmem2_base && \ macro
|
D | bnx2x_link.c | 2120 if (SHMEM2_HAS(bp, link_attr_sync)) in bnx2x_update_link_attr() 4846 if (SHMEM2_HAS(bp, link_attr_sync)) in bnx2x_link_status_update() 6768 if (!(SHMEM2_HAS(bp, link_change_count))) in bnx2x_chng_link_count()
|