Searched refs:OSAL_LIST_PUSH_TAIL (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_ooo.c | 162 OSAL_LIST_PUSH_TAIL(&p_ooo_info->p_isles_mem[i].list_entry, in ecore_ooo_alloc() 240 OSAL_LIST_PUSH_TAIL(&p_buffer->list_entry, in ecore_ooo_release_connection_isles() 243 OSAL_LIST_PUSH_TAIL(&p_isle->list_entry, in ecore_ooo_release_connection_isles() 286 OSAL_LIST_PUSH_TAIL(&p_buffer->list_entry, in ecore_ooo_release_all_isles() 289 OSAL_LIST_PUSH_TAIL(&p_isle->list_entry, in ecore_ooo_release_all_isles() 349 OSAL_LIST_PUSH_TAIL(&p_buffer->list_entry, in ecore_ooo_put_free_buffer() 375 OSAL_LIST_PUSH_TAIL(&p_buffer->list_entry, in ecore_ooo_put_ready_buffer() 520 OSAL_LIST_PUSH_TAIL(&p_buffer->list_entry, in ecore_ooo_add_new_buffer() 560 OSAL_LIST_PUSH_TAIL(&p_right_isle->list_entry, in ecore_ooo_join_isles()
|
H A D | ecore_ll2.c | 181 OSAL_LIST_PUSH_TAIL(&p_pkt->list_entry, in ecore_ll2_txq_flush() 266 OSAL_LIST_PUSH_TAIL(&p_pkt->list_entry, in ecore_ll2_txq_completion() 403 OSAL_LIST_PUSH_TAIL(&p_pkt->list_entry, &p_rx->free_descq); in ecore_ll2_rxq_handle_completion() 490 OSAL_LIST_PUSH_TAIL(&p_pkt->list_entry, in ecore_ll2_rxq_flush() 629 OSAL_LIST_PUSH_TAIL(&p_pkt->list_entry, in ecore_ll2_lb_rxq_handler() 804 OSAL_LIST_PUSH_TAIL(&p_pkt->list_entry, in ecore_ll2_lb_txq_completion() 1437 OSAL_LIST_PUSH_TAIL(&p_rx->descq_array[i].list_entry, in ecore_ll2_establish_connection() 1455 OSAL_LIST_PUSH_TAIL(&p_pkt->list_entry, in ecore_ll2_establish_connection() 1554 OSAL_LIST_PUSH_TAIL(&p_curp->list_entry, in ecore_ll2_post_rx_buffer_notify_fw() 1625 OSAL_LIST_PUSH_TAIL(&p_curp->list_entry, in ecore_ll2_post_rx_buffer() [all …]
|
H A D | ecore_spq.c | 599 OSAL_LIST_PUSH_TAIL(&p_virt->list, &p_spq->free_pool); in ecore_spq_setup() 761 OSAL_LIST_PUSH_TAIL(&p_ent->list, &p_hwfn->p_spq->free_pool); in __ecore_spq_return_entry() 794 OSAL_LIST_PUSH_TAIL(&p_ent->list, in ecore_spq_add_entry() 827 OSAL_LIST_PUSH_TAIL(&p_ent->list, &p_spq->pending); in ecore_spq_add_entry() 877 OSAL_LIST_PUSH_TAIL(&p_ent->list, &p_spq->completion_pending); in ecore_spq_post_list()
|
H A D | ecore_iwarp.c | 1097 OSAL_LIST_PUSH_TAIL(&ep->list_entry, list); in ecore_iwarp_move_to_ep_list() 1399 OSAL_LIST_PUSH_TAIL(&ep->list_entry, in ecore_iwarp_connect() 1649 OSAL_LIST_PUSH_TAIL(&ep->list_entry, in ecore_iwarp_prealloc_ep() 2719 OSAL_LIST_PUSH_TAIL(&mpa_buf->list_entry, in ecore_iwarp_process_pending_pkts() 2764 OSAL_LIST_PUSH_TAIL(&mpa_buf->list_entry, in ecore_iwarp_ll2_comp_mpa_pkt() 2859 OSAL_LIST_PUSH_TAIL(&ep->list_entry, &listener->ep_list); in ecore_iwarp_ll2_comp_syn_pkt() 3275 OSAL_LIST_PUSH_TAIL(&iwarp_info->mpa_bufs[i].list_entry, in ecore_iwarp_ll2_start() 3727 OSAL_LIST_PUSH_TAIL(&listener->list_entry, in ecore_iwarp_create_listen()
|
H A D | bcm_osal.h | 272 #define OSAL_LIST_PUSH_TAIL(entry, list) \ macro
|
H A D | ecore_dev.c | 198 OSAL_LIST_PUSH_TAIL(&db_entry->list_entry, in ecore_db_recovery_add()
|