Home
last modified time | relevance | path

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

/drivers/net/ethernet/amd/xgbe/
Dxgbe-desc.c165 (sizeof(struct xgbe_ring_desc) * in xgbe_free_ring()
224 size = rdesc_count * sizeof(struct xgbe_ring_desc); in xgbe_init_ring()
392 struct xgbe_ring_desc *rdesc; in xgbe_wrapper_tx_descriptor_init()
414 rdesc_dma += sizeof(struct xgbe_ring_desc); in xgbe_wrapper_tx_descriptor_init()
432 struct xgbe_ring_desc *rdesc; in xgbe_wrapper_rx_descriptor_init()
458 rdesc_dma += sizeof(struct xgbe_ring_desc); in xgbe_wrapper_rx_descriptor_init()
Dxgbe.h379 struct xgbe_ring_desc { struct
425 struct xgbe_ring_desc *rdesc; /* Virtual address of descriptor */
458 struct xgbe_ring_desc *rdesc;
760 int (*tx_complete)(struct xgbe_ring_desc *);
811 int (*is_last_desc)(struct xgbe_ring_desc *);
812 int (*is_context_desc)(struct xgbe_ring_desc *);
Dxgbe-dev.c1427 static int xgbe_tx_complete(struct xgbe_ring_desc *rdesc) in xgbe_tx_complete()
1448 struct xgbe_ring_desc *rdesc = rdata->rdesc; in xgbe_tx_desc_reset()
1498 struct xgbe_ring_desc *rdesc = rdata->rdesc; in xgbe_rx_desc_reset()
1650 struct xgbe_ring_desc *rdesc) in xgbe_get_rx_tstamp()
1728 struct xgbe_ring_desc *rdesc; in xgbe_dev_xmit()
1966 struct xgbe_ring_desc *rdesc; in xgbe_dev_read()
2121 static int xgbe_is_context_desc(struct xgbe_ring_desc *rdesc) in xgbe_is_context_desc()
2127 static int xgbe_is_last_desc(struct xgbe_ring_desc *rdesc) in xgbe_is_last_desc()
Dxgbe-drv.c2422 struct xgbe_ring_desc *rdesc; in xgbe_tx_poll()
2759 struct xgbe_ring_desc *rdesc; in xgbe_dump_tx_desc()
2779 struct xgbe_ring_desc *rdesc; in xgbe_dump_rx_desc()