Searched refs:p_curp (Results 1 – 1 of 1) sorted by relevance
1532 struct ecore_ll2_rx_packet *p_curp) in ecore_ll2_post_rx_buffer_notify_fw() argument1553 if (p_curp) { in ecore_ll2_post_rx_buffer_notify_fw()1554 OSAL_LIST_PUSH_TAIL(&p_curp->list_entry, in ecore_ll2_post_rx_buffer_notify_fw()1578 struct ecore_ll2_rx_packet *p_curp = OSAL_NULL; in ecore_ll2_post_rx_buffer() local1594 p_curp = OSAL_LIST_FIRST_ENTRY(&p_rx->free_descq, in ecore_ll2_post_rx_buffer()1597 if (p_curp) { in ecore_ll2_post_rx_buffer()1607 if (!p_curp || !p_curb) { in ecore_ll2_post_rx_buffer()1609 p_curp = OSAL_NULL; in ecore_ll2_post_rx_buffer()1616 p_curp->rx_buf_addr = addr; in ecore_ll2_post_rx_buffer()1617 p_curp->cookie = cookie; in ecore_ll2_post_rx_buffer()[all …]