Searched refs:vsi_node (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/dev/ice/
H A Dice_sched.c1463 * @vsi_node: software VSI handle
1473 struct ice_sched_node *vsi_node,
1492 if (ice_sched_find_node_in_subtree(pi->hw, vsi_node, qgrp_node))
1520 struct ice_sched_node *vsi_node, *qgrp_node; local
1531 vsi_node = vsi_ctx->sched.vsi_node[tc];
1533 if (!vsi_node)
1537 qgrp_node = ice_sched_get_first_node(pi, vsi_node, qgrp_layer);
1540 if (ice_sched_find_node_in_subtree(pi->hw, vsi_node, qgrp_node))
1548 return ice_sched_get_free_qgrp(pi, vsi_node, qgrp_nod
1472 ice_sched_get_free_qgrp(struct ice_port_info *pi, struct ice_sched_node *vsi_node, struct ice_sched_node *qgrp_node, u8 owner) argument
1864 struct ice_sched_node *vsi_node; local
1926 struct ice_sched_node *vsi_node, *tc_node; local
2062 struct ice_sched_node *vsi_node, *tc_node; local
2343 struct ice_sched_node *vsi_node, *agg_node, *tc_node, *parent; local
3644 struct ice_sched_node *vsi_node; local
3711 struct ice_sched_node *tc_node, *vsi_node; local
4839 struct ice_sched_node *tc_node, *vsi_node; local
4919 struct ice_sched_node *tc_node, *vsi_node, *cfg_node; local
4988 struct ice_sched_node *tc_node, *vsi_node; local
5630 struct ice_sched_node *vsi_node, *tc_node; local
[all...]
H A Dice_lib.h493 struct sysctl_oid *vsi_node; member in struct:ice_vsi
H A Dice_lib.c4269 vsi_list = SYSCTL_CHILDREN(vsi->vsi_node);
4831 vsi->vsi_node = SYSCTL_ADD_NODE(&vsi->ctx, parent_list, OID_AUTO, vsi_name,
4833 vsi_list = SYSCTL_CHILDREN(vsi->vsi_node);
4861 if (vsi->vsi_node) {
4866 vsi->vsi_node = NULL;
5665 vsi_list = SYSCTL_CHILDREN(vsi->vsi_node);
5687 vsi_list = SYSCTL_CHILDREN(vsi->vsi_node);
H A Dice_type.h726 struct ice_sched_node *vsi_node[ICE_MAX_TRAFFIC_CLASS]; member in struct:ice_sched_vsi_info
/freebsd-13-stable/sys/dev/ixl/
H A Dixl_txrx.c854 vsi->vsi_node = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, sysctl_name,
856 vsi_list = SYSCTL_CHILDREN(vsi->vsi_node);
908 vsi_list = SYSCTL_CHILDREN(vsi->vsi_node);
H A Dixl.h483 struct sysctl_oid *vsi_node; member in struct:ixl_vsi
H A Dixl_pf_main.c809 vsi->vsi_node = SYSCTL_ADD_NODE(&vsi->sysctl_ctx, child, OID_AUTO, sysctl_name,
812 vsi_list = SYSCTL_CHILDREN(vsi->vsi_node);

Completed in 308 milliseconds