Home
last modified time | relevance | path

Searched refs:shadow_cfg (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_tbl.c52 struct tf_shadow_tbl_cfg_parms shadow_cfg; in tf_tbl_bind() local
86 memset(&shadow_cfg, 0, sizeof(shadow_cfg)); in tf_tbl_bind()
101 shadow_cfg.base_addr[i] = info.entry.start; in tf_tbl_bind()
105 shadow_cfg.alloc_cnt = in tf_tbl_bind()
107 shadow_cfg.num_entries = parms->num_elements; in tf_tbl_bind()
110 shadow_cdb.cfg = &shadow_cfg; in tf_tbl_bind()
H A Dtf_tcam.c53 struct tf_shadow_tcam_cfg_parms shadow_cfg; in tf_tcam_bind() local
94 memset(&shadow_cfg, 0, sizeof(shadow_cfg)); in tf_tcam_bind()
109 shadow_cfg.base_addr[i] = info.entry.start; in tf_tcam_bind()
113 shadow_cfg.alloc_cnt = in tf_tcam_bind()
115 shadow_cfg.num_entries = parms->num_elements; in tf_tcam_bind()
118 shadow_cdb.cfg = &shadow_cfg; in tf_tcam_bind()
H A Dtf_identifier.c44 struct tf_shadow_ident_cfg_parms shadow_cfg = { 0 }; in tf_ident_bind() local
73 shadow_cfg.alloc_cnt = in tf_ident_bind()
77 shadow_cdb.cfg = &shadow_cfg; in tf_ident_bind()
H A Dtf_if_tbl.h90 struct tf_shadow_if_tbl_cfg *shadow_cfg; member
H A Dtf_tcam.h30 struct tf_shadow_tcam_cfg *shadow_cfg; member
H A Dtf_tbl.h66 struct tf_shadow_tbl_cfg *shadow_cfg; member