Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_ll2.c1677 struct qed_ll2_rx_packet *p_curp) in qed_ll2_post_rx_buffer_notify_fw() argument
1695 if (p_curp) { in qed_ll2_post_rx_buffer_notify_fw()
1696 list_add_tail(&p_curp->list_entry, &p_rx->active_descq); in qed_ll2_post_rx_buffer_notify_fw()
1735 struct qed_ll2_rx_packet *p_curp = NULL; in qed_ll2_post_rx_buffer() local
1751 p_curp = list_first_entry(&p_rx->free_descq, in qed_ll2_post_rx_buffer()
1753 if (p_curp) { in qed_ll2_post_rx_buffer()
1763 if (!p_curp || !p_curb) { in qed_ll2_post_rx_buffer()
1765 p_curp = NULL; in qed_ll2_post_rx_buffer()
1772 p_curp->rx_buf_addr = addr; in qed_ll2_post_rx_buffer()
1773 p_curp->cookie = cookie; in qed_ll2_post_rx_buffer()
[all …]