Home
last modified time | relevance | path

Searched refs:pf_qmap (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_main.c3279 * @pf_qmap: bitmap to get queue use count from
3280 * @lock: pointer to a mutex that protects access to pf_qmap
3284 ice_get_avail_q_count(unsigned long *pf_qmap, struct mutex *lock, u16 size) in ice_get_avail_q_count() argument
3290 for_each_clear_bit(bit, pf_qmap, size) in ice_get_avail_q_count()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_main.c3766 * @pf_qmap: bitmap to get queue use count from
3767 * @lock: pointer to a mutex that protects access to pf_qmap
3771 ice_get_avail_q_count(unsigned long *pf_qmap, struct mutex *lock, u16 size) in ice_get_avail_q_count() argument
3777 for_each_clear_bit(bit, pf_qmap, size) in ice_get_avail_q_count()

Completed in 18 milliseconds