Home
last modified time | relevance | path

Searched defs:ll (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/bnxt/tf_core/
H A Dll.h20 struct ll { struct
21 struct ll_entry *head; argument
22 struct ll_entry *tail; argument
29 * [in] ll, linked list to be initialized argument
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()
90 static inline uint32_t ll_cnt(struct ll *ll) in ll_cnt()
H A Dll.c12 void ll_init(struct ll *ll) in ll_init()
20 void ll_insert(struct ll *ll, in ll_insert()
38 void ll_delete(struct ll *ll, in ll_delete()