Searched refs:prio_tc_map (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/net/sched/ |
| D | sch_mqprio.c | 72 if (qopt->prio_tc_map[i] >= qopt->num_tc) in mqprio_parse_opt() 283 netdev_set_prio_tc_map(dev, i, qopt->prio_tc_map[i]); in mqprio_init() 428 memcpy(opt.prio_tc_map, dev->prio_tc_map, sizeof(opt.prio_tc_map)); in mqprio_dump()
|
| D | sch_taprio.c | 926 if (qopt->prio_tc_map[i] >= qopt->num_tc) { in taprio_parse_mqprio_opt() 1364 if (dev->prio_tc_map[i] != mqprio->prio_tc_map[i]) in taprio_mqprio_cmp() 1484 mqprio->prio_tc_map[i]); in taprio_change() 1762 memcpy(opt.prio_tc_map, dev->prio_tc_map, sizeof(opt.prio_tc_map)); in taprio_dump()
|
| /Linux-v5.4/drivers/net/ethernet/qlogic/qlcnic/ |
| D | qlcnic_dcb.c | 95 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-v5.4/tools/include/uapi/linux/ |
| D | pkt_sched.h | 703 __u8 prio_tc_map[TC_QOPT_BITMASK + 1]; member
|
| /Linux-v5.4/include/uapi/linux/ |
| D | pkt_sched.h | 704 __u8 prio_tc_map[TC_QOPT_BITMASK + 1]; member
|
| /Linux-v5.4/include/linux/ |
| D | netdevice.h | 2046 u8 prio_tc_map[TC_BITMASK + 1]; member 2077 return dev->prio_tc_map[prio & TC_BITMASK]; in netdev_get_prio_tc_map() 2086 dev->prio_tc_map[prio & TC_BITMASK] = tc & TC_BITMASK; in netdev_set_prio_tc_map()
|
| /Linux-v5.4/net/core/ |
| D | dev.c | 2474 memset(dev->prio_tc_map, 0, sizeof(dev->prio_tc_map)); in netdev_reset_tc() 2516 memset(sb_dev->prio_tc_map, 0, sizeof(sb_dev->prio_tc_map)); in netdev_unbind_sb_channel()
|
| /Linux-v5.4/drivers/net/ethernet/ti/ |
| D | cpsw.c | 2294 tc = mqprio->qopt.prio_tc_map[i]; in cpsw_set_mqprio()
|
| /Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/ |
| D | hns3_enet.c | 1570 u8 *prio_tc = mqprio_qopt->qopt.prio_tc_map; in hns3_setup_tc()
|