Home
last modified time | relevance | path

Searched refs:e1000_setup_all_rx_resources (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/intel/e1000/ !
H A De1000.h341 int e1000_setup_all_rx_resources(struct e1000_adapter *adapter);
H A De1000_main.c71 int e1000_setup_all_rx_resources(struct e1000_adapter *adapter);
1371 err = e1000_setup_all_rx_resources(adapter); in e1000_open()
1757 * e1000_setup_all_rx_resources - wrapper to allocate Rx resources
1763 int e1000_setup_all_rx_resources(struct e1000_adapter *adapter) in e1000_setup_all_rx_resources() function
H A De1000_ethtool.c615 err = e1000_setup_all_rx_resources(adapter); in e1000_set_ringparam()