Home
last modified time | relevance | path

Searched refs:prio_tc_map (Results 1 - 25 of 34) sorted by relevance

12

/kernel/linux/linux-6.6/net/sched/
H A Dsch_mqprio_lib.c84 if (qopt->prio_tc_map[i] >= qopt->num_tc) { in mqprio_validate_qopt()
108 memcpy(qopt->prio_tc_map, dev->prio_tc_map, sizeof(qopt->prio_tc_map)); in mqprio_qopt_reconstruct()
H A Dsch_taprio.c1813 if (dev->prio_tc_map[i] != mqprio->prio_tc_map[i]) in taprio_mqprio_cmp()
1916 mqprio->prio_tc_map[i]); in taprio_change()
H A Dsch_mqprio.c428 netdev_set_prio_tc_map(dev, i, qopt->prio_tc_map[i]); in mqprio_init()
/kernel/linux/linux-5.10/net/sched/
H A Dsch_mqprio.c72 if (qopt->prio_tc_map[i] >= qopt->num_tc) in mqprio_parse_opt()
325 netdev_set_prio_tc_map(dev, i, qopt->prio_tc_map[i]); in mqprio_init()
493 memcpy(opt.prio_tc_map, dev->prio_tc_map, sizeof(opt.prio_tc_map)); in mqprio_dump()
H A Dsch_taprio.c953 if (qopt->prio_tc_map[i] >= qopt->num_tc) { in taprio_parse_mqprio_opt()
1412 if (dev->prio_tc_map[i] != mqprio->prio_tc_map[i]) in taprio_mqprio_cmp()
1526 mqprio->prio_tc_map[i]); in taprio_change()
1851 memcpy(opt.prio_tc_map, dev->prio_tc_map, sizeof(opt.prio_tc_map)); in taprio_dump()
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/
H A Daq_nic.h70 u8 prio_tc_map[8]; member
209 int aq_nic_setup_tc_mqprio(struct aq_nic_s *self, u32 tcs, u8 *prio_tc_map);
H A Daq_nic.c152 for (i = 0; i < sizeof(cfg->prio_tc_map); i++) in aq_nic_cfg_start()
153 cfg->prio_tc_map[i] = cfg->tcs * i / 8; in aq_nic_cfg_start()
1451 int aq_nic_setup_tc_mqprio(struct aq_nic_s *self, u32 tcs, u8 *prio_tc_map) in aq_nic_setup_tc_mqprio() argument
1472 if (prio_tc_map) in aq_nic_setup_tc_mqprio()
1473 memcpy(cfg->prio_tc_map, prio_tc_map, sizeof(cfg->prio_tc_map)); in aq_nic_setup_tc_mqprio()
1475 for (i = 0; i < sizeof(cfg->prio_tc_map); i++) in aq_nic_setup_tc_mqprio()
1476 cfg->prio_tc_map[i] = cfg->tcs * i / 8; in aq_nic_setup_tc_mqprio()
H A Daq_main.c410 mqprio->qopt.prio_tc_map); in aq_ndo_setup_tc()
/kernel/linux/linux-6.6/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);
H A Daq_nic.c152 for (i = 0; i < sizeof(cfg->prio_tc_map); i++) in aq_nic_cfg_start()
153 cfg->prio_tc_map[i] = cfg->tcs * i / 8; in aq_nic_cfg_start()
1598 int aq_nic_setup_tc_mqprio(struct aq_nic_s *self, u32 tcs, u8 *prio_tc_map) in aq_nic_setup_tc_mqprio() argument
1619 if (prio_tc_map) in aq_nic_setup_tc_mqprio()
1620 memcpy(cfg->prio_tc_map, prio_tc_map, sizeof(cfg->prio_tc_map)); in aq_nic_setup_tc_mqprio()
1622 for (i = 0; i < sizeof(cfg->prio_tc_map); i++) in aq_nic_setup_tc_mqprio()
1623 cfg->prio_tc_map[i] = cfg->tcs * i / 8; in aq_nic_setup_tc_mqprio()
H A Daq_main.c442 mqprio->qopt.prio_tc_map); in aq_ndo_setup_tc()
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2.c206 cfg->prio_tc_map[prio]); in hw_atl2_hw_qos_set()
382 u8 *prio_tc_map = self->aq_nic_cfg->prio_tc_map; in hw_atl2_hw_init_new_rx_filters() local
421 action = HW_ATL2_ACTION_ASSIGN_TC(prio_tc_map[i]); in hw_atl2_hw_init_new_rx_filters()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2.c206 cfg->prio_tc_map[prio]); in hw_atl2_hw_qos_set()
381 u8 *prio_tc_map = self->aq_nic_cfg->prio_tc_map; in hw_atl2_hw_init_new_rx_filters() local
421 action = HW_ATL2_ACTION_ASSIGN_TC(prio_tc_map[i]); in hw_atl2_hw_init_new_rx_filters()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dpkt_sched.h495 __u8 prio_tc_map[TC_QOPT_BITMASK + 1]; member
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dpkt_sched.h703 __u8 prio_tc_map[TC_QOPT_BITMASK + 1]; member
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dpkt_sched.h723 __u8 prio_tc_map[TC_QOPT_BITMASK + 1]; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dpkt_sched.h730 __u8 prio_tc_map[TC_QOPT_BITMASK + 1]; member
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dpkt_sched.h704 __u8 prio_tc_map[TC_QOPT_BITMASK + 1]; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dpkt_sched.h536 __u8 prio_tc_map[TC_QOPT_BITMASK + 1]; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dpkt_sched.h536 __u8 prio_tc_map[TC_QOPT_BITMASK + 1]; member
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Dcma.c2985 struct iboe_prio_tc_map prio_tc_map = {}; in iboe_tos_to_sl() local
2993 prio_tc_map.input_prio = prio; in iboe_tos_to_sl()
2994 priv.data = (void *)&prio_tc_map; in iboe_tos_to_sl()
3003 if (prio_tc_map.found) in iboe_tos_to_sl()
3004 return prio_tc_map.output_tc; in iboe_tos_to_sl()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Dcma.c3225 struct iboe_prio_tc_map prio_tc_map = {}; in iboe_tos_to_sl() local
3233 prio_tc_map.input_prio = prio; in iboe_tos_to_sl()
3234 priv.data = (void *)&prio_tc_map; in iboe_tos_to_sl()
3243 if (prio_tc_map.found) in iboe_tos_to_sl()
3244 return prio_tc_map.output_tc; in iboe_tos_to_sl()

Completed in 56 milliseconds

12