Home
last modified time | relevance | path

Searched refs:QM_QUEUES_PER_FUNC (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_init_ops.h873 #define QM_QUEUES_PER_FUNC 16 /* E1 has 32, but only 16 are used */ macro
902 for (i = 0; i < 4 * QM_QUEUES_PER_FUNC; i++) { in ecore_qm_set_ptr_table()
904 qm_cid_count * 4 * (i % QM_QUEUES_PER_FUNC)); in ecore_qm_set_ptr_table()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_init_reset.c2888 #define QM_QUEUES_PER_FUNC 16 in init_qm_common() macro
2894 for (i = 0; i < QM_QUEUES_PER_FUNC; i++) in init_qm_common()
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()
2904 for (i=0; i<QM_QUEUES_PER_FUNC; i++) in init_qm_common()
2906 …REG_WR(pdev,QM_REG_BASEADDR_EXT_A +4*(func*QM_QUEUES_PER_FUNC+i) , pdev->hw_info.max_common_conns … in init_qm_common()