Searched refs:pd_index (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/ixl/
H A Di40e_hmc.c130 * @pd_index: which page descriptor index to manipulate
145 u32 pd_index,
157 if (pd_index / I40E_HMC_PD_CNT_IN_SD >= hmc_info->sd_table.sd_cnt) {
159 DEBUGOUT("i40e_add_pd_table_entry: bad pd_index\n");
164 sd_idx = (pd_index / I40E_HMC_PD_CNT_IN_SD);
169 rel_pd_idx = (pd_index % I40E_HMC_PD_CNT_IN_SD);
188 pd_entry->bp.sd_pd_index = pd_index;
143 i40e_add_pd_table_entry(struct i40e_hw *hw, struct i40e_hmc_info *hmc_info, u32 pd_index, struct i40e_dma_mem *rsrc_pg) argument
H A Di40e_hmc.h205 * @pd_index: pointer to return page descriptor index
211 #define I40E_FIND_PD_INDEX_LIMIT(hmc_info, type, idx, cnt, pd_index, pd_limit)\
217 *(pd_index) = (u32)(fpm_adr / I40E_HMC_PAGED_BP_SIZE); \
230 u32 pd_index,
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas.c4579 int retcode = 0, pd_index = 0, pd_count = 0, pd_list_size; local
4638 for (pd_index = 0; pd_index < pd_list_mem->count; pd_index++) {
4648 for (pd_index = 0; pd_index < MRSAS_MAX_PD; pd_index++) {
4649 if ((sc->local_pd_list[pd_index].driveState !=
4651 (sc->target_list[pd_index].target_id !=
4653 mrsas_remove_target(sc, pd_index);
[all...]

Completed in 167 milliseconds