Searched +defs:tc +defs:all (Results 1 – 2 of 2) sorted by relevance
/linux/net/core/ |
H A D | dev.c | 2611 struct netdev_tc_txq *tc = &dev->tc_to_txq[0]; in netif_setup_tc() local 2636 struct netdev_tc_txq *tc = &dev->tc_to_txq[0]; in netdev_txq_to_tc() local 2813 int tc, bool skip_tc) in xps_copy_dev_maps() 2837 int maps_sz, num_tc = 1, tc = 0; in __netif_set_xps_queue() local 3073 int netdev_set_tc_queue(struct net_device *dev, u8 tc, u16 count, u16 offset) in netdev_set_tc_queue() 3122 u8 tc, u16 count, u16 offset) in netdev_bind_sb_channel_queue() 3494 u8 tc = netdev_get_prio_tc_map(dev, skb->priority); in skb_tx_hash() local 4471 int tc = netdev_get_prio_tc_map(dev, skb->priority); in __get_xps_queue_idx() local 12424 netdev_features_t netdev_increment_features(netdev_features_t all, in netdev_increment_features()
|
/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.c | 3942 #define BNXT_TC_TO_RING_BASE(bp, tc) \ argument 4195 int n, tc = k - rx; in bnxt_alloc_cp_rings() local 5288 static void bnxt_clear_usr_fltrs(struct bnxt *bp, bool all) in bnxt_clear_usr_fltrs() 5310 static void bnxt_free_ntp_fltrs(struct bnxt *bp, bool all) in bnxt_free_ntp_fltrs() 5360 static void bnxt_free_l2_filters(struct bnxt *bp, bool all) in bnxt_free_l2_filters() 9467 int bnxt_hwrm_func_resc_qcaps(struct bnxt *bp, bool all) in bnxt_hwrm_func_resc_qcaps() 10750 bool all) in bnxt_del_one_rss_ctx() 15286 int bnxt_setup_mq_tc(struct net_device *dev, u8 tc) in bnxt_setup_mq_tc()
|