Home
last modified time | relevance | path

Searched refs:context_bytes (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_lan_hmc.c942 u8 *context_bytes, in i40e_clear_hmc_context() argument
946 memset(context_bytes, 0, (u32)hw->hmc.hmc_obj[hmc_type].size); in i40e_clear_hmc_context()
957 static i40e_status i40e_set_hmc_context(u8 *context_bytes, in i40e_set_hmc_context() argument
971 i40e_write_byte(context_bytes, &ce_info[f], dest); in i40e_set_hmc_context()
974 i40e_write_word(context_bytes, &ce_info[f], dest); in i40e_set_hmc_context()
977 i40e_write_dword(context_bytes, &ce_info[f], dest); in i40e_set_hmc_context()
980 i40e_write_qword(context_bytes, &ce_info[f], dest); in i40e_set_hmc_context()
1072 u8 *context_bytes; in i40e_clear_lan_tx_queue_context() local
1074 err = i40e_hmc_get_object_va(&hw->hmc, &context_bytes, in i40e_clear_lan_tx_queue_context()
1079 return i40e_clear_hmc_context(hw, context_bytes, I40E_HMC_LAN_TX); in i40e_clear_lan_tx_queue_context()
[all …]