Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_dcbnl.c26 ets->prio_tc[i] = netdev_get_prio_tc_map(dev, i); in fm10k_dcbnl_ieee_getets()
H A Dfm10k_pci.c438 netdev_get_prio_tc_map(netdev, i)); in fm10k_configure_swpri_map()
/openbmc/linux/net/dsa/
H A Dtag_ocelot.c26 netdev_get_prio_tc_map(netdev, skb->priority) : skb->priority; in ocelot_xmit_common()
/openbmc/linux/net/sched/
H A Dsch_taprio.c334 tc = netdev_get_prio_tc_map(dev, skb->priority); in find_entry_to_transmit()
556 tc = netdev_get_prio_tc_map(dev, prio); in taprio_skb_exceeds_queue_max_sdu()
736 tc = netdev_get_prio_tc_map(dev, prio); in taprio_dequeue_from_txq()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c1043 return netdev_get_prio_tc_map(adapter->netdev, adapter->fcoe.up); in ixgbe_fcoe_get_tc()
H A Dixgbe_sriov.c1083 default_tc = netdev_get_prio_tc_map(dev, adapter->default_up); in ixgbe_get_vf_queues()
H A Dixgbe_main.c991 tc = netdev_get_prio_tc_map(adapter->netdev, i); in ixgbe_update_xoff_received()
5173 (pb == netdev_get_prio_tc_map(dev, adapter->fcoe.up))) in ixgbe_lpbthresh()
8591 u8 tc = netdev_get_prio_tc_map(dev, skb->priority); in ixgbe_select_queue()
/openbmc/linux/drivers/net/ethernet/ti/
H A Dcpsw_priv.c1091 tc = netdev_get_prio_tc_map(priv->ndev, i); in cpsw_mqprio_resume()
/openbmc/linux/drivers/infiniband/core/
H A Dcma.c3195 return netdev_get_prio_tc_map(dev, prio); in get_vlan_ndev_tc()
3215 map->output_tc = netdev_get_prio_tc_map(dev, map->input_prio); in get_lower_vlan_dev_tc()
3248 return netdev_get_prio_tc_map(ndev, prio); in iboe_tos_to_sl()
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot.c1265 netdev_get_prio_tc_map(dev, skb->priority) : skb->priority; in ocelot_ifh_set_basic()
/openbmc/linux/net/core/
H A Ddev.c2376 int q = netdev_get_prio_tc_map(dev, i); in netif_setup_tc()
3246 u8 tc = netdev_get_prio_tc_map(dev, skb->priority); in skb_tx_hash()
4124 int tc = netdev_get_prio_tc_map(dev, skb->priority); in __get_xps_queue_idx()
/openbmc/linux/include/linux/
H A Dnetdevice.h2444 int netdev_get_prio_tc_map(const struct net_device *dev, u32 prio) in netdev_get_prio_tc_map() function