Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/amd/xgbe/
H A 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()
397 struct xgbe_ring_desc *rdesc; in xgbe_wrapper_tx_descriptor_init()
419 rdesc_dma += sizeof(struct xgbe_ring_desc); in xgbe_wrapper_tx_descriptor_init()
437 struct xgbe_ring_desc *rdesc; in xgbe_wrapper_rx_descriptor_init()
463 rdesc_dma += sizeof(struct xgbe_ring_desc); in xgbe_wrapper_rx_descriptor_init()
H A 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 *);
H A Dxgbe-dev.c1439 static int xgbe_tx_complete(struct xgbe_ring_desc *rdesc) in xgbe_tx_complete()
1460 struct xgbe_ring_desc *rdesc = rdata->rdesc; in xgbe_tx_desc_reset()
1510 struct xgbe_ring_desc *rdesc = rdata->rdesc; in xgbe_rx_desc_reset()
1662 struct xgbe_ring_desc *rdesc) in xgbe_get_rx_tstamp()
1740 struct xgbe_ring_desc *rdesc; in xgbe_dev_xmit()
1978 struct xgbe_ring_desc *rdesc; in xgbe_dev_read()
2133 static int xgbe_is_context_desc(struct xgbe_ring_desc *rdesc) in xgbe_is_context_desc()
2139 static int xgbe_is_last_desc(struct xgbe_ring_desc *rdesc) in xgbe_is_last_desc()
H A Dxgbe-drv.c2429 struct xgbe_ring_desc *rdesc; in xgbe_tx_poll()
2766 struct xgbe_ring_desc *rdesc; in xgbe_dump_tx_desc()
2786 struct xgbe_ring_desc *rdesc; in xgbe_dump_rx_desc()