X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fqede%2Fbase%2Fecore_cxt.h;h=1a539bbc712b7d6e2b93fd90582a572b035962e7;hb=c176fd869560516a7ea91f64e1fda85020653cc2;hp=f58c4ba575278aaeeaea995488b08e1c49648769;hpb=519438f7c17f8a214eb688739f9da8e1667bc359;p=dpdk.git diff --git a/drivers/net/qede/base/ecore_cxt.h b/drivers/net/qede/base/ecore_cxt.h index f58c4ba575..1a539bbc71 100644 --- a/drivers/net/qede/base/ecore_cxt.h +++ b/drivers/net/qede/base/ecore_cxt.h @@ -345,4 +345,9 @@ struct ecore_cxt_mngr { u16 task_ctx_size; u16 conn_ctx_size; }; + +u16 ecore_get_cdut_num_pf_init_pages(struct ecore_hwfn *p_hwfn); +u16 ecore_get_cdut_num_vf_init_pages(struct ecore_hwfn *p_hwfn); +u16 ecore_get_cdut_num_pf_work_pages(struct ecore_hwfn *p_hwfn); +u16 ecore_get_cdut_num_vf_work_pages(struct ecore_hwfn *p_hwfn); #endif /* _ECORE_CID_ */