Searched refs:netdev_get_prio_tc_map (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_dcbnl.c | 44 ets->prio_tc[i] = netdev_get_prio_tc_map(dev, i); in fm10k_dcbnl_ieee_getets()
|
D | fm10k_pci.c | 235 netdev_get_prio_tc_map(netdev, i)); in fm10k_configure_swpri_map()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_tx.c | 115 int tc = netdev_get_prio_tc_map(dev, up); in mlx5e_select_queue()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_fcoe.c | 1071 return netdev_get_prio_tc_map(adapter->netdev, adapter->fcoe.up); in ixgbe_fcoe_get_tc()
|
D | ixgbe_sriov.c | 947 default_tc = netdev_get_prio_tc_map(dev, adapter->default_up); in ixgbe_get_vf_queues()
|
D | ixgbe_main.c | 999 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/ |
D | dev.c | 1920 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/ |
D | netdevice.h | 1808 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/ |
D | cma.c | 2288 return netdev_get_prio_tc_map(dev, prio); in iboe_tos_to_sl()
|