Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4v/sys/
H A Dvnet_gen.h97 #define VGEN_RXDRING_NRBUFS (vnet_num_descriptors * vgen_nrbufs_factor)
/titanic_41/usr/src/uts/sun4v/io/
H A Dvnet_rxdring.c89 extern uint32_t vnet_num_descriptors;
129 ldcp->num_rxds = vnet_num_descriptors; in vgen_create_rx_dring()
H A Dvnet_txdring.c94 extern uint32_t vnet_num_descriptors;
142 ldcp->num_txds = vnet_num_descriptors; in vgen_create_tx_dring()
H A Dvnet.c230 uint32_t vnet_num_descriptors = VNET_NUM_DESCRIPTORS; variable
H A Dvnet_gen.c446 extern uint32_t vnet_num_descriptors;