Searched refs:OSAL_LIST_FIRST_ENTRY (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore_spq.c | 706 p_ent = OSAL_LIST_FIRST_ENTRY(&p_spq->free_pool, in ecore_spq_get_entry() 767 p_en2 = OSAL_LIST_FIRST_ENTRY(&p_spq->free_pool, in ecore_spq_add_entry() 835 OSAL_LIST_FIRST_ENTRY(head, struct ecore_spq_entry, list); in ecore_spq_post_list() 867 p_ent = OSAL_LIST_FIRST_ENTRY(&p_spq->unlimited_pending, in ecore_spq_pend_post()
|
H A D | bcm_osal.h | 394 #define OSAL_LIST_FIRST_ENTRY(_list_, _type_, _member_) \ macro
|
H A D | ecore_hw.c | 131 p_ptt = OSAL_LIST_FIRST_ENTRY(&p_hwfn->p_ptt_pool->free_list, in ecore_ptt_acquire()
|
/illumos-gate/usr/src/uts/common/io/qede/ |
H A D | qede_list.h | 172 #define QEDE_LIST_FIRST_ENTRY OSAL_LIST_FIRST_ENTRY
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | osal.txt | 212 - type* OSAL_LIST_FIRST_ENTRY(osal_list_t*, type, name_of_list_field) 231 tmp_foo = OSAL_LIST_FIRST_ENTRY(&root, struct foo, list_head) 253 OSAL_LIST_FIRST_ENTRY].
|