Home
last modified time | relevance | path

Searched refs:tfs (Results 1 – 10 of 10) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_session.c318 struct tf_session *tfs; in tf_session_client_destroy() local
344 if (tfs->ref_count == 1) in tf_session_client_destroy()
364 tfs->ref_count--; in tf_session_client_destroy()
510 tfs->ref_count); in tf_session_close_session()
551 tfs->ref_count--; in tf_session_close_session()
556 tfs->ref_count); in tf_session_close_session()
558 tfs->dev_init = false; in tf_session_close_session()
614 tfs); in tf_session_get_session()
651 if (tfs == NULL) in tf_session_get_session_client()
697 if (tfs == NULL) in tf_session_find_session_client_by_fid()
[all …]
H A Dtf_core.c304 struct tf_session *tfs; in tf_get_global_cfg() local
366 struct tf_session *tfs; in tf_set_global_cfg() local
423 struct tf_session *tfs; in tf_alloc_identifier() local
484 struct tf_session *tfs; in tf_free_identifier() local
543 struct tf_session *tfs; in tf_search_identifier() local
603 struct tf_session *tfs; in tf_search_tcam_entry() local
676 struct tf_session *tfs; in tf_alloc_tcam_entry() local
736 struct tf_session *tfs; in tf_set_tcam_entry() local
808 struct tf_session *tfs; in tf_free_tcam_entry() local
865 struct tf_session *tfs; in tf_alloc_tbl_entry() local
[all …]
H A Dtf_session.h279 tf_session_is_fid_supported(struct tf_session *tfs,
299 struct tf_session **tfs);
316 struct tf_session **tfs);
332 tf_session_get_session_client(struct tf_session *tfs,
347 tf_session_find_session_client_by_name(struct tf_session *tfs,
362 tf_session_find_session_client_by_fid(struct tf_session *tfs,
378 int tf_session_get_device(struct tf_session *tfs,
H A Dtf_tcam.c206 struct tf_session *tfs; in tf_tcam_alloc() local
221 rc = tf_session_get_session_internal(tfp, &tfs); in tf_tcam_alloc()
226 rc = tf_session_get_device(tfs, &dev); in tf_tcam_alloc()
285 struct tf_session *tfs; in tf_tcam_free() local
304 rc = tf_session_get_session_internal(tfp, &tfs); in tf_tcam_free()
309 rc = tf_session_get_device(tfs, &dev); in tf_tcam_free()
455 struct tf_session *tfs; in tf_tcam_alloc_search() local
476 rc = tf_session_get_session_internal(tfp, &tfs); in tf_tcam_alloc_search()
481 rc = tf_session_get_device(tfs, &dev); in tf_tcam_alloc_search()
580 struct tf_session *tfs; in tf_tcam_set() local
[all …]
H A Dtf_device_p4.c38 struct tf_session *tfs; in tf_dev_p4_get_max_types() local
46 rc = tf_session_get_session(tfp, &tfs); in tf_dev_p4_get_max_types()
51 rc = tf_session_get_device(tfs, &dev); in tf_dev_p4_get_max_types()
H A Dtf_tbl.c316 struct tf_session *tfs; in tf_tbl_alloc_search() local
346 rc = tf_session_get_session(tfp, &tfs); in tf_tbl_alloc_search()
356 rc = tf_session_get_device(tfs, &dev); in tf_tbl_alloc_search()
H A Dtf_msg.c1265 struct tf_session *tfs; in tf_msg_get_if_tbl_entry() local
1268 rc = tf_session_get_session(tfp, &tfs); in tf_msg_get_if_tbl_entry()
1283 tfp_cpu_to_le_32(tfs->session_id.internal.fw_session_id); in tf_msg_get_if_tbl_entry()
1318 struct tf_session *tfs; in tf_msg_set_if_tbl_entry() local
1321 rc = tf_session_get_session(tfp, &tfs); in tf_msg_set_if_tbl_entry()
1337 tfp_cpu_to_le_32(tfs->session_id.internal.fw_session_id); in tf_msg_set_if_tbl_entry()
H A Dtf_rm.c376 struct tf_session *tfs; in tf_rm_create_db() local
392 rc = tf_session_get_session_internal(tfp, &tfs); in tf_rm_create_db()
397 rc = tf_session_get_device(tfs, &dev); in tf_rm_create_db()
H A Dtf_em_common.c1054 struct tf_session *tfs; in tf_em_ext_map_tbl_scope() local
1071 rc = tf_session_get_session_internal(tfp, &tfs); in tf_em_ext_map_tbl_scope()
1076 rc = tf_session_get_device(tfs, &dev); in tf_em_ext_map_tbl_scope()
/f-stack/freebsd/contrib/zstd/programs/
H A Dbenchfn.c174 …typedef struct { check_size c; BMK_timedFnState_t tfs; } tfs_align; /* force tfs to be aligned at… in BMK_initStatic_timedFnState() member
175 …size_t const tfs_alignment = offsetof(tfs_align, tfs); /* provides the minimal alignment restricti… in BMK_initStatic_timedFnState()