Home
last modified time | relevance | path

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

/linux-6.6.21/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.c200 ocelot_fdma_dcb_set_data(dcb, mapping, OCELOT_FDMA_RX_SIZE); in ocelot_fdma_tx_dcb_set_skb()
280 rxb->page_offset, size, OCELOT_FDMA_RX_SIZE); in ocelot_fdma_add_rx_frag()
288 rxb->page_offset ^= OCELOT_FDMA_RX_SIZE; in ocelot_fdma_add_rx_frag()
311 OCELOT_FDMA_RX_SIZE, DMA_FROM_DEVICE); in ocelot_fdma_reuse_rx_page()
335 rxb->page_offset, OCELOT_FDMA_RX_SIZE, in ocelot_fdma_get_skb()