Searched refs:mlx4_en_alloc_tx_queue_per_tc (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_dcb_nl.c | 247 if (mlx4_en_alloc_tx_queue_per_tc(dev, num_tcs)) in mlx4_en_dcbnl_set_state() 490 if (mlx4_en_alloc_tx_queue_per_tc(dev, 0)) in mlx4_en_dcbnl_setdcbx()
|
H A D | mlx4_en.h | 785 int mlx4_en_alloc_tx_queue_per_tc(struct net_device *dev, u8 tc);
|
H A D | en_netdev.c | 89 int mlx4_en_alloc_tx_queue_per_tc(struct net_device *dev, u8 tc) in mlx4_en_alloc_tx_queue_per_tc() function 155 return mlx4_en_alloc_tx_queue_per_tc(dev, mqprio->num_tc); in __mlx4_en_setup_tc()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_dcb_nl.c | 247 if (mlx4_en_alloc_tx_queue_per_tc(dev, num_tcs)) in mlx4_en_dcbnl_set_state() 490 if (mlx4_en_alloc_tx_queue_per_tc(dev, 0)) in mlx4_en_dcbnl_setdcbx()
|
H A D | mlx4_en.h | 777 int mlx4_en_alloc_tx_queue_per_tc(struct net_device *dev, u8 tc);
|
H A D | en_netdev.c | 90 int mlx4_en_alloc_tx_queue_per_tc(struct net_device *dev, u8 tc) in mlx4_en_alloc_tx_queue_per_tc() function 156 return mlx4_en_alloc_tx_queue_per_tc(dev, mqprio->num_tc); in __mlx4_en_setup_tc()
|
Completed in 16 milliseconds