Searched refs:netdev_set_prio_tc_map (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_dcb_nl.c | 178 netdev_set_prio_tc_map(netdev, i, prio_tc[i]); in ixgbe_dcbnl_set_state() 410 netdev_set_prio_tc_map(netdev, i, prio_tc[i]); in ixgbe_dcbnl_set_all() 614 netdev_set_prio_tc_map(dev, i, ets->prio_tc[i]); in ixgbe_dcbnl_ieee_setets()
|
/linux-3.4.99/net/sched/ |
D | sch_mqprio.c | 155 netdev_set_prio_tc_map(dev, i, qopt->prio_tc_map[i]); in mqprio_init()
|
/linux-3.4.99/include/linux/ |
D | netdevice.h | 1317 int netdev_set_prio_tc_map(struct net_device *dev, u8 prio, u8 tc) in netdev_set_prio_tc_map() function
|
/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.c | 3065 netdev_set_prio_tc_map(dev, prio, bp->prio_to_cos[prio]); in bnx2x_setup_tc()
|
/linux-3.4.99/net/core/ |
D | dev.c | 1744 netdev_set_prio_tc_map(dev, i, 0); in netif_setup_tc()
|