Home
last modified time | relevance | path

Searched refs:p_posting_packet (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_ll2.c1534 struct ecore_ll2_rx_packet *p_posting_packet = OSAL_NULL; in ecore_ll2_post_rx_buffer_notify_fw() local
1541 p_posting_packet = OSAL_LIST_FIRST_ENTRY(&p_rx->posting_descq, in ecore_ll2_post_rx_buffer_notify_fw()
1547 OSAL_LIST_REMOVE_ENTRY(&p_posting_packet->list_entry, &p_rx->posting_descq); in ecore_ll2_post_rx_buffer_notify_fw()
1548 OSAL_LIST_PUSH_TAIL(&p_posting_packet->list_entry, &p_rx->active_descq); in ecore_ll2_post_rx_buffer_notify_fw()