Home
last modified time | relevance | path

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

/freebsd/sys/dev/ntb/if_ntb/
H A Dif_ntb.c78 static unsigned g_if_ntb_num_queues = UINT_MAX; variable
80 &g_if_ntb_num_queues, 0, "Number of queues per interface");
146 sc->num_queues = min(g_if_ntb_num_queues, in ntb_net_attach()