Searched +defs:tc +defs:all (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | mbox.h | 1475 u8 all; /* If all entries allocated to this PFVF to be freed */ member 1545 u8 all; /* Unmap all entries using this counter ? */ member 1645 u8 tc; member 1707 u8 all; /* PF + VFs */ member 2017 u8 all; /* Allocate all resource type one each */ member 2031 u8 all; member 2041 u8 all; /* Free all the cam resources */ member 2259 u8 all; member 2374 u8 all; /* All resources stats mapped to PF are cleared */ member
|
/linux/net/core/ |
H A D | dev.c | 2610 struct netdev_tc_txq *tc = &dev->tc_to_txq[0]; in netif_setup_tc() local 2635 struct netdev_tc_txq *tc = &dev->tc_to_txq[0]; in netdev_txq_to_tc() local 2812 int tc, bool skip_tc) in xps_copy_dev_maps() 2836 int maps_sz, num_tc = 1, tc = 0; in __netif_set_xps_queue() local 3072 int netdev_set_tc_queue(struct net_device *dev, u8 tc, u16 count, u16 offset) in netdev_set_tc_queue() 3121 u8 tc, u16 count, u16 offset) in netdev_bind_sb_channel_queue() 3491 u8 tc = netdev_get_prio_tc_map(dev, skb->priority); in skb_tx_hash() local 4521 int tc = netdev_get_prio_tc_map(dev, skb->priority); in __get_xps_queue_idx() local 12631 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 | 3969 #define BNXT_TC_TO_RING_BASE(bp, tc) \ argument 4222 int n, tc = k - rx; in bnxt_alloc_cp_rings() local 5315 static void bnxt_clear_usr_fltrs(struct bnxt *bp, bool all) in bnxt_clear_usr_fltrs() 5337 static void bnxt_free_ntp_fltrs(struct bnxt *bp, bool all) in bnxt_free_ntp_fltrs() 5387 static void bnxt_free_l2_filters(struct bnxt *bp, bool all) in bnxt_free_l2_filters() 9507 int bnxt_hwrm_func_resc_qcaps(struct bnxt *bp, bool all) in bnxt_hwrm_func_resc_qcaps() 10796 bool all) in bnxt_del_one_rss_ctx() 15342 int bnxt_setup_mq_tc(struct net_device *dev, u8 tc) in bnxt_setup_mq_tc()
|