Searched refs:txqs_node (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/dev/sfxge/
H A Dsfxge.h277 struct sysctl_oid *txqs_node; member in struct:sfxge_softc
H A Dsfxge_tx.c1861 txq_node = SYSCTL_ADD_NODE(ctx, SYSCTL_CHILDREN(sc->txqs_node),
2041 sc->txqs_node = SYSCTL_ADD_NODE(device_get_sysctl_ctx(sc->dev),
2044 if (sc->txqs_node == NULL) {
/freebsd-current/sys/dev/ice/
H A Dice_lib.h554 struct sysctl_oid *txqs_node; member in struct:ice_vsi
H A Dice_lib.c7003 vsi->txqs_node = SYSCTL_ADD_NODE(&vsi->txqs_ctx, vsi_list, OID_AUTO, "txqs",
7043 if (vsi->txqs_node) {
7048 vsi->txqs_node = NULL;
7100 txqs_list = SYSCTL_CHILDREN(vsi->txqs_node);

Completed in 197 milliseconds