Lines Matching refs:tx_free_thresh
924 uint16_t tx_free_thresh; in nicvf_dev_tx_queue_setup() local
956 tx_free_thresh = (uint16_t)((tx_conf->tx_free_thresh) ? in nicvf_dev_tx_queue_setup()
957 tx_conf->tx_free_thresh : in nicvf_dev_tx_queue_setup()
960 if (tx_free_thresh > (nb_desc) || in nicvf_dev_tx_queue_setup()
961 tx_free_thresh > NICVF_MAX_TX_FREE_THRESH) { in nicvf_dev_tx_queue_setup()
965 "queue=%d)", (unsigned int)tx_free_thresh, in nicvf_dev_tx_queue_setup()
989 txq->tx_free_thresh = tx_free_thresh; in nicvf_dev_tx_queue_setup()
999 txq->tx_free_thresh = (uint16_t) in nicvf_dev_tx_queue_setup()
1000 (tx_conf->tx_free_thresh == NICVF_DEFAULT_TX_FREE_THRESH ? in nicvf_dev_tx_queue_setup()
1002 tx_conf->tx_free_thresh); in nicvf_dev_tx_queue_setup()
1417 .tx_free_thresh = NICVF_DEFAULT_TX_FREE_THRESH, in nicvf_dev_info_get()