Home
last modified time | relevance | path

Searched refs:pf_qos (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe_sriov.c714 if (!vfinfo->pf_vlan && !vfinfo->pf_qos && !num_tcs) { in ixgbe_vf_reset_event()
717 if (vfinfo->pf_qos || !num_tcs) in ixgbe_vf_reset_event()
719 vfinfo->pf_qos, vf); in ixgbe_vf_reset_event()
1061 else if (adapter->vfinfo[vf].pf_vlan || adapter->vfinfo[vf].pf_qos) in ixgbe_get_vf_queues()
1434 adapter->vfinfo[vf].pf_qos = qos; in ixgbe_enable_port_vlan()
1465 adapter->vfinfo[vf].pf_qos = 0; in ixgbe_disable_port_vlan()
1714 ivi->qos = adapter->vfinfo[vf].pf_qos; in ixgbe_ndo_get_vf_config()
Dixgbe_dcb_nl.c653 if (!vfinfo->pf_qos) in ixgbe_dcbnl_ieee_setapp()
698 if (!vfinfo->pf_qos) in ixgbe_dcbnl_ieee_delapp()
Dixgbe.h178 u16 pf_qos; member
/Linux-v5.4/drivers/net/ethernet/intel/igb/
Digb.h89 u16 pf_qos; member
Digb_main.c7001 adapter->vf_data[vf].pf_qos = qos; in igb_enable_port_vlan()
7029 adapter->vf_data[vf].pf_qos = 0; in igb_disable_port_vlan()
7081 (vf_data->pf_qos << VLAN_PRIO_SHIFT), vf); in igb_vf_reset()
9334 ivi->qos = adapter->vf_data[vf].pf_qos; in igb_ndo_get_vf_config()