Searched refs:max_port_conns (Results 1 – 4 of 4) sorted by relevance
1334 pdev->hw_info.max_port_conns = log2_align(pdev->hw_info.max_port_toe_conn + in lm_get_shmem_license_info()1338 if (ERR_IF(pdev->hw_info.max_port_conns > max_bar_supported_cons[port])) in lm_get_shmem_license_info()1777 pdev->hw_info.max_port_conns = MAX_CONNECTIONS; in lm_shmem_set_default()3625 pdev->hw_info.max_port_conns = log2_align(MAX_ETH_CONS); in lm_get_dev_info()
1998 alloc_size = ( 8 * pdev->hw_info.max_port_conns); in lm_common_setup_alloc_resc()
2949 …) ? TM_REG_LIN1_MAX_ACTIVE_CID : TM_REG_LIN0_MAX_ACTIVE_CID), (pdev->hw_info.max_port_conns/32)-1); in init_tm_port()
1831 …u32_t max_port_conns; /* the maximum number of connections support for this port, used to configur… member