Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igb/
H A Digb.h730 int igb_setup_tx_resources(struct igb_ring *);
H A Digb_ethtool.c946 err = igb_setup_tx_resources(&temp_ring[i]); in igb_set_ringparam()
1575 if (igb_setup_tx_resources(tx_ring)) { in igb_setup_desc_rings()
H A Digb_main.c4293 int igb_setup_tx_resources(struct igb_ring *tx_ring) in igb_setup_tx_resources() function
4338 err = igb_setup_tx_resources(adapter->tx_ring[i]); in igb_setup_all_tx_resources()