Searched refs:sd_entry_type (Results 1 – 1 of 1) sorted by relevance
233 enum irdma_sd_entry_type sd_entry_type; in irdma_get_type() local235 sd_entry_type = !idx->rel_pd_idx && pages == IRDMA_HMC_PD_CNT_IN_SD ? in irdma_get_type()237 return sd_entry_type; in irdma_get_type()254 enum irdma_sd_entry_type sd_entry_type; in add_pble_prm() local285 sd_entry_type = irdma_get_type(dev, idx, pages); in add_pble_prm()287 sd_entry_type = sd_entry->entry_type; in add_pble_prm()294 sd_entry_type); in add_pble_prm()295 if (sd_entry_type == IRDMA_SD_TYPE_DIRECT) in add_pble_prm()299 sd_entry_type = IRDMA_SD_TYPE_PAGED; in add_pble_prm()303 if (sd_entry_type == IRDMA_SD_TYPE_PAGED) { in add_pble_prm()[all …]