Searched refs:qos (Results 76 - 100 of 257) sorted by relevance

1234567891011

/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_max_descriptors.sh74 ip link set dev $h1.111 type vlan egress-qos-map 0:1
120 ip link set dev $swp1.111 type vlan ingress-qos-map 0:0 1:1
134 ip link set dev $swp2.111 type vlan egress-qos-map 0:0 1:1
H A Dqos_ets_strict.sh17 # | e-qos-map 0:1 | | | | e-qos-map 0:2 |
64 ip link set dev $h1.111 type vlan egress-qos-map 0:1
81 ip link set dev $h2.222 type vlan egress-qos-map 0:2
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_sriov.c103 u8 qos, int vf_id)
116 vf_vlan.qos = qos;
583 ivi->qos = vfinfo->pf_qos;
663 u16 vlan, u8 qos)
668 err = hinic_set_vf_vlan(hwdev, true, vlan, qos, vf_id);
673 nic_io->vf_infos[HW_VF_ID_TO_OS(vf_id)].pf_qos = qos;
676 vlan, qos, HW_VF_ID_TO_OS(vf_id));
750 u16 cur_vlanprio, int vf, u16 vlan, u8 qos)
755 if (vlan || qos) {
102 hinic_set_vf_vlan(struct hinic_hwdev *hwdev, bool add, u16 vid, u8 qos, int vf_id) argument
662 hinic_add_vf_vlan(struct hinic_hwdev *hwdev, int vf_id, u16 vlan, u8 qos) argument
749 set_hw_vf_vlan(struct hinic_dev *nic_dev, u16 cur_vlanprio, int vf, u16 vlan, u8 qos) argument
788 hinic_ndo_set_vf_vlan(struct net_device *netdev, int vf, u16 vlan, u8 qos, __be16 vlan_proto) argument
[all...]
/linux-master/block/
H A Dblk-iocost.c123 * and can be set through /sys/fs/cgroup/io.cost.qos.
183 #include "blk-rq-qos.h"
323 /* io.cost.qos controls including per-dev enable of the whole controller */
330 /* io.cost.qos params */
378 u32 qos[NR_QOS_PARAMS]; member in struct:ioc_params
580 .qos = {
596 .qos = {
612 .qos = {
629 .qos = {
772 if (ioc->params.qos[QOS_RLA
3215 u32 qos[NR_QOS_PARAMS]; local
[all...]
H A DMakefile11 genhd.o ioprio.o badblocks.o partitions/ blk-rq-qos.o \
/linux-master/drivers/atm/
H A Datmtcp.c95 vcc->qos = msg->qos;
135 msg.qos = vcc->qos;
199 if (vcc->qos.txtp.traffic_class == ATM_NONE) {
275 vcc->qos.rxtp.traffic_class != ATM_NONE) {
H A Dhe.c344 vcc->qos.rxtp.traffic_class != ATM_NONE) {
1736 switch (vcc->qos.aal) {
1758 if (skb->len > vcc->qos.rxtp.max_sdu)
1759 hprintk("pdu_len (%d) > vcc->qos.rxtp.max_sdu (%d)! cid 0x%x\n", skb->len, vcc->qos.rxtp.max_sdu, cid);
2149 if (vcc->qos.txtp.traffic_class != ATM_NONE) {
2152 pcr_goal = atm_pcr_goal(&vcc->qos.txtp);
2160 switch (vcc->qos.aal) {
2184 switch (vcc->qos.txtp.traffic_class) {
2265 if (vcc->qos
[all...]
H A Deni.c702 if (vcc->qos.rxtp.traffic_class == ATM_CBR) {
762 if (vcc->qos.aal == ATM_AAL0)
785 if (vcc->qos.rxtp.traffic_class == ATM_NONE) return 0;
786 size = vcc->qos.rxtp.max_sdu*eni_dev->rx_mult/100;
787 if (size > MID_MAX_BUF_SIZE && vcc->qos.rxtp.max_sdu <=
794 eni_vcc->rx = vcc->qos.aal == ATM_AAL5 ? rx_aal5 : rx_aal0;
827 writel(((vcc->qos.aal != ATM_AAL5 ? MID_MODE_RAW : MID_MODE_AAL5) <<
1070 aal5 = vcc->qos.aal == ATM_AAL5;
1378 if (vcc->qos.txtp.traffic_class == ATM_NONE) return 0;
1380 return reserve_or_set_tx(vcc,&vcc->qos
1956 eni_change_qos(struct atm_vcc *vcc,struct atm_qos *qos,int flgs) argument
[all...]
/linux-master/drivers/infiniband/hw/mlx5/
H A Dqos.c19 return (MLX5_CAP_GEN(dev->mdev, qos) &&
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
H A Dingress_lgcy.c179 if (!vport->info.vlan && !vport->info.qos && !vport->info.spoofchk) {
200 "vport[%d] configure ingress rules, vlan(%d) qos(%d)\n",
201 vport->vport, vport->info.vlan, vport->info.qos);
209 if ((vport->info.vlan || vport->info.qos)) {
223 flow_act.vlan[0].prio = vport->info.qos;
H A Degress_lgcy.c99 if (!vport->info.vlan && !vport->info.qos) {
120 "vport[%d] configure egress rules, vlan(%d) qos(%d)\n",
121 vport->vport, vport->info.vlan, vport->info.qos);
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A DMakefile30 obj-$(CONFIG_DWMAC_DWC_QOS_ETH) += dwmac-dwc-qos-eth.o
/linux-master/drivers/net/ethernet/ti/
H A DMakefile30 ti-am65-cpsw-nuss-$(CONFIG_TI_AM65_CPSW_QOS) += am65-cpsw-qos.o
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.h130 u16 vlan_id, u8 qos, __be16 vlan_proto);
/linux-master/drivers/interconnect/qcom/
H A Dicc-rpm.h78 * @qos_mode: default qos mode for this node
79 * @qos_port: qos port number for finding qos registers of this node
105 * @qos: NoC QoS setting parameters
122 struct qcom_icc_qos qos; member in struct:qcom_icc_node
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.c42 #include "esw/qos.h"
164 u16 vlan, u8 qos, u8 set_flags)
172 esw_debug(dev, "Set Vport[%d] VLAN %d qos %d set=%x\n",
173 vport, vlan, qos, set_flags);
192 esw_vport_context.cvlan_pcp, qos);
873 flags = (vport->info.vlan || vport->info.qos) ?
877 vport->info.qos, flags);
1064 memset(&vport->qos, 0, sizeof(vport->qos));
1076 memset(&vport->qos,
163 modify_esw_vport_cvlan(struct mlx5_core_dev *dev, u16 vport, u16 vlan, u8 qos, u8 set_flags) argument
2085 __mlx5_eswitch_set_vport_vlan(struct mlx5_eswitch *esw, u16 vport, u16 vlan, u8 qos, u8 set_flags) argument
[all...]
H A DMakefile20 fw_reset.o qos.o lib/tout.o lib/aso.o
31 en/qos.o en/htb.o en/trap.o en/fs_tt_redirect.o en/selq.o \
72 esw/devlink_port.o esw/vporttbl.o esw/qos.o esw/ipsec.o
/linux-master/include/linux/mlx4/
H A Dcmd.h313 u8 qos, __be16 proto);
326 * if VST, will return vlan & qos (if not NULL)
329 u16 *vlan, u8 *qos);
/linux-master/include/linux/
H A Datmdev.h102 struct atm_qos qos; /* QOS */ member in struct:atm_vcc
194 int (*change_qos)(struct atm_vcc *vcc,struct atm_qos *qos,int flags);
/linux-master/drivers/infiniband/hw/irdma/
H A Di40iw_if.c136 qset = cdev_info->params.qos.prio_qos[i].qs_handle;
137 l2params.up2tc[i] = cdev_info->params.qos.prio_qos[i].tc;
/linux-master/drivers/staging/rtl8723bs/hal/
H A Drtl8723bs_recv.c54 pattrib->qos = (u8)prxreport->qos;
275 if (pattrib->qos) /* Qos data, wireless lan header length is 26 */
/linux-master/drivers/net/wireless/rsi/
H A Drsi_91x_core.c423 bss->qos, vif->cfg.aid,
437 u8 *qos = ieee80211_get_qos_ctl(wh); local
439 tid = *qos & IEEE80211_QOS_CTL_TID_MASK;
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dmac.h74 u32 qos:1; member in struct:rx_desc_92c
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth.h37 u8 qos; member in struct:fun_vport_info
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhclge_mbx.h198 __le16 qos; member in struct:hclge_mbx_port_base_vlan

Completed in 246 milliseconds

1234567891011