Home
last modified time | relevance | path

Searched refs:tx_thresh (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/via/
H A Dvia-rhine.c475 u8 tx_thresh, rx_thresh; member
741 if (rp->tx_thresh < 0xe0) { in rhine_kick_tx_threshold()
744 rp->tx_thresh += 0x20; in rhine_kick_tx_threshold()
745 BYTE_REG_BITS_SET(rp->tx_thresh, 0x80, ioaddr + TxConfig); in rhine_kick_tx_threshold()
761 "Tx threshold now %02x\n", rp->tx_thresh); in rhine_tx_err()
771 "Tx threshold now %02x\n", rp->tx_thresh); in rhine_tx_err()
1563 rp->tx_thresh = 0x20; in init_registers()
2419 iowrite8(rp->tx_thresh | 0x02, ioaddr + TxConfig); in rhine_close()
/OK3568_Linux_fs/external/dpdk/pcie/e1000/
H A Digb_rxtx.c1540 if (tx_conf->tx_thresh.wthresh == 0 && hw->mac.type != e1000_82576) in eth_igb_tx_queue_setup()
1572 txq->pthresh = tx_conf->tx_thresh.pthresh; in eth_igb_tx_queue_setup()
1573 txq->hthresh = tx_conf->tx_thresh.hthresh; in eth_igb_tx_queue_setup()
1574 txq->wthresh = tx_conf->tx_thresh.wthresh; in eth_igb_tx_queue_setup()
2885 qinfo->conf.tx_thresh.pthresh = txq->pthresh; in igb_txq_info_get()
2886 qinfo->conf.tx_thresh.hthresh = txq->hthresh; in igb_txq_info_get()
2887 qinfo->conf.tx_thresh.wthresh = txq->wthresh; in igb_txq_info_get()
H A Digb_ethdev.c2489 .tx_thresh = { in eth_igb_infos_get()
2584 .tx_thresh = { in eth_igbvf_infos_get()