Home
last modified time | relevance | path

Searched defs:xlgmac_desc_ops (Results 1 – 1 of 1) sorted by relevance

/drivers/net/ethernet/synopsys/
Ddwc-xlgmac.h381 struct xlgmac_desc_ops { struct
382 int (*alloc_channles_and_rings)(struct xlgmac_pdata *pdata);
383 void (*free_channels_and_rings)(struct xlgmac_pdata *pdata);
384 int (*map_tx_skb)(struct xlgmac_channel *channel,
386 int (*map_rx_buffer)(struct xlgmac_pdata *pdata,
389 void (*unmap_desc_data)(struct xlgmac_pdata *pdata,
391 void (*tx_desc_init)(struct xlgmac_pdata *pdata);
392 void (*rx_desc_init)(struct xlgmac_pdata *pdata);