Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/e1000/
H A De1000_main.c74 static int e1000_setup_tx_resources(struct e1000_adapter *adapter,
1494 * e1000_setup_tx_resources - allocate Tx resources (Descriptors)
1500 static int e1000_setup_tx_resources(struct e1000_adapter *adapter, in e1000_setup_tx_resources() function
1576 err = e1000_setup_tx_resources(adapter, &adapter->tx_ring[i]); in e1000_setup_all_tx_resources()