Searched refs:SHMEM2_HAS (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A 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() 1855 int mfw_configured = SHMEM2_HAS(bp, drv_flags) && in bnx2x_dcbx_fw_struct() 1898 if (SHMEM2_HAS(bp, drv_flags) && in bnx2x_dcbx_pmf_update()
|
| H A D | bnx2x_cmn.c | 2453 if (SHMEM2_HAS(bp, dcc_support)) in bnx2x_nic_load_afex_dcc() 2457 if (SHMEM2_HAS(bp, afex_driver_support)) in bnx2x_nic_load_afex_dcc() 2528 if (!IS_MF_BD(bp) || !SHMEM2_HAS(bp, os_driver_state) || IS_VF(bp)) in bnx2x_set_os_driver_state() 2906 if (IS_PF(bp) && SHMEM2_HAS(bp, drv_capabilities_flag)) { in bnx2x_nic_load() 3007 if (IS_PF(bp) && SHMEM2_HAS(bp, drv_capabilities_flag)) { in bnx2x_nic_unload() 4358 if (IS_PF(bp) && SHMEM2_HAS(bp, curr_cfg)) in bnx2x_change_mac_addr() 4910 if (IS_PF(bp) && SHMEM2_HAS(bp, curr_cfg)) in bnx2x_change_mtu()
|
| H A D | bnx2x_cmn.h | 1350 if (SHMEM2_HAS(bp, drv_flags)) { in bnx2x_update_drv_flags()
|
| H A D | bnx2x_stats.c | 49 if (SHMEM2_HAS(bp, sizeof_port_stats)) { in bnx2x_get_port_stats_dma_len() 1207 if (SHMEM2_HAS(bp, edebug_driver_if[1])) { in bnx2x_edebug_stats_stopped()
|
| H A D | bnx2x.h | 229 #define SHMEM2_HAS(bp, field) ((bp)->common.shmem2_base && \ macro
|
| H A D | bnx2x_sriov.c | 1293 if (SHMEM2_HAS(bp, sriov_switch_mode)) in bnx2x_iov_init_one()
|
| H A D | bnx2x_link.c | 2112 if (SHMEM2_HAS(bp, link_attr_sync)) in bnx2x_update_link_attr() 4861 if (SHMEM2_HAS(bp, link_attr_sync)) in bnx2x_link_status_update() 6777 if (!(SHMEM2_HAS(bp, link_change_count))) in bnx2x_chng_link_count()
|