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

/linux-master/drivers/infiniband/hw/irdma/
H A Dhw.c33 static enum irdma_hmc_rsrc_type iw_hmc_obj_types[] = { variable in typeref:enum:irdma_hmc_rsrc_type
811 if (dev->hmc_info->hmc_obj[iw_hmc_obj_types[i]].cnt)
812 irdma_close_hmc_objects_type(dev, iw_hmc_obj_types[i],
851 if (iw_hmc_obj_types[i] == IRDMA_HMC_IW_PBLE)
853 if (dev->hmc_info->hmc_obj[iw_hmc_obj_types[i]].cnt) {
854 info.rsrc_type = iw_hmc_obj_types[i];
861 iw_hmc_obj_types[i], status); local
876 if (dev->hmc_info->hmc_obj[iw_hmc_obj_types[i]].cnt)
877 irdma_close_hmc_objects_type(dev, iw_hmc_obj_types[i],
H A Dmain.h109 #define IW_HMC_OBJ_TYPE_NUM ARRAY_SIZE(iw_hmc_obj_types)

Completed in 120 milliseconds