Home
last modified time | relevance | path

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

/dpdk/drivers/net/qede/base/
H A Decore_cxt.c741 u32 conn_num, total_size, ent_per_page, psz, i; in ecore_cxt_src_t2_alloc() local
762 psz = ILT_PAGE_IN_BYTES(p_src->p_size.val); in ecore_cxt_src_t2_alloc()
764 p_t2->num_pages = DIV_ROUND_UP(total_size, psz); in ecore_cxt_src_t2_alloc()
776 rc = ecore_cxt_t2_alloc_pages(p_hwfn, p_t2, total_size, psz); in ecore_cxt_src_t2_alloc()
783 ent_per_page = psz / sizeof(struct src_ent); in ecore_cxt_src_t2_alloc()