Searched refs:DEFAULT_TX_RS_THRESH (Results 1 – 6 of 6) sorted by relevance
66 #define DEFAULT_TX_RS_THRESH 32 macro
34 #define DEFAULT_TX_RS_THRESH 32 macro
647 tx_conf->tx_rs_thresh : DEFAULT_TX_RS_THRESH); in iavf_dev_tx_queue_setup()
198 #ifndef DEFAULT_TX_RS_THRESH199 #define DEFAULT_TX_RS_THRESH 32 macro1232 DEFAULT_TX_RS_THRESH); in eth_em_tx_queue_setup()
558 #ifndef DEFAULT_TX_RS_THRESH559 #define DEFAULT_TX_RS_THRESH 32 macro2623 tx_rs_thresh = (DEFAULT_TX_RS_THRESH + tx_free_thresh > nb_desc) ? in ixgbe_dev_tx_queue_setup()2624 nb_desc - tx_free_thresh : DEFAULT_TX_RS_THRESH; in ixgbe_dev_tx_queue_setup()2645 if (tx_rs_thresh > DEFAULT_TX_RS_THRESH) { in ixgbe_dev_tx_queue_setup()2648 DEFAULT_TX_RS_THRESH, (unsigned int)tx_rs_thresh, in ixgbe_dev_tx_queue_setup()
34 #define DEFAULT_TX_RS_THRESH 32 macro2236 tx_rs_thresh = (DEFAULT_TX_RS_THRESH + tx_free_thresh > nb_desc) ? in i40e_dev_tx_queue_setup()2237 nb_desc - tx_free_thresh : DEFAULT_TX_RS_THRESH; in i40e_dev_tx_queue_setup()