Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/huawei/hinic/
A Dhinic_sriov.c93 u8 pf_qos; in hinic_vf_info_vlanprio() local
96 pf_qos = nic_io->vf_infos[HW_VF_ID_TO_OS(vf_id)].pf_qos; in hinic_vf_info_vlanprio()
97 vlanprio = pf_vlan | pf_qos << HINIC_VLAN_PRIORITY_SHIFT; in hinic_vf_info_vlanprio()
235 vf_info->pf_qos, vf_id); in hinic_init_vf_config()
583 ivi->qos = vfinfo->pf_qos; in hinic_get_vf_config()
673 nic_io->vf_infos[HW_VF_ID_TO_OS(vf_id)].pf_qos = qos; in hinic_add_vf_vlan()
687 nic_io->vf_infos[HW_VF_ID_TO_OS(vf_id)].pf_qos, in hinic_kill_vf_vlan()
697 nic_io->vf_infos[HW_VF_ID_TO_OS(vf_id)].pf_qos = 0; in hinic_kill_vf_vlan()
A Dhinic_sriov.h39 u8 pf_qos; member
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_sriov.c716 if (!vfinfo->pf_vlan && !vfinfo->pf_qos && !num_tcs) { in ixgbe_vf_reset_event()
719 if (vfinfo->pf_qos || !num_tcs) in ixgbe_vf_reset_event()
721 vfinfo->pf_qos, vf); in ixgbe_vf_reset_event()
1089 else if (adapter->vfinfo[vf].pf_vlan || adapter->vfinfo[vf].pf_qos) in ixgbe_get_vf_queues()
1491 adapter->vfinfo[vf].pf_qos = qos; in ixgbe_enable_port_vlan()
1522 adapter->vfinfo[vf].pf_qos = 0; in ixgbe_disable_port_vlan()
1849 ivi->qos = adapter->vfinfo[vf].pf_qos; in ixgbe_ndo_get_vf_config()
A Dixgbe_dcb_nl.c651 if (!vfinfo->pf_qos) in ixgbe_dcbnl_ieee_setapp()
696 if (!vfinfo->pf_qos) in ixgbe_dcbnl_ieee_delapp()
A Dixgbe.h220 u16 pf_qos; member
/linux-6.3-rc2/drivers/net/ethernet/intel/igb/
A Digb.h97 u16 pf_qos; member
A Digb_main.c7463 adapter->vf_data[vf].pf_qos = qos; in igb_enable_port_vlan()
7491 adapter->vf_data[vf].pf_qos = 0; in igb_disable_port_vlan()
7543 (vf_data->pf_qos << VLAN_PRIO_SHIFT), vf); in igb_vf_reset()
9942 ivi->qos = adapter->vf_data[vf].pf_qos; in igb_ndo_get_vf_config()

Completed in 36 milliseconds