Searched refs:rsrc_type (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/dev/irdma/
H A Dirdma_hmc.c240 if (info->start_idx >= info->hmc_info->hmc_obj[info->rsrc_type].cnt)
244 info->hmc_info->hmc_obj[info->rsrc_type].cnt)
274 if (info->start_idx >= info->hmc_info->hmc_obj[info->rsrc_type].cnt)
278 info->hmc_info->hmc_obj[info->rsrc_type].cnt) {
281 info->rsrc_type, info->start_idx, info->count,
282 info->hmc_info->hmc_obj[info->rsrc_type].cnt);
286 irdma_find_sd_index_limit(info->hmc_info, info->rsrc_type,
294 irdma_find_pd_index_limit(info->hmc_info, info->rsrc_type,
308 info->rsrc_type != IRDMA_HMC_IW_PBLE)) {
422 if (info->start_idx >= info->hmc_info->hmc_obj[info->rsrc_type]
[all...]
H A Dirdma_hmc.h158 u32 rsrc_type; member in struct:irdma_hmc_create_obj_info
169 u32 rsrc_type; member in struct:irdma_hmc_del_obj_info
H A Dirdma_hw.c821 info.rsrc_type = obj_type;
890 info.rsrc_type = iw_hmc_obj_types[i];
891 info.count = dev->hmc_info->hmc_obj[info.rsrc_type].cnt;
/freebsd-current/sys/dev/ixl/
H A Di40e_lan_hmc.h156 u32 rsrc_type; member in struct:i40e_hmc_lan_create_obj_info
165 u32 rsrc_type; member in struct:i40e_hmc_lan_delete_obj_info
H A Di40e_lan_hmc.c341 if (info->start_idx >= info->hmc_info->hmc_obj[info->rsrc_type].cnt) {
348 info->hmc_info->hmc_obj[info->rsrc_type].cnt) {
356 I40E_FIND_SD_INDEX_LIMIT(info->hmc_info, info->rsrc_type,
365 I40E_FIND_PD_INDEX_LIMIT(info->hmc_info, info->rsrc_type,
482 info.rsrc_type = I40E_HMC_LAN_FULL;
593 if (info->start_idx >= info->hmc_info->hmc_obj[info->rsrc_type].cnt) {
601 info->hmc_info->hmc_obj[info->rsrc_type].cnt) {
608 I40E_FIND_PD_INDEX_LIMIT(info->hmc_info, info->rsrc_type,
631 I40E_FIND_SD_INDEX_LIMIT(info->hmc_info, info->rsrc_type,
675 info.rsrc_type
1233 i40e_hmc_get_object_va(struct i40e_hw *hw, u8 **object_base, enum i40e_hmc_lan_rsrc_type rsrc_type, u32 obj_idx) argument
[all...]
/freebsd-current/sys/dev/ice/
H A Dice_flex_pipe.c1380 * @rsrc_type: pointer to variable to receive the resource type
1382 static bool ice_prof_id_rsrc_type(enum ice_block blk, u16 *rsrc_type) argument
1386 *rsrc_type = ICE_AQC_RES_TYPE_HASH_PROF_BLDR_PROFID;
1389 *rsrc_type = ICE_AQC_RES_TYPE_QHASH_PROF_BLDR_PROFID;
1400 * @rsrc_type: pointer to variable to receive the resource type
1402 static bool ice_tcam_ent_rsrc_type(enum ice_block blk, u16 *rsrc_type) argument
1406 *rsrc_type = ICE_AQC_RES_TYPE_HASH_PROF_BLDR_TCAM;
1409 *rsrc_type = ICE_AQC_RES_TYPE_QHASH_PROF_BLDR_TCAM;

Completed in 104 milliseconds