Home
last modified time | relevance | path

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

/linux/drivers/vdpa/octeon_ep/
A Doctep_vdpa_hw.c202 static int feature_sel_write_with_timeout(struct octep_hw *oct_hw, u32 select, void __iomem *addr) in feature_sel_write_with_timeout() function
219 if (feature_sel_write_with_timeout(oct_hw, 0, &oct_hw->common_cfg->device_feature_select)) in octep_hw_get_dev_features()
224 if (feature_sel_write_with_timeout(oct_hw, 1, &oct_hw->common_cfg->device_feature_select)) in octep_hw_get_dev_features()
236 if (feature_sel_write_with_timeout(oct_hw, 0, &oct_hw->common_cfg->guest_feature_select)) in octep_hw_get_drv_features()
241 if (feature_sel_write_with_timeout(oct_hw, 1, &oct_hw->common_cfg->guest_feature_select)) in octep_hw_get_drv_features()
251 if (feature_sel_write_with_timeout(oct_hw, 0, &oct_hw->common_cfg->guest_feature_select)) in octep_hw_set_drv_features()
256 if (feature_sel_write_with_timeout(oct_hw, 1, &oct_hw->common_cfg->guest_feature_select)) in octep_hw_set_drv_features()

Completed in 4 milliseconds