Home
last modified time | relevance | path

Searched refs:netdev_get_prio_tc_map (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k_dcbnl.c44 ets->prio_tc[i] = netdev_get_prio_tc_map(dev, i); in fm10k_dcbnl_ieee_getets()
Dfm10k_pci.c235 netdev_get_prio_tc_map(netdev, i)); in fm10k_configure_swpri_map()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Den_tx.c115 int tc = netdev_get_prio_tc_map(dev, up); in mlx5e_select_queue()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c1071 return netdev_get_prio_tc_map(adapter->netdev, adapter->fcoe.up); in ixgbe_fcoe_get_tc()
Dixgbe_sriov.c947 default_tc = netdev_get_prio_tc_map(dev, adapter->default_up); in ixgbe_get_vf_queues()
Dixgbe_main.c999 tc = netdev_get_prio_tc_map(adapter->netdev, i); in ixgbe_update_xoff_received()
4468 (pb == netdev_get_prio_tc_map(dev, adapter->fcoe.up))) in ixgbe_lpbthresh()
/linux-4.4.14/net/core/
Ddev.c1920 int q = netdev_get_prio_tc_map(dev, i); in netif_setup_tc()
2393 u8 tc = netdev_get_prio_tc_map(dev, skb->priority); in __skb_tx_hash()
/linux-4.4.14/include/linux/
Dnetdevice.h1808 int netdev_get_prio_tc_map(const struct net_device *dev, u32 prio) in netdev_get_prio_tc_map() function
/linux-4.4.14/drivers/infiniband/core/
Dcma.c2288 return netdev_get_prio_tc_map(dev, prio); in iboe_tos_to_sl()