Searched refs:context_bytes (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_lan_hmc.c | 1135 static enum i40e_status_code i40e_get_hmc_context(u8 *context_bytes, in i40e_get_hmc_context() argument 1144 i40e_read_byte(context_bytes, &ce_info[f], dest); in i40e_get_hmc_context() 1147 i40e_read_word(context_bytes, &ce_info[f], dest); in i40e_get_hmc_context() 1150 i40e_read_dword(context_bytes, &ce_info[f], dest); in i40e_get_hmc_context() 1153 i40e_read_qword(context_bytes, &ce_info[f], dest); in i40e_get_hmc_context() 1171 u8 *context_bytes, in i40e_clear_hmc_context() argument 1175 i40e_memset(context_bytes, 0, (u32)hw->hmc.hmc_obj[hmc_type].size, in i40e_clear_hmc_context() 1187 static enum i40e_status_code i40e_set_hmc_context(u8 *context_bytes, in i40e_set_hmc_context() argument 1201 i40e_write_byte(context_bytes, &ce_info[f], dest); in i40e_set_hmc_context() 1204 i40e_write_word(context_bytes, &ce_info[f], dest); in i40e_set_hmc_context() [all …]
|