Searched refs:desc_ops (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-net.c520 struct xlgmac_desc_ops *desc_ops = &pdata->desc_ops; local
534 desc_ops->unmap_desc_data(pdata, desc_data);
541 struct xlgmac_desc_ops *desc_ops = &pdata->desc_ops; local
555 desc_ops->unmap_desc_data(pdata, desc_data);
642 struct xlgmac_desc_ops *desc_ops; local
645 desc_ops = &pdata->desc_ops;
656 ret = desc_ops
678 struct xlgmac_desc_ops *desc_ops; local
703 struct xlgmac_desc_ops *desc_ops; local
955 struct xlgmac_desc_ops *desc_ops; local
1041 struct xlgmac_desc_ops *desc_ops; local
[all...]
H A Ddwc-xlgmac-desc.c635 void xlgmac_init_desc_ops(struct xlgmac_desc_ops *desc_ops) argument
637 desc_ops->alloc_channels_and_rings = xlgmac_alloc_channels_and_rings;
638 desc_ops->free_channels_and_rings = xlgmac_free_channels_and_rings;
639 desc_ops->map_tx_skb = xlgmac_map_tx_skb;
640 desc_ops->map_rx_buffer = xlgmac_map_rx_buffer;
641 desc_ops->unmap_desc_data = xlgmac_unmap_desc_data;
642 desc_ops->tx_desc_init = xlgmac_tx_desc_init;
643 desc_ops->rx_desc_init = xlgmac_rx_desc_init;
H A Ddwc-xlgmac.h548 struct xlgmac_desc_ops desc_ops; member in struct:xlgmac_pdata
633 void xlgmac_init_desc_ops(struct xlgmac_desc_ops *desc_ops);
H A Ddwc-xlgmac-hw.c2989 struct xlgmac_desc_ops *desc_ops = &pdata->desc_ops; local
3009 desc_ops->tx_desc_init(pdata);
3010 desc_ops->rx_desc_init(pdata);
H A Ddwc-xlgmac-common.c63 xlgmac_init_desc_ops(&pdata->desc_ops);
/linux-master/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_desc.c473 static const struct sxgbe_desc_ops desc_ops = { variable in typeref:struct:sxgbe_desc_ops
518 return &desc_ops;

Completed in 295 milliseconds