Home
last modified time | relevance | path

Searched refs:threshold_undef (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/netronome/nfp/abm/
H A Dmain.c476 abm->threshold_undef = bitmap_zalloc(abm->num_thresholds, GFP_KERNEL); in nfp_abm_init()
477 if (!abm->threshold_undef) in nfp_abm_init()
515 bitmap_free(abm->threshold_undef); in nfp_abm_init()
529 bitmap_free(abm->threshold_undef); in nfp_abm_clean()
H A Dmain.h73 unsigned long *threshold_undef; member
H A Dqdisc.c255 __bitmap_set(abm->threshold_undef, in nfp_abm_qdisc_offload_update()
278 if (test_bit(i, abm->threshold_undef)) in nfp_abm_qdisc_offload_update()
H A Dctrl.c81 __clear_bit(id, abm->threshold_undef); in __nfp_abm_ctrl_set_q_lvl()