Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_cxt.c68 struct src_ent { struct
655 total_size = total * sizeof(struct src_ent); in ecore_cxt_cfg_ilt_compute()
656 elem_size = sizeof(struct src_ent); in ecore_cxt_cfg_ilt_compute()
759 total_size = conn_num * sizeof(struct src_ent); in ecore_cxt_src_t2_alloc()
783 ent_per_page = psz / sizeof(struct src_ent); in ecore_cxt_src_t2_alloc()
790 sizeof(struct src_ent); in ecore_cxt_src_t2_alloc()
794 struct src_ent *entries = p_t2->dma_mem[i].virt_addr; in ecore_cxt_src_t2_alloc()
799 val = p_ent_phys + (j + 1) * sizeof(struct src_ent); in ecore_cxt_src_t2_alloc()
/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_init.h565 struct src_ent { struct
H A Dbnx2x.h461 #define SRC_ILT_SZ (sizeof(struct src_ent) * SRC_CONN_NUM)