Home
last modified time | relevance | path

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

/linux-4.1.27/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.c220 netdev_get_prio_tc_map(netdev, i)); in fm10k_configure_swpri_map()
/linux-4.1.27/net/core/
Dflow_dissector.c351 u8 tc = netdev_get_prio_tc_map(dev, skb->priority); in __skb_tx_hash()
Ddev.c1888 int q = netdev_get_prio_tc_map(dev, i); in netif_setup_tc()
/linux-4.1.27/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.c941 default_tc = netdev_get_prio_tc_map(dev, adapter->default_up); in ixgbe_get_vf_queues()
Dixgbe_main.c985 tc = netdev_get_prio_tc_map(adapter->netdev, i); in ixgbe_update_xoff_received()
4358 (pb == netdev_get_prio_tc_map(dev, adapter->fcoe.up))) in ixgbe_lpbthresh()
/linux-4.1.27/include/linux/
Dnetdevice.h1760 int netdev_get_prio_tc_map(const struct net_device *dev, u32 prio) in netdev_get_prio_tc_map() function
/linux-4.1.27/drivers/infiniband/core/
Dcma.c1894 return netdev_get_prio_tc_map(dev, prio); in iboe_tos_to_sl()