Home
last modified time | relevance | path

Searched refs:wthresh (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/dpdk/pcie/e1000/
H A Digb_rxtx.c122 uint8_t wthresh; /**< Write-back threshold register. */ member
194 uint8_t wthresh; /**< Write-back threshold register. */ member
1540 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 …]
H A Digb_ethdev.c2481 .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()