Searched refs:RX_BUF_SZ (Results 1 – 2 of 2) sorted by relevance
236 RX_BUF_SZ, in ravb_rx_ring_free()299 rx_desc->ds_cc = cpu_to_le16(RX_BUF_SZ); in ravb_rx_ring_format()301 RX_BUF_SZ, in ravb_rx_ring_format()634 RX_BUF_SZ, in ravb_rcar_rx()667 desc->ds_cc = cpu_to_le16(RX_BUF_SZ); in ravb_rcar_rx()2017 .max_rx_len = RX_BUF_SZ + RAVB_ALIGN - 1,2038 .max_rx_len = RX_BUF_SZ + RAVB_ALIGN - 1,
957 #define RX_BUF_SZ (2048 - ETH_FCS_LEN + sizeof(__sum16)) macro