Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_cxt.c942 u32 conn_num, total_size, ent_per_page, psz, i; in ecore_cxt_src_t2_alloc() local
959 total_size = conn_num * sizeof(struct src_ent); in ecore_cxt_src_t2_alloc()
999 p_t2 = &p_mngr->t2[(conn_num - 1) / ent_per_page]; in ecore_cxt_src_t2_alloc()
1001 ((conn_num - 1) & (ent_per_page - 1)) * in ecore_cxt_src_t2_alloc()
1005 u32 ent_num = OSAL_MIN_T(u32, ent_per_page, conn_num); in ecore_cxt_src_t2_alloc()
1022 conn_num -= ent_num; in ecore_cxt_src_t2_alloc()
1772 u32 rounded_conn_num, conn_num, conn_max; in ecore_src_init_pf() local
1778 if (!conn_num) in ecore_src_init_pf()
1781 conn_max = OSAL_MAX_T(u32, conn_num, SRC_MIN_NUM_ELEMS); in ecore_src_init_pf()
1784 STORE_RT_REG(p_hwfn, SRC_REG_COUNTFREE_RT_OFFSET, conn_num); in ecore_src_init_pf()
[all …]