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

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_hmc.c71 if (sd_index >= hmc_info->sd_table.sd_cnt) {
159 if (pd_index / I40E_HMC_PD_CNT_IN_SD >= hmc_info->sd_table.sd_cnt) {
241 if (sd_idx >= hmc_info->sd_table.sd_cnt) {
H A Di40e_hmc.h98 u32 sd_cnt; member in struct:i40e_hmc_sd_table
100 struct i40e_hmc_sd_entry *sd_entry; /* (sd_cnt*512) entries max */
H A Di40e_lan_hmc.c228 hw->hmc.sd_table.sd_cnt = (u32)
235 hw->hmc.sd_table.sd_cnt));
355 if (sd_idx >= info->hmc_info->sd_table.sd_cnt ||
356 sd_lmt > info->hmc_info->sd_table.sd_cnt) {
630 if (sd_idx >= info->hmc_info->sd_table.sd_cnt ||
631 sd_lmt > info->hmc_info->sd_table.sd_cnt) {
680 hw->hmc.sd_table.sd_cnt = 0;

Completed in 778 milliseconds