Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_tun.c20 uint16_t tun_idx) in ulp_install_outer_tun_flow() argument
43 mparms.tun_idx = tun_idx; in ulp_install_outer_tun_flow()
119 uint16_t tun_idx) in ulp_post_process_outer_tun_flow() argument
125 ret = ulp_install_outer_tun_flow(params, tun_entry, tun_idx); in ulp_post_process_outer_tun_flow()
208 uint16_t *tun_idx) in ulp_get_tun_entry() argument
237 *tun_idx = i; in ulp_get_tun_entry()
242 *tun_idx = first_free_entry; in ulp_get_tun_entry()
256 uint16_t tun_idx; in ulp_post_process_tun_flow() local
266 rc = ulp_get_tun_entry(params, &tun_entry, &tun_idx); in ulp_post_process_tun_flow()
306 tun_idx); in ulp_post_process_tun_flow()
[all …]
H A Dulp_mapper.h81 uint8_t tun_idx; member
102 uint8_t tun_idx; member
H A Dulp_flow_db.c417 uint32_t parent_idx, uint8_t tun_idx) in ulp_flow_db_parent_tun_idx_set() argument
436 p_pdb->parent_flow_tbl[parent_idx].tun_idx = tun_idx; in ulp_flow_db_parent_tun_idx_set()
450 uint32_t parent_fid, uint8_t *tun_idx) in ulp_flow_db_parent_tun_idx_get() argument
466 *tun_idx = p_pdb->parent_flow_tbl[idx].tun_idx; in ulp_flow_db_parent_tun_idx_get()
763 uint8_t tun_idx = 0; in ulp_flow_db_resource_del() local
846 rc = ulp_flow_db_parent_tun_idx_get(ulp_ctxt, fid, &tun_idx); in ulp_flow_db_resource_del()
850 ulp_clear_tun_entry(tun_tbl, tun_idx); in ulp_flow_db_resource_del()
1691 parms->tun_idx); in ulp_flow_db_parent_flow_create()
H A Dulp_tun.h94 ulp_clear_tun_entry(struct bnxt_tun_cache_entry *tun_tbl, uint8_t tun_idx);
H A Dulp_flow_db.h64 uint8_t tun_idx; member
H A Dulp_mapper.c2818 parms.tun_idx = cparms->tun_idx; in ulp_mapper_flow_create()