Symbol: OSAL_LIST_FIRST_ENTRY
sys/dev/qlnx/qlnxe/bcm_osal.h
324
for (entry = OSAL_LIST_FIRST_ENTRY(list, type, field); \
sys/dev/qlnx/qlnxe/bcm_osal.h
329
for (entry = OSAL_LIST_FIRST_ENTRY(list, type, field), \
sys/dev/qlnx/qlnxe/ecore_dev.c
287
db_entry = OSAL_LIST_FIRST_ENTRY(&p_hwfn->db_recovery_info.list,
sys/dev/qlnx/qlnxe/ecore_hw.c
143
p_ptt = OSAL_LIST_FIRST_ENTRY(&p_hwfn->p_ptt_pool->free_list,
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1472
ep = OSAL_LIST_FIRST_ENTRY(&p_hwfn->p_rdma_info->iwarp.ep_free_list,
sys/dev/qlnx/qlnxe/ecore_iwarp.c
1576
ep = OSAL_LIST_FIRST_ENTRY(
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2698
mpa_buf = OSAL_LIST_FIRST_ENTRY(
sys/dev/qlnx/qlnxe/ecore_iwarp.c
2740
mpa_buf = OSAL_LIST_FIRST_ENTRY(&iwarp_info->mpa_buf_list,
sys/dev/qlnx/qlnxe/ecore_ll2.c
1541
p_posting_packet = OSAL_LIST_FIRST_ENTRY(&p_rx->posting_descq,
sys/dev/qlnx/qlnxe/ecore_ll2.c
1594
p_curp = OSAL_LIST_FIRST_ENTRY(&p_rx->free_descq,
sys/dev/qlnx/qlnxe/ecore_ll2.c
168
p_pkt = OSAL_LIST_FIRST_ENTRY(&p_tx->active_descq,
sys/dev/qlnx/qlnxe/ecore_ll2.c
1766
p_pkt = OSAL_LIST_FIRST_ENTRY(&p_tx->sending_descq,
sys/dev/qlnx/qlnxe/ecore_ll2.c
1825
p_curp = OSAL_LIST_FIRST_ENTRY(&p_tx->free_descq,
sys/dev/qlnx/qlnxe/ecore_ll2.c
237
p_pkt = OSAL_LIST_FIRST_ENTRY(&p_tx->active_descq,
sys/dev/qlnx/qlnxe/ecore_ll2.c
377
p_pkt = OSAL_LIST_FIRST_ENTRY(&p_rx->active_descq,
sys/dev/qlnx/qlnxe/ecore_ll2.c
480
p_pkt = OSAL_LIST_FIRST_ENTRY(&p_rx->active_descq,
sys/dev/qlnx/qlnxe/ecore_ll2.c
600
p_pkt = OSAL_LIST_FIRST_ENTRY(&p_rx->active_descq,
sys/dev/qlnx/qlnxe/ecore_ll2.c
783
p_pkt = OSAL_LIST_FIRST_ENTRY(&p_tx->active_descq,
sys/dev/qlnx/qlnxe/ecore_mcp.c
424
p_cmd_elem = OSAL_LIST_FIRST_ENTRY(&p_hwfn->mcp_info->cmd_list,
sys/dev/qlnx/qlnxe/ecore_ooo.c
217
p_isle = OSAL_LIST_FIRST_ENTRY(
sys/dev/qlnx/qlnxe/ecore_ooo.c
229
OSAL_LIST_FIRST_ENTRY(
sys/dev/qlnx/qlnxe/ecore_ooo.c
263
p_isle = OSAL_LIST_FIRST_ENTRY(
sys/dev/qlnx/qlnxe/ecore_ooo.c
275
OSAL_LIST_FIRST_ENTRY(
sys/dev/qlnx/qlnxe/ecore_ooo.c
320
p_buffer = OSAL_LIST_FIRST_ENTRY(&p_ooo_info->
sys/dev/qlnx/qlnxe/ecore_ooo.c
360
OSAL_LIST_FIRST_ENTRY(
sys/dev/qlnx/qlnxe/ecore_ooo.c
390
OSAL_LIST_FIRST_ENTRY(
sys/dev/qlnx/qlnxe/ecore_ooo.c
467
OSAL_LIST_FIRST_ENTRY(
sys/dev/qlnx/qlnxe/ecore_spq.c
743
p_ent = OSAL_LIST_FIRST_ENTRY(&p_spq->free_pool,
sys/dev/qlnx/qlnxe/ecore_spq.c
803
p_en2 = OSAL_LIST_FIRST_ENTRY(&p_spq->free_pool,
sys/dev/qlnx/qlnxe/ecore_spq.c
871
OSAL_LIST_FIRST_ENTRY(head, struct ecore_spq_entry, list);
sys/dev/qlnx/qlnxe/ecore_spq.c
903
p_ent = OSAL_LIST_FIRST_ENTRY(&p_spq->unlimited_pending,