Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/bnxe/577xx/include/
H A Dlistq.h906 typedef void *q_list_entry_t; typedef
910 q_list_entry_t *head;
911 q_list_entry_t *tail;
915 q_list_entry_t *first_entry_addr;
916 q_list_entry_t *last_entry_addr;
928 q_list_entry_t q_list_arr[], in q_list_init()
956 q_list_entry_t q_entry) in q_list_push_head()
976 q_list_entry_t
980 q_list_entry_t q_entry; in q_list_pop_head()
982 q_entry = q_list->cnt ? *q_list->head : (q_list_entry_t *) 0; in q_list_pop_head()
[all …]