Home
last modified time | relevance | path

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

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