Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/hyperv/netvsc/
H A Dif_hnvar.h182 struct sysctl_oid *hn_tx_sysctl_tree; member
219 struct sysctl_oid *hn_tx_sysctl_tree; member
H A Dif_hn.c5325 if (sc->hn_tx_sysctl_tree != NULL) { in hn_tx_ring_create()
5335 child = SYSCTL_CHILDREN(sc->hn_tx_sysctl_tree); in hn_tx_ring_create()
5338 txr->hn_tx_sysctl_tree = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, in hn_tx_ring_create()
5341 if (txr->hn_tx_sysctl_tree != NULL) { in hn_tx_ring_create()
5342 child = SYSCTL_CHILDREN(txr->hn_tx_sysctl_tree); in hn_tx_ring_create()
5472 sc->hn_tx_sysctl_tree = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "tx", in hn_create_tx_data()