Searched refs:context_bytes (Results 1 – 1 of 1) sorted by relevance
| /trueos/sys/dev/ixl/ |
| HD | i40e_lan_hmc.c | 1136 static enum i40e_status_code i40e_get_hmc_context(u8 *context_bytes, in i40e_get_hmc_context() argument 1145 i40e_read_byte(context_bytes, &ce_info[f], dest); in i40e_get_hmc_context() 1148 i40e_read_word(context_bytes, &ce_info[f], dest); in i40e_get_hmc_context() 1151 i40e_read_dword(context_bytes, &ce_info[f], dest); in i40e_get_hmc_context() 1154 i40e_read_qword(context_bytes, &ce_info[f], dest); in i40e_get_hmc_context() 1172 u8 *context_bytes, in i40e_clear_hmc_context() argument 1176 i40e_memset(context_bytes, 0, (u32)hw->hmc.hmc_obj[hmc_type].size, in i40e_clear_hmc_context() 1188 static enum i40e_status_code i40e_set_hmc_context(u8 *context_bytes, in i40e_set_hmc_context() argument 1202 i40e_write_byte(context_bytes, &ce_info[f], dest); in i40e_set_hmc_context() 1205 i40e_write_word(context_bytes, &ce_info[f], dest); in i40e_set_hmc_context() [all …]
|