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.c379 RSWITCH_MAP_BUF_SIZE, in rswitch_gwca_queue_format()
408 RSWITCH_MAP_BUF_SIZE, DMA_FROM_DEVICE); in rswitch_gwca_queue_format()
446 RSWITCH_MAP_BUF_SIZE, in rswitch_gwca_queue_ext_ts_fill()
470 RSWITCH_MAP_BUF_SIZE, DMA_FROM_DEVICE); in rswitch_gwca_queue_ext_ts_fill()
726 dma_unmap_single(ndev->dev.parent, dma_addr, RSWITCH_MAP_BUF_SIZE, in rswitch_rx_handle_desc()
H A Drswitch.h39 #define RSWITCH_MAP_BUF_SIZE (RSWITCH_BUF_SIZE - RSWITCH_HEADROOM) macro