Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_ll2.c1577 struct core_rx_bd_with_buff_len *p_curb = OSAL_NULL; in ecore_ll2_post_rx_buffer() local
1601 p_curb = (struct core_rx_bd_with_buff_len *)p_data; in ecore_ll2_post_rx_buffer()
1607 if (!p_curp || !p_curb) { in ecore_ll2_post_rx_buffer()
1614 DMA_REGPAIR_LE(p_curb->addr, addr); in ecore_ll2_post_rx_buffer()
1615 p_curb->buff_length = OSAL_CPU_TO_LE16(buf_len); in ecore_ll2_post_rx_buffer()
1618 p_curp->rxq_bd = p_curb; in ecore_ll2_post_rx_buffer()