Home
last modified time | relevance | path

Searched refs:sd_entry_type (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/infiniband/hw/irdma/
A Dpble.c199 enum irdma_sd_entry_type sd_entry_type; in irdma_get_type() local
201 sd_entry_type = !idx->rel_pd_idx && pages == IRDMA_HMC_PD_CNT_IN_SD ? in irdma_get_type()
203 return sd_entry_type; in irdma_get_type()
220 enum irdma_sd_entry_type sd_entry_type; in add_pble_prm() local
251 sd_entry_type = irdma_get_type(dev, idx, pages); in add_pble_prm()
253 sd_entry_type = sd_entry->entry_type; in add_pble_prm()
259 ibdev_dbg(to_ibdev(dev), "PBLE: sd_entry_type = %d\n", sd_entry_type); in add_pble_prm()
260 if (sd_entry_type == IRDMA_SD_TYPE_DIRECT) in add_pble_prm()
264 sd_entry_type = IRDMA_SD_TYPE_PAGED; in add_pble_prm()
268 if (sd_entry_type == IRDMA_SD_TYPE_PAGED) { in add_pble_prm()
[all …]

Completed in 6 milliseconds