Home
last modified time | relevance | path

Searched refs:prio_tc_map (Results 1 – 10 of 10) sorted by relevance

/linux/net/sched/
H A Dsch_mqprio_lib.c84 if (qopt->prio_tc_map[i] >= qopt->num_tc) { in mqprio_validate_qopt()
109 qopt->prio_tc_map[tc] = netdev_get_prio_tc_map(dev, tc); in mqprio_qopt_reconstruct()
H A Dsch_mqprio.c425 netdev_set_prio_tc_map(dev, i, qopt->prio_tc_map[i]); in mqprio_init()
H A Dsch_taprio.c1816 if (netdev_get_prio_tc_map(dev, i) != mqprio->prio_tc_map[i]) in taprio_mqprio_cmp()
1914 mqprio->prio_tc_map[i]); in taprio_change()
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_nic.h74 u8 prio_tc_map[8]; member
216 int aq_nic_setup_tc_mqprio(struct aq_nic_s *self, u32 tcs, u8 *prio_tc_map);
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_dcb.c94 u32 prio_tc_map; member
516 mbx->prio_tc_map = QLC_82XX_DCB_PRIO_TC_MAP; in qlcnic_82xx_dcb_get_cee_cfg()
591 mbx_out.prio_tc_map = cmd.rsp.arg[1]; in qlcnic_83xx_dcb_query_cee_param()
663 tc = QLC_DCB_GET_TC_PRIO(mbx->prio_tc_map, i); in qlcnic_dcb_fill_cee_tc_params()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_dcb.c525 mqprio_qopt->qopt.prio_tc_map); in hclge_mqprio_qopt_check()
573 memcpy(tc_info->prio_tc, mqprio_qopt->qopt.prio_tc_map, in hclge_sync_mqprio_qopt()
/linux/tools/include/uapi/linux/
H A Dpkt_sched.h595 __u8 prio_tc_map[TC_QOPT_BITMASK + 1]; member
/linux/include/linux/
H A Dnetdevice.h2501 u8 prio_tc_map[TC_BITMASK + 1]; member
2675 return READ_ONCE(dev->prio_tc_map[prio & TC_BITMASK]); in netdev_get_prio_tc_map()
2684 WRITE_ONCE(dev->prio_tc_map[prio & TC_BITMASK], tc & TC_BITMASK); in netdev_set_prio_tc_map()
/linux/drivers/net/ethernet/ti/
H A Dcpsw_priv.c1019 tc = mqprio->qopt.prio_tc_map[i]; in cpsw_set_mqprio()
/linux/net/core/
H A Ddev.c3124 WRITE_ONCE(dev->prio_tc_map[i], 0); in netdev_reset_tc()
3173 WRITE_ONCE(sb_dev->prio_tc_map[i], 0); in netdev_unbind_sb_channel()