Home
last modified time | relevance | path

Searched refs:PPORT_PER_PRIO_GET (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den_dcbnl.c350 pfc->requests[i] = PPORT_PER_PRIO_GET(pstats, i, tx_pause); in mlx5e_dcbnl_ieee_getpfc()
351 pfc->indications[i] = PPORT_PER_PRIO_GET(pstats, i, rx_pause); in mlx5e_dcbnl_ieee_getpfc()
Den_stats.h303 #define PPORT_PER_PRIO_GET(pstats, prio, c) \ macro