Home
last modified time | relevance | path

Searched defs:parms (Results 1 – 17 of 17) sorted by relevance

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_tcam_shared.c28 struct tf_tcam_cfg_parms *parms) in tf_tcam_shared_bind()
59 struct tf_tcam_alloc_parms *parms) in tf_tcam_shared_alloc()
71 struct tf_tcam_free_parms *parms) in tf_tcam_shared_free()
95 struct tf_tcam_get_parms *parms) in tf_tcam_shared_get()
110 struct tf_move_tcam_shared_entries_parms *parms) in tf_tcam_shared_move()
140 struct tf_move_tcam_shared_entries_parms *parms) in tf_tcam_shared_move_p4()
150 struct tf_move_tcam_shared_entries_parms *parms) in tf_tcam_shared_move_p58()
160 struct tf_clear_tcam_shared_entries_parms *parms) in tf_tcam_shared_clear()
H A Dtfp.c32 struct tfp_send_msg_parms *parms) in tfp_send_msg_direct()
60 tfp_calloc(struct tfp_calloc_parms *parms) in tfp_calloc()
106 tfp_spinlock_init(struct tfp_spinlock_parms *parms) in tfp_spinlock_init()
115 tfp_spinlock_lock(struct tfp_spinlock_parms *parms) in tfp_spinlock_lock()
124 tfp_spinlock_unlock(struct tfp_spinlock_parms *parms) in tfp_spinlock_unlock()
H A Dtf_if_tbl.c38 tf_if_tbl_get_hcapi_type(struct tf_if_tbl_get_hcapi_parms *parms) in tf_if_tbl_get_hcapi_type()
56 struct tf_if_tbl_cfg_parms *parms) in tf_if_tbl_bind()
111 struct tf_if_tbl_set_parms *parms) in tf_if_tbl_set()
154 struct tf_if_tbl_get_parms *parms) in tf_if_tbl_get()
H A Dtf_global_cfg.c56 tf_global_cfg_get_hcapi_type(struct tf_global_cfg_get_hcapi_parms *parms) in tf_global_cfg_get_hcapi_type()
74 struct tf_global_cfg_cfg_parms *parms) in tf_global_cfg_bind()
119 struct tf_global_cfg_parms *parms) in tf_global_cfg_set()
162 struct tf_global_cfg_parms *parms) in tf_global_cfg_get()
H A Dtf_msg_common.h14 #define MSG_PREP(parms, mb, type, subtype, req, resp) do { \ argument
24 #define MSG_PREP_NO_REQ(parms, mb, type, subtype, resp) do { \ argument
34 #define MSG_PREP_NO_RESP(parms, mb, type, subtype, req) do { \ argument
H A Dtf_identifier.c19 struct tf_ident_cfg_parms *parms) in tf_ident_bind()
112 struct tf_ident_alloc_parms *parms) in tf_ident_alloc()
151 struct tf_ident_free_parms *parms) in tf_ident_free()
210 struct tf_ident_search_parms *parms) in tf_ident_search()
H A Dtf_tbl.c26 struct tf_tbl_cfg_parms *parms) in tf_tbl_bind()
120 struct tf_tbl_alloc_parms *parms) in tf_tbl_alloc()
171 struct tf_tbl_free_parms *parms) in tf_tbl_free()
277 struct tf_tbl_set_parms *parms) in tf_tbl_set()
368 struct tf_tbl_get_parms *parms) in tf_tbl_get()
461 struct tf_tbl_get_bulk_parms *parms) in tf_tbl_bulk_get()
H A Dtf_tbl_sram.c99 static int tf_tbl_sram_get_info(struct tf_tbl_sram_get_info_parms *parms) in tf_tbl_sram_get_info()
184 struct tf_tbl_alloc_parms *parms) in tf_tbl_sram_alloc()
269 struct tf_tbl_free_parms *parms) in tf_tbl_sram_free()
392 struct tf_tbl_set_parms *parms) in tf_tbl_sram_set()
530 struct tf_tbl_get_parms *parms) in tf_tbl_sram_get()
637 struct tf_tbl_get_bulk_parms *parms) in tf_tbl_sram_bulk_get()
H A Dtf_common.h14 #define TF_CHECK_PARMS1(parms) do { \ argument
H A Ddpool.c22 struct tfp_calloc_parms parms; in dpool_init() local
91 struct tfp_calloc_parms parms; in dpool_defrag() local
H A Dtf_sram_mgr.c648 struct tf_sram_mgr_alloc_parms *parms) in tf_sram_mgr_alloc()
740 struct tf_sram_mgr_free_parms *parms) in tf_sram_mgr_free()
866 struct tf_sram_mgr_dump_parms *parms) in tf_sram_mgr_dump()
920 struct tf_sram_mgr_is_allocated_parms *parms) in tf_sram_mgr_is_allocated()
/dpdk/lib/acl/
H A Dacl_run.h68 struct parms { struct
69 const uint8_t *data;
71 const uint32_t *data_index;
73 struct completion *cmplt;
111 const struct rte_acl_ctx *ctx, struct parms *parms, in resolve_single_priority()
128 acl_start_next_trie(struct acl_flow_data *flows, struct parms *parms, int n, in acl_start_next_trie()
204 const struct rte_acl_ctx *ctx, struct parms *parms, in acl_match_check()
H A Dacl_run_sse.h56 struct parms *parms, const struct rte_acl_match_results *p, in resolve_priority_sse()
100 struct parms *parms, struct acl_flow_data *flows) in acl_process_matches()
124 acl_match_check_x4(int slot, const struct rte_acl_ctx *ctx, struct parms *parms, in acl_match_check_x4()
201 struct parms parms[MAX_SEARCHES_SSE8]; in search_sse_8() local
290 struct parms parms[MAX_SEARCHES_SSE4]; in search_sse_4() local
H A Dacl_run_neon.h36 struct parms *parms, in resolve_priority_neon()
83 acl_match_check_x4(int slot, const struct rte_acl_ctx *ctx, struct parms *parms, in acl_match_check_x4()
169 struct parms parms[8]; in search_neon_8() local
231 struct parms parms[4]; in search_neon_4() local
H A Dacl_run_altivec.h41 const struct rte_acl_ctx *ctx, struct parms *parms, in resolve_priority_altivec()
89 acl_match_check_x4(int slot, const struct rte_acl_ctx *ctx, struct parms *parms, in acl_match_check_x4()
196 struct parms parms[MAX_SEARCHES_ALTIVEC8]; in search_altivec_8() local
267 struct parms parms[MAX_SEARCHES_ALTIVEC4]; in search_altivec_4() local
H A Dacl_run_avx2.h91 struct parms *parms, struct acl_flow_data *flows, uint32_t slot, in acl_process_matches_avx2x8()
134 acl_match_check_avx2x8(const struct rte_acl_ctx *ctx, struct parms *parms, in acl_match_check_avx2x8()
167 struct parms parms[MAX_SEARCHES_AVX16]; in search_avx2x16() local
H A Dacl_run_scalar.c16 const struct rte_acl_ctx *ctx, struct parms *parms, in resolve_priority_scalar()
119 struct parms parms[MAX_SEARCHES_SCALAR]; in rte_acl_classify_scalar() local