Searched refs:OSAL_LIST_REMOVE_ENTRY (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore_spq.c | 709 OSAL_LIST_REMOVE_ENTRY(&p_ent->list, &p_spq->free_pool); in ecore_spq_get_entry() 770 OSAL_LIST_REMOVE_ENTRY(&p_en2->list, &p_spq->free_pool); in ecore_spq_add_entry() 840 OSAL_LIST_REMOVE_ENTRY(&p_ent->list, head); in ecore_spq_post_list() 846 OSAL_LIST_REMOVE_ENTRY(&p_ent->list, in ecore_spq_post_list() 876 OSAL_LIST_REMOVE_ENTRY(&p_ent->list, &p_spq->unlimited_pending); in ecore_spq_pend_post() 968 OSAL_LIST_REMOVE_ENTRY(&p_ent->list, &p_spq->completion_pending); in ecore_spq_post() 1008 OSAL_LIST_REMOVE_ENTRY(&p_ent->list, in ecore_spq_completion()
|
H A D | bcm_osal.h | 397 #define OSAL_LIST_REMOVE_ENTRY(_entry_, _list_) \ macro
|
H A D | ecore_hw.c | 133 OSAL_LIST_REMOVE_ENTRY(&p_ptt->list_entry, in ecore_ptt_acquire()
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | osal.txt | 234 - void OSAL_LIST_REMOVE_ENTRY(osal_list_entry_t *entry, osal_list_t *list)
|