Home
last modified time | relevance | path

Searched refs:threshold_undef (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/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.h49 * @threshold_undef: bitmap of thresholds which have not been set
51 * @num_thresholds: number of @thresholds and bits in @threshold_undef
73 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()
/kernel/linux/linux-6.6/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.h49 * @threshold_undef: bitmap of thresholds which have not been set
51 * @num_thresholds: number of @thresholds and bits in @threshold_undef
73 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()

Completed in 7 milliseconds