Home
last modified time | relevance | path

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

/titanic_51/usr/src/uts/common/io/bnxe/577xx/include/
H A Dlistq.h700 #define d_list_init(_d_list, _head_entry, _tail_entry, _entry_cnt) \ argument
706 #define d_list_clear(_d_list) \ argument
712 #define d_list_push_head(_d_list, _d_entry) \ argument
727 d_list_pop_head(_d_list) global() argument
744 d_list_push_tail(_d_list,_d_entry) global() argument
759 d_list_pop_tail(_d_list) global() argument
776 d_list_peek_head(_d_list) global() argument
779 d_list_peek_tail(_d_list) global() argument
784 d_list_insert_entry(_d_list,_d_entry_prev,_d_entry_next,_d_entry) global() argument
820 d_list_remove_entry(_d_list,_d_entry) global() argument
864 d_list_entry_cnt(_d_list) global() argument
867 d_list_is_empty(_d_list) global() argument
870 d_list_add_head(_d_list,_d_list_head) global() argument
884 d_list_add_tail(_d_list,_d_list_tail) global() argument
[all...]