Searched refs:osal_list_t (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore_ll2.h | 90 osal_list_t active_descq; 91 osal_list_t free_descq; 92 osal_list_t posting_descq; 103 osal_list_t active_descq; 104 osal_list_t free_descq; 105 osal_list_t sending_descq;
|
H A D | ecore_ooo.h | 60 osal_list_t buffers_list; 64 osal_list_t isles_list; 74 osal_list_t free_buffers_list; 75 osal_list_t ready_buffers_list; 76 osal_list_t free_isles_list;
|
H A D | ecore_spq.h | 146 osal_list_t *queue; 166 osal_list_t unlimited_pending; 167 osal_list_t pending; 168 osal_list_t completion_pending; 169 osal_list_t free_pool;
|
H A D | ecore_roce.h | 151 osal_list_t listen_list; /* ecore_iwarp_listener */ 152 osal_list_t ep_list; /* ecore_iwarp_ep */ 153 osal_list_t ep_free_list;/* pre-allocated ep's */ 154 osal_list_t mpa_buf_list;/* list of mpa_bufs */ 155 osal_list_t mpa_buf_pending_list;
|
H A D | ecore_fcoe.h | 47 osal_list_t free_list;
|
H A D | ecore_iscsi.h | 49 osal_list_t free_list;
|
H A D | ecore_spq.c | 822 osal_list_t *head, in ecore_spq_post_list()
|
H A D | ecore_hw.c | 63 osal_list_t free_list;
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | osal.txt | 198 osal_list_t - this struct is the linked-list root, i.e., from it the linked 204 - void OSAL_LIST_INIT(osal_list_t*) 208 - void OSAL_LIST_PUSH_HEAD(osal_list_entry_t *entry, osal_list_t *list) 209 - void OSAL_LIST_PUSH_TAIL(osal_list_entry_t *entry, osal_list_t *list) 212 - type* OSAL_LIST_FIRST_ENTRY(osal_list_t*, type, name_of_list_field) 216 the osal_list_t entry inside it is named `name_of_list_field'. 234 - void OSAL_LIST_REMOVE_ENTRY(osal_list_entry_t *entry, osal_list_t *list) 238 - bool OSAL_LIST_IS_EMPTY(osal_list_t*) 242 - void OSAL_LIST_FOR_EACH_ENTRY(type *entry, osal_list_t* list, 245 osal_list_t* list, [all …]
|
/illumos-gate/usr/src/uts/common/io/qede/ |
H A D | qede_list.h | 78 typedef qede_list_t osal_list_t; typedef
|