Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_ll2.h57 osal_list_entry_t list_entry;
71 osal_list_entry_t list_entry;
H A Decore_ooo.h48 osal_list_entry_t list_entry;
59 osal_list_entry_t list_entry;
H A Decore_roce.h127 osal_list_entry_t list_entry;
326 osal_list_entry_t list_entry;
371 osal_list_entry_t list_entry;
H A Decore_fcoe_api.h42 osal_list_entry_t list_entry;
H A Decore_iscsi_api.h46 osal_list_entry_t list_entry;
H A Decore_spq.h134 osal_list_entry_t list;
H A Decore_hw.c56 osal_list_entry_t list_entry;
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_list.h79 typedef qede_list_t osal_list_entry_t; typedef
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dosal.txt201 osal_list_entry_t - each struct which will be added to a list should contain
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)
234 - void OSAL_LIST_REMOVE_ENTRY(osal_list_entry_t *entry, osal_list_t *list)
251 elements of the list and the name of the osal_list_entry_t fields