Searched refs:OSAL_LIST_FIRST_ENTRY (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_ooo.c | 217 p_isle = OSAL_LIST_FIRST_ENTRY( in ecore_ooo_release_connection_isles() 229 OSAL_LIST_FIRST_ENTRY( in ecore_ooo_release_connection_isles() 263 p_isle = OSAL_LIST_FIRST_ENTRY( in ecore_ooo_release_all_isles() 275 OSAL_LIST_FIRST_ENTRY( in ecore_ooo_release_all_isles() 320 p_buffer = OSAL_LIST_FIRST_ENTRY(&p_ooo_info-> in ecore_ooo_free() 360 OSAL_LIST_FIRST_ENTRY( in ecore_ooo_get_free_buffer() 390 OSAL_LIST_FIRST_ENTRY( in ecore_ooo_get_ready_buffer() 467 OSAL_LIST_FIRST_ENTRY( in ecore_ooo_add_new_isle()
|
H A D | ecore_ll2.c | 168 p_pkt = OSAL_LIST_FIRST_ENTRY(&p_tx->active_descq, in ecore_ll2_txq_flush() 237 p_pkt = OSAL_LIST_FIRST_ENTRY(&p_tx->active_descq, in ecore_ll2_txq_completion() 377 p_pkt = OSAL_LIST_FIRST_ENTRY(&p_rx->active_descq, in ecore_ll2_rxq_handle_completion() 480 p_pkt = OSAL_LIST_FIRST_ENTRY(&p_rx->active_descq, in ecore_ll2_rxq_flush() 600 p_pkt = OSAL_LIST_FIRST_ENTRY(&p_rx->active_descq, in ecore_ll2_lb_rxq_handler() 783 p_pkt = OSAL_LIST_FIRST_ENTRY(&p_tx->active_descq, in ecore_ll2_lb_txq_completion() 1541 p_posting_packet = OSAL_LIST_FIRST_ENTRY(&p_rx->posting_descq, in ecore_ll2_post_rx_buffer_notify_fw() 1594 p_curp = OSAL_LIST_FIRST_ENTRY(&p_rx->free_descq, in ecore_ll2_post_rx_buffer() 1766 p_pkt = OSAL_LIST_FIRST_ENTRY(&p_tx->sending_descq, in ecore_ll2_tx_packet_notify() 1825 p_curp = OSAL_LIST_FIRST_ENTRY(&p_tx->free_descq, in ecore_ll2_prepare_tx_packet()
|
H A D | bcm_osal.h | 285 #define OSAL_LIST_FIRST_ENTRY(list, type, field) \ macro 324 for (entry = OSAL_LIST_FIRST_ENTRY(list, type, field); \ 329 for (entry = OSAL_LIST_FIRST_ENTRY(list, type, field), \
|
H A D | ecore_spq.c | 743 p_ent = OSAL_LIST_FIRST_ENTRY(&p_spq->free_pool, in ecore_spq_get_entry() 803 p_en2 = OSAL_LIST_FIRST_ENTRY(&p_spq->free_pool, in ecore_spq_add_entry() 871 OSAL_LIST_FIRST_ENTRY(head, struct ecore_spq_entry, list); in ecore_spq_post_list() 903 p_ent = OSAL_LIST_FIRST_ENTRY(&p_spq->unlimited_pending, in ecore_spq_pend_post()
|
H A D | ecore_iwarp.c | 1472 ep = OSAL_LIST_FIRST_ENTRY(&p_hwfn->p_rdma_info->iwarp.ep_free_list, in ecore_iwarp_get_free_ep() 1576 ep = OSAL_LIST_FIRST_ENTRY( in ecore_iwarp_free_prealloc_ep() 2698 mpa_buf = OSAL_LIST_FIRST_ENTRY( in ecore_iwarp_process_pending_pkts() 2740 mpa_buf = OSAL_LIST_FIRST_ENTRY(&iwarp_info->mpa_buf_list, in ecore_iwarp_ll2_comp_mpa_pkt()
|
H A D | ecore_hw.c | 143 p_ptt = OSAL_LIST_FIRST_ENTRY(&p_hwfn->p_ptt_pool->free_list, in ecore_ptt_acquire()
|
H A D | ecore_mcp.c | 424 p_cmd_elem = OSAL_LIST_FIRST_ENTRY(&p_hwfn->mcp_info->cmd_list, in ecore_mcp_has_pending_cmd()
|
H A D | ecore_dev.c | 287 db_entry = OSAL_LIST_FIRST_ENTRY(&p_hwfn->db_recovery_info.list, in ecore_db_recovery_teardown()
|