Home
last modified time | relevance | path

Searched refs:max_common_conns (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_devinfo.c1147 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()
H A Dlm_hw_init_reset.c2896 …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()
H A Dlm_resc.c2051 alloc_size = ( 128 * pdev->hw_info.max_common_conns); in lm_common_setup_alloc_resc()
/titanic_50/usr/src/uts/common/io/bnxe/
H A Dbnxe_mm.c247 total_size = (pLM->hw_info.max_common_conns * in mm_get_user_config()
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h1832 …u32_t max_common_conns; /* the maximum number of connections support for ALL ports, used to config… member