Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/agere/
H A Det131x.c261 /* struct rx_status_block is a structure representing the status of the Rx
264 struct rx_status_block { struct
295 struct rx_status_block *rx_status_block; member
1552 memset(rx_local->rx_status_block, 0, sizeof(struct rx_status_block)); in et131x_config_rx_dma_regs()
1984 rx_ring->rx_status_block = dma_alloc_coherent(&adapter->pdev->dev, in et131x_rx_dma_memory_alloc()
1985 sizeof(struct rx_status_block), in et131x_rx_dma_memory_alloc()
1988 if (!rx_ring->rx_status_block) { in et131x_rx_dma_memory_alloc()
2067 if (rx_ring->rx_status_block) { in et131x_rx_dma_memory_free()
265 word0rx_status_block global() argument
266 word1rx_status_block global() argument
[all...]