Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/ixgb/
Dixgb.h84 struct ixgb_desc_ring { struct
123 struct ixgb_desc_ring tx_ring ____cacheline_aligned_in_smp;
135 struct ixgb_desc_ring rx_ring;
Dixgb_main.c669 struct ixgb_desc_ring *txdr = &adapter->tx_ring; in ixgb_setup_tx_resources()
752 struct ixgb_desc_ring *rxdr = &adapter->rx_ring; in ixgb_setup_rx_resources()
923 struct ixgb_desc_ring *tx_ring = &adapter->tx_ring; in ixgb_clean_tx_ring()
959 struct ixgb_desc_ring *rx_ring = &adapter->rx_ring; in ixgb_free_rx_resources()
981 struct ixgb_desc_ring *rx_ring = &adapter->rx_ring; in ixgb_clean_rx_ring()
1124 struct ixgb_desc_ring *txdr = &adapter->tx_ring; in ixgb_watchdog()
1293 struct ixgb_desc_ring *tx_ring = &adapter->tx_ring; in ixgb_tx_map()
1394 struct ixgb_desc_ring *tx_ring = &adapter->tx_ring; in ixgb_tx_queue()
1444 struct ixgb_desc_ring *tx_ring = &adapter->tx_ring; in __ixgb_maybe_stop_tx()
1464 struct ixgb_desc_ring *tx_ring, int size) in ixgb_maybe_stop_tx()
[all …]
Dixgb_ethtool.c472 struct ixgb_desc_ring *txdr = &adapter->tx_ring; in ixgb_get_ringparam()
473 struct ixgb_desc_ring *rxdr = &adapter->rx_ring; in ixgb_get_ringparam()
486 struct ixgb_desc_ring *txdr = &adapter->tx_ring; in ixgb_set_ringparam()
487 struct ixgb_desc_ring *rxdr = &adapter->rx_ring; in ixgb_set_ringparam()
488 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()