Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sunplus/
H A Dspl2sw_int.c77 RXD_EOR : 0; in spl2sw_rx_poll()
90 RXD_EOR : 0; in spl2sw_rx_poll()
102 RXD_EOR | comm->rx_desc_buff_size : in spl2sw_rx_poll()
H A Dspl2sw_desc.c25 RXD_EOR | comm->rx_desc_buff_size : in spl2sw_rx_descs_flush()
155 RXD_EOR | comm->rx_desc_buff_size : in spl2sw_rx_descs_init()
H A Dspl2sw_define.h204 #define RXD_EOR BIT(31) /* end of ring */ macro