Home
last modified time | relevance | path

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

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