Searched refs:rx_status_block (Results 1 – 2 of 2) sorted by relevance
176 struct rx_status_block { struct224 struct rx_status_block *rx_status_block; member
357 rx_ring->rx_status_block = pci_alloc_consistent(adapter->pdev, in et131x_rx_dma_memory_alloc()358 sizeof(struct rx_status_block), in et131x_rx_dma_memory_alloc()360 if (!rx_ring->rx_status_block) { in et131x_rx_dma_memory_alloc()503 if (rx_ring->rx_status_block) { in et131x_rx_dma_memory_free()505 sizeof(struct rx_status_block), in et131x_rx_dma_memory_free()506 rx_ring->rx_status_block, rx_ring->rx_status_bus); in et131x_rx_dma_memory_free()507 rx_ring->rx_status_block = NULL; in et131x_rx_dma_memory_free()610 memset(rx_local->rx_status_block, 0, sizeof(struct rx_status_block)); in ConfigRxDmaRegs()782 struct rx_status_block *status; in nic_rx_pkts()799 status = rx_local->rx_status_block; in nic_rx_pkts()