Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/ixgb/
Dixgb.h109 struct ixgb_desc_ring { struct
148 struct ixgb_desc_ring tx_ring ____cacheline_aligned_in_smp;
160 struct ixgb_desc_ring rx_ring;
Dixgb_main.c702 struct ixgb_desc_ring *txdr = &adapter->tx_ring; in ixgb_setup_tx_resources()
785 struct ixgb_desc_ring *rxdr = &adapter->rx_ring; in ixgb_setup_rx_resources()
957 struct ixgb_desc_ring *tx_ring = &adapter->tx_ring; in ixgb_clean_tx_ring()
993 struct ixgb_desc_ring *rx_ring = &adapter->rx_ring; in ixgb_free_rx_resources()
1015 struct ixgb_desc_ring *rx_ring = &adapter->rx_ring; in ixgb_clean_rx_ring()
1157 struct ixgb_desc_ring *txdr = &adapter->tx_ring; in ixgb_watchdog()
1326 struct ixgb_desc_ring *tx_ring = &adapter->tx_ring; in ixgb_tx_map()
1427 struct ixgb_desc_ring *tx_ring = &adapter->tx_ring; in ixgb_tx_queue()
1477 struct ixgb_desc_ring *tx_ring = &adapter->tx_ring; in __ixgb_maybe_stop_tx()
1497 struct ixgb_desc_ring *tx_ring, int size) in ixgb_maybe_stop_tx()
[all …]
Dixgb_ethtool.c492 struct ixgb_desc_ring *txdr = &adapter->tx_ring; in ixgb_get_ringparam()
493 struct ixgb_desc_ring *rxdr = &adapter->rx_ring; in ixgb_get_ringparam()
506 struct ixgb_desc_ring *txdr = &adapter->tx_ring; in ixgb_set_ringparam()
507 struct ixgb_desc_ring *rxdr = &adapter->rx_ring; in ixgb_set_ringparam()
508 struct ixgb_desc_ring tx_old, tx_new, rx_old, rx_new; in ixgb_set_ringparam()
Dixgb_param.c278 struct ixgb_desc_ring *tx_ring = &adapter->tx_ring; in ixgb_check_options()
297 struct ixgb_desc_ring *rx_ring = &adapter->rx_ring; in ixgb_check_options()