Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/cadence/
H A Dmacb_main.c1875 work_done = bp->macbgem_ops.mog_rx(queue, napi, budget); in macb_rx_poll()
2011 bp->macbgem_ops.mog_init_rings(bp); in macb_hresp_error_task()
2658 bp->macbgem_ops.mog_free_rx_buffers(bp); in macb_free()
2769 if (bp->macbgem_ops.mog_alloc_rx_buffers(bp)) in macb_alloc()
3153 bp->macbgem_ops.mog_init_rings(bp); in macb_open()
4789 bp->macbgem_ops.mog_alloc_rx_buffers = gem_alloc_rx_buffers; in macb_init_dflt()
4790 bp->macbgem_ops.mog_free_rx_buffers = gem_free_rx_buffers; in macb_init_dflt()
4791 bp->macbgem_ops.mog_init_rings = gem_init_rings; in macb_init_dflt()
4792 bp->macbgem_ops.mog_rx = gem_rx; in macb_init_dflt()
4795 bp->macbgem_ops.mog_alloc_rx_buffers = macb_alloc_rx_buffers; in macb_init_dflt()
[all …]
H A Dmacb.h1331 struct macb_or_gem_ops macbgem_ops; member