Home
last modified time | relevance | path

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 Decore_spq.c706 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 Dbcm_osal.h394 #define OSAL_LIST_FIRST_ENTRY(_list_, _type_, _member_) \ macro
H A Decore_hw.c131 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 Dqede_list.h172 #define QEDE_LIST_FIRST_ENTRY OSAL_LIST_FIRST_ENTRY
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dosal.txt212 - 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].