Home
last modified time | relevance | path

Searched refs:netdev_set_prio_tc_map (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
Dfm10k_dcbnl.c85 netdev_set_prio_tc_map(dev, i, ets->prio_tc[i]); in fm10k_dcbnl_ieee_setets()
/linux-4.1.27/net/sched/
Dsch_mqprio.c156 netdev_set_prio_tc_map(dev, i, qopt->prio_tc_map[i]); in mqprio_init()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb_nl.c366 netdev_set_prio_tc_map(netdev, i, prio_tc[i]); in ixgbe_dcbnl_set_all()
Dixgbe_main.c7679 netdev_set_prio_tc_map(dev, prio, tc); in ixgbe_set_prio_tc_map()
/linux-4.1.27/include/linux/
Dnetdevice.h1766 int netdev_set_prio_tc_map(struct net_device *dev, u8 prio, u8 tc) in netdev_set_prio_tc_map() function
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c4201 netdev_set_prio_tc_map(dev, prio, bp->prio_to_cos[prio]); in bnx2x_setup_tc()
/linux-4.1.27/net/core/
Ddev.c1894 netdev_set_prio_tc_map(dev, i, 0); in netif_setup_tc()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_main.c4348 netdev_set_prio_tc_map(netdev, i, netdev_tc); in i40e_vsi_config_netdev_tc()