Searched refs:pd_index (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/ixl/ |
H A D | i40e_hmc.c | 144 u32 pd_index, in i40e_add_pd_table_entry() argument 156 if (pd_index / I40E_HMC_PD_CNT_IN_SD >= hmc_info->sd_table.sd_cnt) { in i40e_add_pd_table_entry() 163 sd_idx = (pd_index / I40E_HMC_PD_CNT_IN_SD); in i40e_add_pd_table_entry() 168 rel_pd_idx = (pd_index % I40E_HMC_PD_CNT_IN_SD); in i40e_add_pd_table_entry() 187 pd_entry->bp.sd_pd_index = pd_index; in i40e_add_pd_table_entry()
|
H A D | i40e_hmc.h | 210 #define I40E_FIND_PD_INDEX_LIMIT(hmc_info, type, idx, cnt, pd_index, pd_limit)\ argument 216 *(pd_index) = (u32)(fpm_adr / I40E_HMC_PAGED_BP_SIZE); \ 229 u32 pd_index,
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_hmc.c | 587 struct irdma_hmc_info *hmc_info, u32 pd_index, in irdma_add_pd_table_entry() argument 598 if (pd_index / IRDMA_HMC_PD_CNT_IN_SD >= hmc_info->sd_table.sd_cnt) in irdma_add_pd_table_entry() 601 sd_idx = (pd_index / IRDMA_HMC_PD_CNT_IN_SD); in irdma_add_pd_table_entry() 606 rel_pd_idx = (pd_index % IRDMA_HMC_PD_CNT_IN_SD); in irdma_add_pd_table_entry() 625 pd_entry->bp.sd_pd_index = pd_index; in irdma_add_pd_table_entry()
|
H A D | irdma_hmc.h | 191 struct irdma_hmc_info *hmc_info, u32 pd_index,
|
/freebsd/sys/dev/mrsas/ |
H A D | mrsas.c | 4562 int retcode = 0, pd_index = 0, pd_count = 0, pd_list_size; in mrsas_get_pd_list() local 4622 for (pd_index = 0; pd_index < le32toh(pd_list_mem->count); pd_index++) { in mrsas_get_pd_list() 4633 for (pd_index = 0; pd_index < MRSAS_MAX_PD; pd_index++) { in mrsas_get_pd_list() 4634 if ((sc->local_pd_list[pd_index].driveState != in mrsas_get_pd_list() 4636 (sc->target_list[pd_index].target_id != in mrsas_get_pd_list() 4638 mrsas_remove_target(sc, pd_index); in mrsas_get_pd_list()
|