Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_lan_hmc.c915 * @context_bytes: pointer to the context bit array (DMA memory)
919 u8 *context_bytes, in i40e_clear_hmc_context()
923 memset(context_bytes, 0, (u32)hw->hmc.hmc_obj[hmc_type].size); in i40e_clear_hmc_context()
930 * @context_bytes: pointer to the context bit array
934 static i40e_status i40e_set_hmc_context(u8 *context_bytes, in i40e_set_hmc_context() argument
948 i40e_write_byte(context_bytes, &ce_info[f], dest); in i40e_set_hmc_context()
951 i40e_write_word(context_bytes, &ce_info[f], dest); in i40e_set_hmc_context()
954 i40e_write_dword(context_bytes, &ce_info[f], dest); in i40e_set_hmc_context()
957 i40e_write_qword(context_bytes, &ce_info[f], dest); in i40e_set_hmc_context()
1049 u8 *context_bytes; in i40e_clear_lan_tx_queue_context() local
918 i40e_clear_hmc_context(struct i40e_hw *hw, u8 *context_bytes, enum i40e_hmc_lan_rsrc_type hmc_type) i40e_clear_hmc_context() argument
1070 u8 *context_bytes; i40e_set_lan_tx_queue_context() local
1090 u8 *context_bytes; i40e_clear_lan_rx_queue_context() local
1111 u8 *context_bytes; i40e_set_lan_rx_queue_context() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_lan_hmc.c915 * @context_bytes: pointer to the context bit array (DMA memory)
919 u8 *context_bytes, in i40e_clear_hmc_context()
923 memset(context_bytes, 0, (u32)hw->hmc.hmc_obj[hmc_type].size); in i40e_clear_hmc_context()
930 * @context_bytes: pointer to the context bit array
934 static int i40e_set_hmc_context(u8 *context_bytes, in i40e_set_hmc_context() argument
948 i40e_write_byte(context_bytes, &ce_info[f], dest); in i40e_set_hmc_context()
951 i40e_write_word(context_bytes, &ce_info[f], dest); in i40e_set_hmc_context()
954 i40e_write_dword(context_bytes, &ce_info[f], dest); in i40e_set_hmc_context()
957 i40e_write_qword(context_bytes, &ce_info[f], dest); in i40e_set_hmc_context()
1048 u8 *context_bytes; in i40e_clear_lan_tx_queue_context() local
918 i40e_clear_hmc_context(struct i40e_hw *hw, u8 *context_bytes, enum i40e_hmc_lan_rsrc_type hmc_type) i40e_clear_hmc_context() argument
1069 u8 *context_bytes; i40e_set_lan_tx_queue_context() local
1089 u8 *context_bytes; i40e_clear_lan_rx_queue_context() local
1110 u8 *context_bytes; i40e_set_lan_rx_queue_context() local
[all...]

Completed in 4 milliseconds