Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/renesas/
H A Drswitch.c389 RSWITCH_MAP_BUF_SIZE, in rswitch_gwca_queue_format()
418 RSWITCH_MAP_BUF_SIZE, DMA_FROM_DEVICE); in rswitch_gwca_queue_format()
456 RSWITCH_MAP_BUF_SIZE, in rswitch_gwca_queue_ext_ts_fill()
480 RSWITCH_MAP_BUF_SIZE, DMA_FROM_DEVICE); in rswitch_gwca_queue_ext_ts_fill()
735 dma_unmap_single(ndev->dev.parent, dma_addr, RSWITCH_MAP_BUF_SIZE, in rswitch_rx_handle_desc()
H A Drswitch.h40 #define RSWITCH_MAP_BUF_SIZE (RSWITCH_BUF_SIZE - RSWITCH_HEADROOM) macro