Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_core.c24 tf_open_session(struct tf *tfp, in tf_open_session()
94 tf_attach_session(struct tf *tfp, in tf_attach_session()
157 tf_close_session(struct tf *tfp) in tf_close_session()
419 tf_alloc_identifier(struct tf *tfp, in tf_alloc_identifier()
480 tf_free_identifier(struct tf *tfp, in tf_free_identifier()
732 tf_set_tcam_entry(struct tf *tfp, in tf_set_tcam_entry()
1010 tf_free_tbl_entry(struct tf *tfp, in tf_free_tbl_entry()
1090 tf_set_tbl_entry(struct tf *tfp, in tf_set_tbl_entry()
1172 tf_get_tbl_entry(struct tf *tfp, in tf_get_tbl_entry()
1344 tf_map_tbl_scope(struct tf *tfp, in tf_map_tbl_scope()
[all …]
H A Dtf_msg.c119 tf_msg_session_open(struct tf *tfp, in tf_msg_session_open()
238 tf_msg_session_close(struct tf *tfp) in tf_msg_session_close()
270 tf_msg_session_qcfg(struct tf *tfp) in tf_msg_session_qcfg()
690 tf_msg_em_mem_rgtr(struct tf *tfp, in tf_msg_em_mem_rgtr()
723 tf_msg_em_mem_unrgtr(struct tf *tfp, in tf_msg_em_mem_unrgtr()
746 tf_msg_em_qcaps(struct tf *tfp, in tf_msg_em_qcaps()
784 tf_msg_em_cfg(struct tf *tfp, in tf_msg_em_cfg()
826 tf_msg_em_op(struct tf *tfp, in tf_msg_em_op()
854 tf_msg_tcam_entry_set(struct tf *tfp, in tf_msg_tcam_entry_set()
964 tf_msg_set_tbl_entry(struct tf *tfp, in tf_msg_set_tbl_entry()
[all …]
H A Dtf_session.c49 tf_session_create(struct tf *tfp, in tf_session_create()
206 tf_session_client_create(struct tf *tfp, in tf_session_client_create()
314 tf_session_client_destroy(struct tf *tfp, in tf_session_client_destroy()
372 tf_session_open_session(struct tf *tfp, in tf_session_open_session()
435 tf_session_close_session(struct tf *tfp, in tf_session_close_session()
586 tf_session_get_session_internal(struct tf *tfp, in tf_session_get_session_internal()
606 tf_session_get_session(struct tf *tfp, in tf_session_get_session()
721 tf_session_get_fw_session_id(struct tf *tfp, in tf_session_get_fw_session_id()
754 tf_session_get_session_id(struct tf *tfp, in tf_session_get_session_id()
H A Dtfp.c31 tfp_send_msg_direct(struct tf *tfp, in tfp_send_msg_direct()
63 tfp_send_msg_tunneled(struct tf *tfp, in tfp_send_msg_tunneled()
166 tfp_get_fid(struct tf *tfp, uint16_t *fw_fid) in tfp_get_fid()
183 tfp_get_pf(struct tf *tfp, uint16_t *pf) in tfp_get_pf()
H A Dtf_tbl.c44 tf_tbl_bind(struct tf *tfp, in tf_tbl_bind()
152 tf_tbl_unbind(struct tf *tfp) in tf_tbl_unbind()
311 tf_tbl_alloc_search(struct tf *tfp, in tf_tbl_alloc_search()
432 tf_tbl_set(struct tf *tfp, in tf_tbl_set()
501 tf_tbl_get(struct tf *tfp, in tf_tbl_get()
571 tf_tbl_bulk_get(struct tf *tfp, in tf_tbl_bulk_get()
H A Dtf_em_internal.c152 tf_em_insert_int_entry(struct tf *tfp, in tf_em_insert_int_entry()
221 tf_em_delete_int_entry(struct tf *tfp, in tf_em_delete_int_entry()
237 tf_em_int_bind(struct tf *tfp, in tf_em_int_bind()
322 tf_em_int_unbind(struct tf *tfp) in tf_em_int_unbind()
H A Dtf_device.c36 tf_dev_bind_p4(struct tf *tfp, in tf_dev_bind_p4()
170 tf_dev_unbind_p4(struct tf *tfp) in tf_dev_unbind_p4()
260 tf_dev_unbind(struct tf *tfp, in tf_dev_unbind()
H A Dtf_tcam.c42 tf_tcam_bind(struct tf *tfp, in tf_tcam_bind()
160 tf_tcam_unbind(struct tf *tfp) in tf_tcam_unbind()
202 tf_tcam_alloc(struct tf *tfp, in tf_tcam_alloc()
281 tf_tcam_free(struct tf *tfp, in tf_tcam_free()
447 tf_tcam_alloc_search(struct tf *tfp, in tf_tcam_alloc_search()
H A Dtf_em_common.c175 tf_tbl_ext_alloc(struct tf *tfp, in tf_tbl_ext_alloc()
230 tf_tbl_ext_free(struct tf *tfp, in tf_tbl_ext_free()
883 tf_em_ext_common_bind(struct tf *tfp, in tf_em_ext_common_bind()
934 tf_em_ext_common_unbind(struct tf *tfp) in tf_em_ext_common_unbind()
979 int tf_tbl_ext_common_set(struct tf *tfp, in tf_tbl_ext_common_set()
1037 tf_em_ext_common_alloc(struct tf *tfp, in tf_em_ext_common_alloc()
1044 tf_em_ext_common_free(struct tf *tfp, in tf_em_ext_common_free()
1050 int tf_em_ext_map_tbl_scope(struct tf *tfp, in tf_em_ext_map_tbl_scope()
H A Dtf_em_host.c295 tf_em_ctx_unreg(struct tf *tfp, in tf_em_ctx_unreg()
330 tf_em_ctx_reg(struct tf *tfp, in tf_em_ctx_reg()
370 tf_em_ext_alloc(struct tf *tfp, struct tf_alloc_tbl_scope_parms *parms) in tf_em_ext_alloc()
498 tf_em_ext_free(struct tf *tfp, in tf_em_ext_free()
H A Dtf_if_tbl.c108 tf_if_tbl_set(struct tf *tfp, in tf_if_tbl_set()
144 tf_if_tbl_get(struct tf *tfp, in tf_if_tbl_get()
H A Dtf_global_cfg.c115 tf_global_cfg_set(struct tf *tfp, in tf_global_cfg_set()
158 tf_global_cfg_get(struct tf *tfp, in tf_global_cfg_get()
H A Dtf_identifier.c38 tf_ident_bind(struct tf *tfp, in tf_ident_bind()
99 tf_ident_unbind(struct tf *tfp) in tf_ident_unbind()
H A Dtf_device_p4.c35 tf_dev_p4_get_max_types(struct tf *tfp, in tf_dev_p4_get_max_types()
H A Dtf_rm.c370 tf_rm_create_db(struct tf *tfp, in tf_rm_create_db()
623 tf_rm_free_db(struct tf *tfp, in tf_rm_free_db()
/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_mapper.c91 struct tf *tfp; in ulp_mapper_resource_ident_allocate() local
139 struct tf *tfp; in ulp_mapper_resource_index_tbl_alloc() local
461 struct tf *tfp, in ulp_mapper_tcam_entry_free()
495 struct tf *tfp, in ulp_mapper_em_entry_free()
615 struct tf *tfp; in ulp_mapper_ident_process() local
699 struct tf *tfp; in ulp_mapper_ident_extract() local
1445 struct tf *tfp; in ulp_mapper_tcam_tbl_entry_write() local
1530 struct tf *tfp; in ulp_mapper_tcam_tbl_process() local
2582 struct tf *tfp; in ulp_mapper_resource_free() local
2908 struct tf *tfp; in ulp_mapper_init() local
[all …]
H A Dulp_fc_mgr.c231 ulp_bulk_get_flow_stats(struct tf *tfp, in ulp_bulk_get_flow_stats()
286 struct tf *tfp, in ulp_get_single_flow_stat()
354 struct tf *tfp; in ulp_fc_mgr_alarm_cb() local
H A Dbnxt_ulp.c431 struct tf *tfp; in ulp_eem_tbl_scope_deinit() local
1265 bnxt_ulp_cntxt_tfp_set(struct bnxt_ulp_context *ulp, struct tf *tfp) in bnxt_ulp_cntxt_tfp_set()
H A Dulp_mapper.h70 struct tf *tfp; member
/f-stack/freebsd/i386/i386/
H A Ddb_interface.c89 db_segsize(struct trapframe *tfp) in db_segsize()
H A Ddb_trace.c107 struct trapframe_vm86 *tfp; in db_frame_seg() local
157 struct trapframe_vm86 *tfp; in db_gs() local
/f-stack/freebsd/arm64/include/
H A Dcpu.h48 #define TRAPF_PC(tfp) ((tfp)->tf_lr) argument
49 #define TRAPF_USERMODE(tfp) (((tfp)->tf_spsr & PSR_M_MASK) == PSR_M_EL0t) argument
/f-stack/freebsd/arm/include/
H A Dcpu.h55 #define TRAPF_PC(tfp) ((tfp)->tf_pc) argument
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt.h817 struct tf tfp; member