Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/netronome/nfp/abm/
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()
Dmain.h73 unsigned long *threshold_undef; member
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()
Dctrl.c81 __clear_bit(id, abm->threshold_undef); in __nfp_abm_ctrl_set_q_lvl()