Searched refs:ice_find_first_bit (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_bitops.h | 344 static inline u16 ice_find_first_bit(const ice_bitmap_t *bitmap, u16 size) in ice_find_first_bit() function 350 for ((_bitpos) = ice_find_first_bit((_addr), (_maxlen)); \ 364 return ice_find_first_bit(bitmap, size) < size; in ice_is_any_bit_set()
|
| H A D | ice_switch.c | 2275 prof = ice_find_first_bit(recipe_to_profile[idx], in ice_get_recp_frm_fw() 4595 rem_vsi_handle = ice_find_first_bit(vsi_list_info->vsi_map, in ice_rem_update_vsi_list() 5097 ice_find_first_bit(v_list_itr->vsi_list_info->vsi_map, in ice_add_vlan_internal() 7183 chain_idx = ice_find_first_bit(result_idx_bm, ICE_MAX_FV_WORDS); in ice_add_sw_recipe() 7240 chain_idx = ice_find_first_bit(result_idx_bm, in ice_add_sw_recipe() 9073 rem_vsi_handle = ice_find_first_bit(vsi_list_info->vsi_map, in ice_adv_rem_update_vsi_list()
|
| H A D | ice_flow.c | 2549 int id = ice_find_first_bit(prof->ptypes, UINT16_MAX); in ice_flow_set_hw_prof()
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_hash.c | 1219 id = (u64)ice_find_first_bit(prof->ptypes, UINT16_MAX); in ice_hash_add_raw_cfg() 1357 id = (u64)ice_find_first_bit(prof->ptypes, 0xFFFF); in ice_hash_rem_raw_cfg()
|
| H A D | ice_fdir_filter.c | 1328 int id = ice_find_first_bit(filter->prof->ptypes, UINT16_MAX); in ice_fdir_create_filter() 1487 int id = ice_find_first_bit(filter->prof->ptypes, UINT16_MAX); in ice_fdir_destroy_filter()
|