Searched refs:sfxge_tx_dpl_put_max (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_tx.c111 static int sfxge_tx_dpl_put_max = SFXGE_TX_DPL_PUT_PKT_LIMIT_DEFAULT; variable
112 TUNABLE_INT(SFXGE_PARAM_TX_DPL_PUT_MAX, &sfxge_tx_dpl_put_max);
114 &sfxge_tx_dpl_put_max, 0,
1884 stdp->std_put_max = sfxge_tx_dpl_put_max;
2037 if (sfxge_tx_dpl_put_max < 0) {
2039 SFXGE_PARAM_TX_DPL_PUT_MAX, sfxge_tx_dpl_put_max);

Completed in 65 milliseconds