Searched refs:sd_index (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_hmc.h72 u32 sd_index; member in struct:i40e_hmc_pd_entry
83 u32 sd_index; member in struct:i40e_hmc_pd_table
127 * @sd_index: segment descriptor index
130 #define I40E_SET_PF_SD_ENTRY(hw, pa, sd_index, type) \
139 val3 = (sd_index) | BIT_ULL(I40E_PFHMC_SDCMD_PMSDWR_SHIFT); \
148 * @sd_index: segment descriptor index
151 #define I40E_CLEAR_PF_SD_ENTRY(hw, sd_index, type) \
158 val3 = (sd_index) | BIT_ULL(I40E_PFHMC_SDCMD_PMSDWR_SHIFT); \
224 u32 sd_index,
H A Di40e_hmc.c48 * @sd_index: segment descriptor index to manipulate
54 u32 sd_index,
71 if (sd_index >= hmc_info->sd_table.sd_cnt) {
73 DEBUGOUT("i40e_add_sd_table_entry: bad sd_index\n");
77 sd_entry = &hmc_info->sd_table.sd_entry[sd_index];
109 sd_entry->u.bp.sd_pd_index = sd_index;
112 hmc_info->sd_table.sd_entry[sd_index].entry_type = type;
202 pd_entry->sd_index = sd_idx;
52 i40e_add_sd_table_entry(struct i40e_hw *hw, struct i40e_hmc_info *hmc_info, u32 sd_index, enum i40e_sd_entry_type type, u64 direct_mode_sz) argument
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dcpu_acpi.h116 uint32_t sd_index; member in struct:cpu_acpi_state_dependency
/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpu_acpi.c290 sd->sd_index = elements[5].Integer.Value;

Completed in 62 milliseconds