Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/renesas/
Dravb_main.c236 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,
Dravb.h957 #define RX_BUF_SZ (2048 - ETH_FCS_LEN + sizeof(__sum16)) macro