Searched refs:ixgb_alloc_rx_buffers (Results 1 – 1 of 1) sorted by relevance
97 static void ixgb_alloc_rx_buffers(struct ixgb_adapter *, int);224 ixgb_alloc_rx_buffers(adapter, IXGB_DESC_UNUSED(&adapter->rx_ring)); in ixgb_up()2089 ixgb_alloc_rx_buffers(adapter, cleaned_count); in ixgb_clean_rx_irq()2102 ixgb_alloc_rx_buffers(adapter, cleaned_count); in ixgb_clean_rx_irq()2113 ixgb_alloc_rx_buffers(struct ixgb_adapter *adapter, int cleaned_count) in ixgb_alloc_rx_buffers() function