X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fbnxt%2Ftf_core%2Ftf_tbl.h;h=f20e8d729a40a662360a19e352b611d887c48fe2;hb=b2da02480cb7;hp=2a10b47ce97aa61eb1f31c4330fcc19a601f6977;hpb=a11f87d3b2caac31623b9f0d190bd93465b27153;p=dpdk.git diff --git a/drivers/net/bnxt/tf_core/tf_tbl.h b/drivers/net/bnxt/tf_core/tf_tbl.h index 2a10b47ce9..f20e8d729a 100644 --- a/drivers/net/bnxt/tf_core/tf_tbl.h +++ b/drivers/net/bnxt/tf_core/tf_tbl.h @@ -38,6 +38,13 @@ struct tf_em_caps { */ struct tf_tbl_scope_cb { uint32_t tbl_scope_id; +#ifdef TF_USE_SYSTEM_MEM + int lfc_fd; + uint32_t bus; + uint32_t devfn; + int fd[TF_DIR_MAX][TF_MAX_TABLE]; + bool valid; +#endif int index; struct hcapi_cfa_em_ctx_mem_info em_ctx_info[TF_DIR_MAX]; struct tf_em_caps em_caps[TF_DIR_MAX];