Home
last modified time | relevance | path

Searched defs:tfp (Results 1 – 8 of 8) sorted by relevance

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_tcam_shared.c27 tf_tcam_shared_bind(struct tf *tfp, in tf_tcam_shared_bind()
44 tf_tcam_shared_unbind(struct tf *tfp) in tf_tcam_shared_unbind()
58 tf_tcam_shared_alloc(struct tf *tfp, in tf_tcam_shared_alloc()
70 tf_tcam_shared_free(struct tf *tfp, in tf_tcam_shared_free()
109 int tf_tcam_shared_move(struct tf *tfp, in tf_tcam_shared_move()
139 tf_tcam_shared_move_p4(struct tf *tfp, in tf_tcam_shared_move_p4()
149 tf_tcam_shared_move_p58(struct tf *tfp, in tf_tcam_shared_move_p58()
159 tf_tcam_shared_clear(struct tf *tfp, in tf_tcam_shared_clear()
H A Dtf_if_tbl.c55 tf_if_tbl_bind(struct tf *tfp, in tf_if_tbl_bind()
84 tf_if_tbl_unbind(struct tf *tfp) in tf_if_tbl_unbind()
110 tf_if_tbl_set(struct tf *tfp, in tf_if_tbl_set()
153 tf_if_tbl_get(struct tf *tfp, in tf_if_tbl_get()
H A Dtf_global_cfg.c73 tf_global_cfg_bind(struct tf *tfp, in tf_global_cfg_bind()
100 tf_global_cfg_unbind(struct tf *tfp) in tf_global_cfg_unbind()
118 tf_global_cfg_set(struct tf *tfp, in tf_global_cfg_set()
161 tf_global_cfg_get(struct tf *tfp, in tf_global_cfg_get()
H A Dtf_tbl.c25 tf_tbl_bind(struct tf *tfp, in tf_tbl_bind()
88 tf_tbl_unbind(struct tf *tfp) in tf_tbl_unbind()
276 tf_tbl_set(struct tf *tfp, in tf_tbl_set()
367 tf_tbl_get(struct tf *tfp, in tf_tbl_get()
460 tf_tbl_bulk_get(struct tf *tfp, in tf_tbl_bulk_get()
545 tf_tbl_get_resc_info(struct tf *tfp, in tf_tbl_get_resc_info()
H A Dtf_identifier.c18 tf_ident_bind(struct tf *tfp, in tf_ident_bind()
79 tf_ident_unbind(struct tf *tfp) in tf_ident_unbind()
252 tf_ident_get_resc_info(struct tf *tfp, in tf_ident_get_resc_info()
H A Dtfp.c130 tfp_get_fid(struct tf *tfp, uint16_t *fw_fid) in tfp_get_fid()
147 tfp_get_pf(struct tf *tfp, uint16_t *pf) in tfp_get_pf()
H A Dtf_tbl_sram.c183 tf_tbl_sram_alloc(struct tf *tfp, in tf_tbl_sram_alloc()
391 tf_tbl_sram_set(struct tf *tfp, in tf_tbl_sram_set()
529 tf_tbl_sram_get(struct tf *tfp, in tf_tbl_sram_get()
636 tf_tbl_sram_bulk_get(struct tf *tfp, in tf_tbl_sram_bulk_get()
H A Dtf_sram_mgr.h177 void *tfp; member