Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_dcbnl.c67 netdev_set_prio_tc_map(dev, i, ets->prio_tc[i]); in fm10k_dcbnl_ieee_setets()
/linux/net/sched/
H A Dsch_mqprio.c426 netdev_set_prio_tc_map(dev, i, qopt->prio_tc_map[i]); in mqprio_init()
H A Dsch_taprio.c1906 netdev_set_prio_tc_map(dev, i, in taprio_change()
/linux/include/linux/
H A Dnetdevice.h2610 int netdev_set_prio_tc_map(struct net_device *dev, u8 prio, u8 tc) in netdev_set_prio_tc_map() function
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c4288 netdev_set_prio_tc_map(dev, prio, bp->prio_to_cos[outer_prio]); in bnx2x_setup_tc()
/linux/net/core/
H A Ddev.c2641 netdev_set_prio_tc_map(dev, i, 0); in netif_setup_tc()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c9811 netdev_set_prio_tc_map(dev, prio, tc); in ixgbe_set_prio_tc_map()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c5686 netdev_set_prio_tc_map(netdev, i, netdev_tc); in i40e_vsi_config_netdev_tc()