Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/bnxe/577xx/include/
H A Dlistq.h956 q_list_entry_t q_entry) in q_list_push_head() argument
969 *(q_list->head) = q_entry; in q_list_push_head()
980 q_list_entry_t q_entry; in q_list_pop_head() local
982 q_entry = q_list->cnt ? *q_list->head : (q_list_entry_t *) 0; in q_list_pop_head()
997 return q_entry; in q_list_pop_head()
1005 q_list_entry_t q_entry) in q_list_push_tail() argument
1009 *q_list->tail = q_entry; in q_list_push_tail()
1029 q_list_entry_t q_entry; in q_list_pop_tail() local
1031 q_entry = q_list->cnt ? in q_list_pop_tail()
1050 return q_entry; in q_list_pop_tail()
[all …]