Home
last modified time | relevance | path

Searched refs:ll_entry (Results 1 – 7 of 7) sorted by relevance

/dpdk/drivers/net/bnxt/tf_core/
H A Dll.h14 struct ll_entry { struct
15 struct ll_entry *prev; argument
16 struct ll_entry *next; argument
21 struct ll_entry *head;
22 struct ll_entry *tail;
39 void ll_insert(struct ll *ll, struct ll_entry *entry);
47 void ll_delete(struct ll *ll, struct ll_entry *entry);
56 static inline struct ll_entry *ll_next(struct ll_entry *entry) in ll_next()
68 static inline struct ll_entry *ll_head(struct ll *ll) in ll_head()
80 static inline struct ll_entry *ll_tail(struct ll *ll) in ll_tail()
H A Dtf_em_common.h58 struct ll_entry ll_entry; /* For inserting in link list, must be member
H A Dll.c21 struct ll_entry *entry) in ll_insert()
39 struct ll_entry *entry) in ll_delete()
H A Dtf_session.c178 ll_insert(&session->client_ll, &client->ll_entry); in tf_session_create()
335 ll_insert(&session->client_ll, &client->ll_entry); in tf_session_client_create()
414 ll_delete(&tfs->client_ll, &client->ll_entry); in tf_session_client_destroy()
616 ll_delete(&tfs->client_ll, &client->ll_entry); in tf_session_close_session()
639 struct ll_entry *c_entry; in tf_session_is_fid_supported()
731 struct ll_entry *c_entry; in tf_session_get_session_client()
753 struct ll_entry *c_entry; in tf_session_find_session_client_by_name()
777 struct ll_entry *c_entry; in tf_session_find_session_client_by_fid()
H A Dtf_session.h200 struct ll_entry ll_entry; /* For inserting in link list, must be member
H A Dtf_em_host.c511 ll_insert(&ext_db->tbl_scope_ll, &tbl_scope_cb->ll_entry); in tf_em_ext_alloc()
517 ll_insert(&ext_db->tbl_scope_ll, &tbl_scope_cb->ll_entry); in tf_em_ext_alloc()
595 ll_delete(&ext_db->tbl_scope_ll, &tbl_scope_cb->ll_entry); in tf_em_ext_free()
H A Dtf_em_common.c146 struct ll_entry *entry; in tf_em_ext_common_tbl_scope_find()
978 struct ll_entry *entry; in tf_em_ext_common_unbind()
1024 &tbl_scope_cb->ll_entry); in tf_em_ext_common_unbind()