Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/sfxge/
H A Dsfxge.h279 struct sysctl_oid *txqs_node; member
H A Dsfxge_tx.c1866 txq_node = SYSCTL_ADD_NODE(ctx, SYSCTL_CHILDREN(sc->txqs_node), in sfxge_tx_qinit()
2046 sc->txqs_node = SYSCTL_ADD_NODE(device_get_sysctl_ctx(sc->dev), in sfxge_tx_init()
2049 if (sc->txqs_node == NULL) { in sfxge_tx_init()
/freebsd-13.1/sys/dev/ice/
H A Dice_lib.h539 struct sysctl_oid *txqs_node; member
H A Dice_lib.c6069 vsi->txqs_node = SYSCTL_ADD_NODE(&vsi->txqs_ctx, vsi_list, OID_AUTO, "txqs", in ice_vsi_add_txqs_ctx()
6109 if (vsi->txqs_node) { in ice_vsi_del_txqs_ctx()
6114 vsi->txqs_node = NULL; in ice_vsi_del_txqs_ctx()
6166 txqs_list = SYSCTL_CHILDREN(vsi->txqs_node); in ice_add_txq_sysctls()