Lines Matching refs:context_bytes

916 				  u8 *context_bytes,  in i40e_clear_hmc_context()  argument
920 memset(context_bytes, 0, (u32)hw->hmc.hmc_obj[hmc_type].size); in i40e_clear_hmc_context()
931 static int i40e_set_hmc_context(u8 *context_bytes, in i40e_set_hmc_context() argument
945 i40e_write_byte(context_bytes, &ce_info[f], dest); in i40e_set_hmc_context()
948 i40e_write_word(context_bytes, &ce_info[f], dest); in i40e_set_hmc_context()
951 i40e_write_dword(context_bytes, &ce_info[f], dest); in i40e_set_hmc_context()
954 i40e_write_qword(context_bytes, &ce_info[f], dest); in i40e_set_hmc_context()
1045 u8 *context_bytes; in i40e_clear_lan_tx_queue_context() local
1048 err = i40e_hmc_get_object_va(hw, &context_bytes, in i40e_clear_lan_tx_queue_context()
1053 return i40e_clear_hmc_context(hw, context_bytes, I40E_HMC_LAN_TX); in i40e_clear_lan_tx_queue_context()
1066 u8 *context_bytes; in i40e_set_lan_tx_queue_context() local
1069 err = i40e_hmc_get_object_va(hw, &context_bytes, in i40e_set_lan_tx_queue_context()
1074 return i40e_set_hmc_context(context_bytes, in i40e_set_lan_tx_queue_context()
1086 u8 *context_bytes; in i40e_clear_lan_rx_queue_context() local
1089 err = i40e_hmc_get_object_va(hw, &context_bytes, in i40e_clear_lan_rx_queue_context()
1094 return i40e_clear_hmc_context(hw, context_bytes, I40E_HMC_LAN_RX); in i40e_clear_lan_rx_queue_context()
1107 u8 *context_bytes; in i40e_set_lan_rx_queue_context() local
1110 err = i40e_hmc_get_object_va(hw, &context_bytes, in i40e_set_lan_rx_queue_context()
1115 return i40e_set_hmc_context(context_bytes, in i40e_set_lan_rx_queue_context()