Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_main.c428 #define NN_EXTRA_VI (1 << 1) /* Native netmap on the extra VI(s) */ macro
429 static int t4_native_netmap = NN_EXTRA_VI;
1505 if (num_vis > 1 && t4_native_netmap & NN_EXTRA_VI) { in t4_attach()
4367 if (t4_native_netmap & NN_EXTRA_VI) { in calculate_iaq()