Lines Matching refs:rx_status_block
264 struct rx_status_block { struct
295 struct rx_status_block *rx_status_block; member
1556 memset(rx_local->rx_status_block, 0, sizeof(struct rx_status_block)); in et131x_config_rx_dma_regs()
1988 rx_ring->rx_status_block = dma_alloc_coherent(&adapter->pdev->dev, in et131x_rx_dma_memory_alloc()
1989 sizeof(struct rx_status_block), in et131x_rx_dma_memory_alloc()
1992 if (!rx_ring->rx_status_block) { in et131x_rx_dma_memory_alloc()
2071 if (rx_ring->rx_status_block) { in et131x_rx_dma_memory_free()
2073 sizeof(struct rx_status_block), in et131x_rx_dma_memory_free()
2074 rx_ring->rx_status_block, in et131x_rx_dma_memory_free()
2076 rx_ring->rx_status_block = NULL; in et131x_rx_dma_memory_free()
2189 struct rx_status_block *status; in nic_rx_pkts()
2206 status = rx_local->rx_status_block; in nic_rx_pkts()