Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/mscc/
Docelot_fdma.h56 #define OCELOT_FDMA_RX_SIZE (PAGE_SIZE / 2) macro
59 #define OCELOT_FDMA_RXB_SIZE ALIGN_DOWN(OCELOT_FDMA_RX_SIZE - OCELOT_FDMA_SKBFRAG_OVR, 4)
Docelot_fdma.c201 ocelot_fdma_dcb_set_data(dcb, mapping, OCELOT_FDMA_RX_SIZE); in ocelot_fdma_tx_dcb_set_skb()
281 rxb->page_offset, size, OCELOT_FDMA_RX_SIZE); in ocelot_fdma_add_rx_frag()
289 rxb->page_offset ^= OCELOT_FDMA_RX_SIZE; in ocelot_fdma_add_rx_frag()
312 OCELOT_FDMA_RX_SIZE, DMA_FROM_DEVICE); in ocelot_fdma_reuse_rx_page()
336 rxb->page_offset, OCELOT_FDMA_RX_SIZE, in ocelot_fdma_get_skb()