Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_cxt.c467 p_blk = ecore_cxt_set_blk(&p_cli->vf_blks[CDUC_BLK]); in ecore_cxt_cfg_ilt_compute()
551 p_blk = ecore_cxt_set_blk(&p_cli->vf_blks[CDUT_SEG_BLK(0)]); in ecore_cxt_cfg_ilt_compute()
561 ecore_cxt_set_blk(&p_cli->vf_blks[CDUT_FL_SEG_BLK(0, VF)]); in ecore_cxt_cfg_ilt_compute()
564 line = p_cli->vf_blks[CDUT_SEG_BLK(0)].start_line; in ecore_cxt_cfg_ilt_compute()
579 p_blk = &p_cli->vf_blks[CDUT_SEG_BLK(0)]; in ecore_cxt_cfg_ilt_compute()
584 p_blk = &p_cli->vf_blks[CDUT_FL_SEG_BLK(0, VF)]; in ecore_cxt_cfg_ilt_compute()
636 p_blk = ecore_cxt_set_blk(&p_cli->vf_blks[0]); in ecore_cxt_cfg_ilt_compute()
956 p_blk = &clients[i].vf_blks[j]; in ecore_ilt_shadow_alloc()
2213 p_blk = &p_cli->vf_blks[CDUT_FL_SEG_BLK(i, VF)]; in ecore_get_cdut_num_vf_init_pages()
2243 p_blk = &p_cli->vf_blks[CDUT_SEG_BLK(i)]; in ecore_get_cdut_num_vf_work_pages()
H A Decore_cxt.h275 struct ecore_ilt_cli_blk vf_blks[ILT_CLI_VF_BLOCKS]; member