Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_cxt.c490 p_blk = ecore_cxt_set_blk(&p_cli->pf_blks[CDUT_SEG_BLK(i)]); in ecore_cxt_cfg_ilt_compute()
525 line = p_cli->pf_blks[CDUT_SEG_BLK(i)].start_line; 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()
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()
1385 (p_cli->pf_blks[CDUT_SEG_BLK(i)].start_line - in ecore_cdu_init_pf()
2021 p_blk = &p_cli->pf_blks[CDUT_SEG_BLK(ECORE_CXT_ROCE_TID_SEG)]; in ecore_cxt_dynamic_ilt_alloc()
2123 p_blk = &p_cli->pf_blks[CDUT_SEG_BLK(ECORE_CXT_ROCE_TID_SEG)]; in ecore_cxt_free_ilt_range()
2228 p_blk = &p_cli->pf_blks[CDUT_SEG_BLK(i)]; in ecore_get_cdut_num_pf_work_pages()
2243 p_blk = &p_cli->vf_blks[CDUT_SEG_BLK(i)]; in ecore_get_cdut_num_vf_work_pages()
H A Decore_cxt.h246 #define CDUT_SEG_BLK(n) (1 + (u8)(n)) macro