num_thresholds    475 drivers/net/ethernet/netronome/nfp/abm/main.c 	abm->num_thresholds = array_size(abm->num_bands, NFP_NET_MAX_RX_RINGS);
num_thresholds    476 drivers/net/ethernet/netronome/nfp/abm/main.c 	abm->threshold_undef = bitmap_zalloc(abm->num_thresholds, GFP_KERNEL);
num_thresholds    480 drivers/net/ethernet/netronome/nfp/abm/main.c 	abm->thresholds = kvcalloc(abm->num_thresholds,
num_thresholds    485 drivers/net/ethernet/netronome/nfp/abm/main.c 	abm->actions = kvcalloc(abm->num_thresholds, sizeof(*abm->actions),
num_thresholds     75 drivers/net/ethernet/netronome/nfp/abm/main.h 	size_t num_thresholds;
num_thresholds    277 drivers/net/ethernet/netronome/nfp/abm/qdisc.c 	for (i = 0; i < abm->num_thresholds; i++)