Searched refs:alloc_rx_buf (Results  1 – 4 of 4) sorted by relevance
| /linux-4.1.27/drivers/net/ethernet/intel/e1000/ | 
| D | e1000.h | 275 	void (*alloc_rx_buf)(struct e1000_adapter *adapter,  member
  | 
| D | e1000_main.c | 409 		adapter->alloc_rx_buf(adapter, ring,  in e1000_configure() 1866 		adapter->alloc_rx_buf = e1000_alloc_jumbo_rx_buffers;  in e1000_configure_rx() 1871 		adapter->alloc_rx_buf = e1000_alloc_rx_buffers;  in e1000_configure_rx() 2196 		adapter->alloc_rx_buf(adapter, ring, E1000_DESC_UNUSED(ring));  in e1000_leave_82542_rst() 3562 		adapter->alloc_rx_buf = e1000_alloc_dummy_rx_buffers;  in e1000_change_mtu() 4300 			adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);  in e1000_clean_jumbo_rx_irq() 4312 		adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);  in e1000_clean_jumbo_rx_irq() 4471 			adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);  in e1000_clean_rx_irq() 4483 		adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);  in e1000_clean_rx_irq()
  | 
| /linux-4.1.27/drivers/net/ethernet/intel/e1000e/ | 
| D | e1000.h | 272 	void (*alloc_rx_buf)(struct e1000_ring *ring, int cleaned_count,  member
  | 
| D | netdev.c | 1050 			adapter->alloc_rx_buf(rx_ring, cleaned_count,  in e1000_clean_rx_irq() 1065 		adapter->alloc_rx_buf(rx_ring, cleaned_count, GFP_ATOMIC);  in e1000_clean_rx_irq() 1472 			adapter->alloc_rx_buf(rx_ring, cleaned_count,  in e1000_clean_rx_irq_ps() 1487 		adapter->alloc_rx_buf(rx_ring, cleaned_count, GFP_ATOMIC);  in e1000_clean_rx_irq_ps() 1654 			adapter->alloc_rx_buf(rx_ring, cleaned_count,  in e1000_clean_jumbo_rx_irq() 1669 		adapter->alloc_rx_buf(rx_ring, cleaned_count, GFP_ATOMIC);  in e1000_clean_jumbo_rx_irq() 3212 		adapter->alloc_rx_buf = e1000_alloc_rx_buffers_ps;  in e1000_configure_rx() 3216 		adapter->alloc_rx_buf = e1000_alloc_jumbo_rx_buffers;  in e1000_configure_rx() 3220 		adapter->alloc_rx_buf = e1000_alloc_rx_buffers;  in e1000_configure_rx() 3759 	adapter->alloc_rx_buf(rx_ring, e1000_desc_unused(rx_ring), GFP_KERNEL);  in e1000_configure()
  |