Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dsch_mqprio.c75 if (qopt->prio_tc_map[i] >= qopt->num_tc) in mqprio_parse_opt()
285 netdev_set_prio_tc_map(dev, i, qopt->prio_tc_map[i]); in mqprio_init()
430 memcpy(opt.prio_tc_map, dev->prio_tc_map, sizeof(opt.prio_tc_map)); in mqprio_dump()
/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_dcb.c95 u32 prio_tc_map; member
517 mbx->prio_tc_map = QLC_82XX_DCB_PRIO_TC_MAP; in qlcnic_82xx_dcb_get_cee_cfg()
592 mbx_out.prio_tc_map = cmd.rsp.arg[1]; in qlcnic_83xx_dcb_query_cee_param()
664 tc = QLC_DCB_GET_TC_PRIO(mbx->prio_tc_map, i); in qlcnic_dcb_fill_cee_tc_params()
/Linux-v4.19/include/uapi/linux/
Dpkt_sched.h676 __u8 prio_tc_map[TC_QOPT_BITMASK + 1]; member
/Linux-v4.19/include/linux/
Dnetdevice.h2006 u8 prio_tc_map[TC_BITMASK + 1]; member
2035 return dev->prio_tc_map[prio & TC_BITMASK]; in netdev_get_prio_tc_map()
2044 dev->prio_tc_map[prio & TC_BITMASK] = tc & TC_BITMASK; in netdev_set_prio_tc_map()
/Linux-v4.19/net/core/
Ddev.c2512 memset(dev->prio_tc_map, 0, sizeof(dev->prio_tc_map)); in netdev_reset_tc()
2554 memset(sb_dev->prio_tc_map, 0, sizeof(sb_dev->prio_tc_map)); in netdev_unbind_sb_channel()
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c1329 u8 *prio_tc = mqprio_qopt->qopt.prio_tc_map; in hns3_setup_tc()
/Linux-v4.19/drivers/net/ethernet/ti/
Dcpsw.c2487 tc = mqprio->qopt.prio_tc_map[i]; in cpsw_set_mqprio()