Searched defs:ce_info (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_lan_hmc.c | 757 * @ce_info: a description of the struct to be read from 761 struct i40e_context_ele *ce_info, 769 from = src + ce_info->offset; 772 shift_width = ce_info->lsb % 8; 773 mask = BIT(ce_info->width) - 1; 783 dest = hmc_bits + (ce_info->lsb / 8); 797 * @ce_info: a description of the struct to be read from 801 struct i40e_context_ele *ce_info, 810 from = src + ce_info->offset; 813 shift_width = ce_info 760 i40e_write_byte(u8 *hmc_bits, struct i40e_context_ele *ce_info, u8 *src) argument 800 i40e_write_word(u8 *hmc_bits, struct i40e_context_ele *ce_info, u8 *src) argument 844 i40e_write_dword(u8 *hmc_bits, struct i40e_context_ele *ce_info, u8 *src) argument 896 i40e_write_qword(u8 *hmc_bits, struct i40e_context_ele *ce_info, u8 *src) argument 948 i40e_read_byte(u8 *hmc_bits, struct i40e_context_ele *ce_info, u8 *dest) argument 985 i40e_read_word(u8 *hmc_bits, struct i40e_context_ele *ce_info, u8 *dest) argument 1029 i40e_read_dword(u8 *hmc_bits, struct i40e_context_ele *ce_info, u8 *dest) argument 1082 i40e_read_qword(u8 *hmc_bits, struct i40e_context_ele *ce_info, u8 *dest) argument 1135 i40e_get_hmc_context(u8 *context_bytes, struct i40e_context_ele *ce_info, u8 *dest) argument 1187 i40e_set_hmc_context(u8 *context_bytes, struct i40e_context_ele *ce_info, u8 *dest) argument [all...] |
/illumos-gate/usr/src/uts/sun4u/cpu/ |
H A D | spitfire.c | 4119 struct ce_info { struct 4128 * Separately-defined structure for use in reporting the ce_info 4130 * of struct ce_info. 4144 struct ce_info *mem_ce_simm = NULL; 4180 size = sizeof (struct ce_info) * mem_ce_simm_size; 4236 struct ce_info *psimm = mem_ce_simm; 4315 struct ce_info *psimm = mem_ce_simm; 4433 struct ce_info *ceip = mem_ce_simm;
|
Completed in 67 milliseconds