Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/bnxe/577xx/include/
H A Dlistq.h117 s_list_entry_t *s_entry) in s_list_push_head() argument
119 s_entry->next = s_list->head; in s_list_push_head()
123 s_list->tail = s_entry; in s_list_push_head()
125 s_list->head = s_entry; in s_list_push_head()
136 s_list_entry_t *s_entry; in s_list_pop_head() local
138 s_entry = s_list->head; in s_list_pop_head()
150 return s_entry; in s_list_pop_head()
158 s_list_entry_t *s_entry) in s_list_push_tail() argument
160 s_entry->next = (s_list_entry_t *) 0; in s_list_push_tail()
164 s_list->tail->next = s_entry; in s_list_push_tail()
[all …]