Searched refs:hn_tx_sysctl_tree (Results 1 – 2 of 2) sorted by relevance
182 struct sysctl_oid *hn_tx_sysctl_tree; member219 struct sysctl_oid *hn_tx_sysctl_tree; member
5322 if (sc->hn_tx_sysctl_tree != NULL) { in hn_tx_ring_create()5332 child = SYSCTL_CHILDREN(sc->hn_tx_sysctl_tree); in hn_tx_ring_create()5335 txr->hn_tx_sysctl_tree = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, in hn_tx_ring_create()5338 if (txr->hn_tx_sysctl_tree != NULL) { in hn_tx_ring_create()5339 child = SYSCTL_CHILDREN(txr->hn_tx_sysctl_tree); in hn_tx_ring_create()5469 sc->hn_tx_sysctl_tree = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "tx", in hn_create_tx_data()