Searched refs:FEC_ENET_RX_FRSIZE (Results 1 – 2 of 2) sorted by relevance
353 #define FEC_ENET_RX_FRSIZE (PAGE_SIZE - FEC_ENET_XDP_HEADROOM \ macro355 #define FEC_ENET_RX_FRPPG (PAGE_SIZE / FEC_ENET_RX_FRSIZE)
439 .max_len = FEC_ENET_RX_FRSIZE, in fec_enet_create_page_pool()1507 …bdp->cbd_bufaddr = cpu_to_fec32(dma_map_single(&fep->pdev->dev, skb->data, FEC_ENET_RX_FRSIZE - fe… in fec_enet_new_rxbdp()1533 FEC_ENET_RX_FRSIZE - fep->rx_align, in fec_enet_copybreak()