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

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_hmc.c155 u32 sd_idx, rel_pd_idx; local
166 sd_idx = (pd_index / I40E_HMC_PD_CNT_IN_SD);
168 hmc_info->sd_table.sd_entry[sd_idx].entry_type)
172 pd_table = &hmc_info->sd_table.sd_entry[sd_idx].u.pd_table;
202 pd_entry->sd_index = sd_idx;
235 u32 sd_idx, rel_pd_idx; local
239 sd_idx = idx / I40E_HMC_PD_CNT_IN_SD;
241 if (sd_idx >= hmc_info->sd_table.sd_cnt) {
246 sd_entry = &hmc_info->sd_table.sd_entry[sd_idx];
253 pd_table = &hmc_info->sd_table.sd_entry[sd_idx]
[all...]
H A Di40e_lan_hmc.c317 u32 sd_idx, sd_lmt; local
354 &sd_idx, &sd_lmt);
355 if (sd_idx >= info->hmc_info->sd_table.sd_cnt ||
377 for (j = sd_idx; j < sd_lmt; j++) {
434 /* cleanup for sd entries from j to sd_idx */
435 while (j && (j > sd_idx)) {
559 u32 sd_idx, sd_lmt; local
609 sd_idx = j / I40E_HMC_PD_CNT_IN_SD;
612 info->hmc_info->sd_table.sd_entry[sd_idx].entry_type)
618 &info->hmc_info->sd_table.sd_entry[sd_idx]
1241 u32 sd_idx, sd_lmt; local
[all...]

Completed in 461 milliseconds