Lines Matching refs:rx_status_block
262 struct rx_status_block { struct
293 struct rx_status_block *rx_status_block; member
1555 memset(rx_local->rx_status_block, 0, sizeof(struct rx_status_block)); in et131x_config_rx_dma_regs()
1987 rx_ring->rx_status_block = dma_alloc_coherent(&adapter->pdev->dev, in et131x_rx_dma_memory_alloc()
1988 sizeof(struct rx_status_block), in et131x_rx_dma_memory_alloc()
1991 if (!rx_ring->rx_status_block) { in et131x_rx_dma_memory_alloc()
2070 if (rx_ring->rx_status_block) { in et131x_rx_dma_memory_free()
2072 sizeof(struct rx_status_block), in et131x_rx_dma_memory_free()
2073 rx_ring->rx_status_block, in et131x_rx_dma_memory_free()
2075 rx_ring->rx_status_block = NULL; in et131x_rx_dma_memory_free()
2188 struct rx_status_block *status; in nic_rx_pkts()
2205 status = rx_local->rx_status_block; in nic_rx_pkts()