Searched refs:max_common_conns (Results 1 – 5 of 5) sorted by relevance
1147 pdev->hw_info.max_common_conns = 0; in lm_get_shmem_license_info()1278 if (max_supported_cons[port] > pdev->hw_info.max_common_conns) in lm_get_shmem_license_info()1280 pdev->hw_info.max_common_conns = max_supported_cons[port]; in lm_get_shmem_license_info()1778 pdev->hw_info.max_common_conns = MAX_CONNECTIONS; in lm_shmem_set_default()
2896 …REG_WR(pdev,QM_REG_BASEADDR +4*(func*QM_QUEUES_PER_FUNC+i) , pdev->hw_info.max_common_conns * 4*i); in init_qm_common()2906 …(pdev,QM_REG_BASEADDR_EXT_A +4*(func*QM_QUEUES_PER_FUNC+i) , pdev->hw_info.max_common_conns * 4*i); in init_qm_common()2934 …pdev, (PORT_ID(pdev) ? QM_REG_CONNNUM_1 : QM_REG_CONNNUM_0), pdev->hw_info.max_common_conns/16 -1); in init_qm_port()
2051 alloc_size = ( 128 * pdev->hw_info.max_common_conns); in lm_common_setup_alloc_resc()
247 total_size = (pLM->hw_info.max_common_conns * in mm_get_user_config()
1832 …u32_t max_common_conns; /* the maximum number of connections support for ALL ports, used to config… member