Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ixgb/
Dixgb.h83 struct ixgb_desc_ring { struct
122 struct ixgb_desc_ring tx_ring ____cacheline_aligned_in_smp;
134 struct ixgb_desc_ring rx_ring;
Dixgb_main.c665 struct ixgb_desc_ring *txdr = &adapter->tx_ring; in ixgb_setup_tx_resources()
748 struct ixgb_desc_ring *rxdr = &adapter->rx_ring; in ixgb_setup_rx_resources()
919 struct ixgb_desc_ring *tx_ring = &adapter->tx_ring; in ixgb_clean_tx_ring()
955 struct ixgb_desc_ring *rx_ring = &adapter->rx_ring; in ixgb_free_rx_resources()
977 struct ixgb_desc_ring *rx_ring = &adapter->rx_ring; in ixgb_clean_rx_ring()
1120 struct ixgb_desc_ring *txdr = &adapter->tx_ring; in ixgb_watchdog()
1289 struct ixgb_desc_ring *tx_ring = &adapter->tx_ring; in ixgb_tx_map()
1388 struct ixgb_desc_ring *tx_ring = &adapter->tx_ring; in ixgb_tx_queue()
1438 struct ixgb_desc_ring *tx_ring = &adapter->tx_ring; in __ixgb_maybe_stop_tx()
1458 struct ixgb_desc_ring *tx_ring, int size) in ixgb_maybe_stop_tx()
[all …]
Dixgb_ethtool.c470 struct ixgb_desc_ring *txdr = &adapter->tx_ring; in ixgb_get_ringparam()
471 struct ixgb_desc_ring *rxdr = &adapter->rx_ring; in ixgb_get_ringparam()
484 struct ixgb_desc_ring *txdr = &adapter->tx_ring; in ixgb_set_ringparam()
485 struct ixgb_desc_ring *rxdr = &adapter->rx_ring; in ixgb_set_ringparam()
486 struct ixgb_desc_ring tx_old, tx_new, rx_old, rx_new; in ixgb_set_ringparam()
Dixgb_param.c253 struct ixgb_desc_ring *tx_ring = &adapter->tx_ring; in ixgb_check_options()
272 struct ixgb_desc_ring *rx_ring = &adapter->rx_ring; in ixgb_check_options()