Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sunplus/
H A Dspl2sw_desc.c25 RXD_EOR | comm->rx_desc_buff_size : in spl2sw_rx_descs_flush()
26 comm->rx_desc_buff_size; in spl2sw_rx_descs_flush()
80 comm->rx_desc_buff_size, DMA_FROM_DEVICE); in spl2sw_rx_descs_clean()
140 skb = netdev_alloc_skb(NULL, comm->rx_desc_buff_size); in spl2sw_rx_descs_init()
146 comm->rx_desc_buff_size, in spl2sw_rx_descs_init()
155 RXD_EOR | comm->rx_desc_buff_size : in spl2sw_rx_descs_init()
156 comm->rx_desc_buff_size; in spl2sw_rx_descs_init()
210 comm->rx_desc_buff_size = MAC_RX_LEN_MAX; in spl2sw_descs_init()
H A Dspl2sw_int.c61 comm->rx_desc_buff_size, DMA_FROM_DEVICE); in spl2sw_rx_poll()
74 new_skb = netdev_alloc_skb(NULL, comm->rx_desc_buff_size); in spl2sw_rx_poll()
85 comm->rx_desc_buff_size, in spl2sw_rx_poll()
102 RXD_EOR | comm->rx_desc_buff_size : in spl2sw_rx_poll()
103 comm->rx_desc_buff_size; in spl2sw_rx_poll()
H A Dspl2sw_define.h236 u32 rx_desc_buff_size; member