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

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_hmc.c132 * @pd_index: which page descriptor index to manipulate
147 u32 pd_index,
159 if (pd_index / I40E_HMC_PD_CNT_IN_SD >= hmc_info->sd_table.sd_cnt) {
161 DEBUGOUT("i40e_add_pd_table_entry: bad pd_index\n");
166 sd_idx = (pd_index / I40E_HMC_PD_CNT_IN_SD);
171 rel_pd_idx = (pd_index % I40E_HMC_PD_CNT_IN_SD);
190 pd_entry->bp.sd_pd_index = pd_index;
145 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

Completed in 122 milliseconds