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

/freebsd-11-stable/sys/dev/ixl/
H A Di40e_lan_hmc.h157 u32 rsrc_type; member in struct:i40e_hmc_lan_create_obj_info
166 u32 rsrc_type; member in struct:i40e_hmc_lan_delete_obj_info
H A Di40e_lan_hmc.c342 if (info->start_idx >= info->hmc_info->hmc_obj[info->rsrc_type].cnt) {
349 info->hmc_info->hmc_obj[info->rsrc_type].cnt) {
357 I40E_FIND_SD_INDEX_LIMIT(info->hmc_info, info->rsrc_type,
366 I40E_FIND_PD_INDEX_LIMIT(info->hmc_info, info->rsrc_type,
483 info.rsrc_type = I40E_HMC_LAN_FULL;
594 if (info->start_idx >= info->hmc_info->hmc_obj[info->rsrc_type].cnt) {
602 info->hmc_info->hmc_obj[info->rsrc_type].cnt) {
609 I40E_FIND_PD_INDEX_LIMIT(info->hmc_info, info->rsrc_type,
632 I40E_FIND_SD_INDEX_LIMIT(info->hmc_info, info->rsrc_type,
676 info.rsrc_type
1234 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...]

Completed in 59 milliseconds