Lines Matching refs:rx_status_block
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()
2069 sizeof(struct rx_status_block), in et131x_rx_dma_memory_free()
2070 rx_ring->rx_status_block, in et131x_rx_dma_memory_free()
2072 rx_ring->rx_status_block = NULL; in et131x_rx_dma_memory_free()
2185 struct rx_status_block *status; in nic_rx_pkts()
2202 status = rx_local->rx_status_block; in nic_rx_pkts()