Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/marvell/
Dmvneta.c516 u16 rx_offset_correction; member
1206 pp->rx_offset_correction = MVNETA_SKB_HEADROOM; in mvneta_bm_update_mtu()
1903 phys_addr = page_pool_get_dma_addr(page) + pp->rx_offset_correction; in mvneta_rx_refill()
2177 len = xdp->data_end - xdp->data_hard_start - pp->rx_offset_correction; in mvneta_run_xdp()
2182 sync = xdp->data_end - xdp->data_hard_start - pp->rx_offset_correction; in mvneta_run_xdp()
2259 xdp->data = data + pp->rx_offset_correction + MVNETA_MH_SIZE; in mvneta_swbm_rx_frame()
2295 skb_frag_off_set(frag, pp->rx_offset_correction); in mvneta_swbm_add_rx_fragment()
3211 .offset = pp->rx_offset_correction, in mvneta_create_page_pool()
3331 NET_SKB_PAD - pp->rx_offset_correction); in mvneta_rxq_hw_init()
5218 pp->rx_offset_correction = max(0, in mvneta_probe()
[all …]