Searched refs:wthresh (Results 1 – 2 of 2) sorted by relevance
122 uint8_t wthresh; /**< Write-back threshold register. */ member194 uint8_t wthresh; /**< Write-back threshold register. */ member1540 if (tx_conf->tx_thresh.wthresh == 0 && hw->mac.type != e1000_82576) in eth_igb_tx_queue_setup()1574 txq->wthresh = tx_conf->tx_thresh.wthresh; in eth_igb_tx_queue_setup()1575 if (txq->wthresh > 0 && hw->mac.type == e1000_82576) in eth_igb_tx_queue_setup()1576 txq->wthresh = 1; in eth_igb_tx_queue_setup()1756 rxq->wthresh = rx_conf->rx_thresh.wthresh; in eth_igb_rx_queue_setup()1757 if (rxq->wthresh > 0 && in eth_igb_rx_queue_setup()1759 rxq->wthresh = 1; in eth_igb_rx_queue_setup()2482 rxdctl |= ((rxq->wthresh & 0x1F) << 16); in eth_igb_rx_init()[all …]
2481 .wthresh = IGB_DEFAULT_RX_WTHRESH, in eth_igb_infos_get()2492 .wthresh = IGB_DEFAULT_TX_WTHRESH, in eth_igb_infos_get()2576 .wthresh = IGB_DEFAULT_RX_WTHRESH, in eth_igbvf_infos_get()2587 .wthresh = IGB_DEFAULT_TX_WTHRESH, in eth_igbvf_infos_get()