Searched refs:mac_tx_percpu_cnt_max (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c363 * mac_tx_percpu_cnt_max is settable in /etc/system and must be a power of 2.
364 * Per cpu locks may be disabled by setting mac_tx_percpu_cnt_max to 1.
367 int mac_tx_percpu_cnt_max = 128; variable
408 /* Upper bound is mac_tx_percpu_cnt_max */
409 if (mac_tx_percpu_cnt > mac_tx_percpu_cnt_max)
410 mac_tx_percpu_cnt = mac_tx_percpu_cnt_max;
421 * [0 .. mac_tx_percpu_cnt_max - 1]

Completed in 56 milliseconds