Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_cxt.c967 u32 conn_num, total_size, ent_per_page, psz, i; in ecore_cxt_src_t2_alloc() local
983 conn_num = src_iids.pf_cids + src_iids.per_vf_cids * p_mngr->vf_count; in ecore_cxt_src_t2_alloc()
984 total_size = conn_num * sizeof(struct src_ent); in ecore_cxt_src_t2_alloc()
1024 p_t2 = &p_mngr->t2[(conn_num - 1) / ent_per_page]; in ecore_cxt_src_t2_alloc()
1026 ((conn_num - 1) & (ent_per_page - 1)) * in ecore_cxt_src_t2_alloc()
1030 u32 ent_num = OSAL_MIN_T(u32, ent_per_page, conn_num); in ecore_cxt_src_t2_alloc()
1047 conn_num -= ent_num; in ecore_cxt_src_t2_alloc()
1810 u32 rounded_conn_num, conn_num, conn_max; in ecore_src_init_pf() local
1815 conn_num = src_iids.pf_cids + src_iids.per_vf_cids * p_mngr->vf_count; in ecore_src_init_pf()
1816 if (!conn_num) in ecore_src_init_pf()
[all …]