Searched +defs:tc +defs:all (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/drivers/net/ethernet/marvell/octeontx2/af/ |
D | mbox.h | 1457 u8 all; /* If all entries allocated to this PFVF to be freed */ member 1527 u8 all; /* Unmap all entries using this counter ? */ member 1627 u8 tc; member 1689 u8 all; /* PF + VFs */ member 1999 u8 all; /* Allocate all resource type one each */ member 2013 u8 all; member 2023 u8 all; /* Free all the cam resources */ member 2241 u8 all; member 2356 u8 all; /* All resources stats mapped to PF are cleared */ member
|
/linux-6.14.4/net/core/ |
D | dev.c | 2581 struct netdev_tc_txq *tc = &dev->tc_to_txq[0]; in netif_setup_tc() local 2606 struct netdev_tc_txq *tc = &dev->tc_to_txq[0]; in netdev_txq_to_tc() local 2783 int tc, bool skip_tc) in xps_copy_dev_maps() 2807 int maps_sz, num_tc = 1, tc = 0; in __netif_set_xps_queue() local 3043 int netdev_set_tc_queue(struct net_device *dev, u8 tc, u16 count, u16 offset) in netdev_set_tc_queue() 3092 u8 tc, u16 count, u16 offset) in netdev_bind_sb_channel_queue() 3464 u8 tc = netdev_get_prio_tc_map(dev, skb->priority); in skb_tx_hash() local 4411 int tc = netdev_get_prio_tc_map(dev, skb->priority); in __get_xps_queue_idx() local 12214 netdev_features_t netdev_increment_features(netdev_features_t all, in netdev_increment_features()
|
/linux-6.14.4/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.c | 3889 #define BNXT_TC_TO_RING_BASE(bp, tc) \ argument 4142 int n, tc = k - rx; in bnxt_alloc_cp_rings() local 5233 static void bnxt_clear_usr_fltrs(struct bnxt *bp, bool all) in bnxt_clear_usr_fltrs() 5255 static void bnxt_free_ntp_fltrs(struct bnxt *bp, bool all) in bnxt_free_ntp_fltrs() 5303 static void bnxt_free_l2_filters(struct bnxt *bp, bool all) in bnxt_free_l2_filters() 9377 int bnxt_hwrm_func_resc_qcaps(struct bnxt *bp, bool all) in bnxt_hwrm_func_resc_qcaps() 10653 bool all) in bnxt_del_one_rss_ctx() 14924 int bnxt_setup_mq_tc(struct net_device *dev, u8 tc) in bnxt_setup_mq_tc()
|