Home
last modified time | relevance | path

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

/linux/drivers/vdpa/octeon_ep/
H A Doctep_vdpa_main.c31 struct octep_hw *oct_hw; member
37 struct octep_hw oct_hw; member
53 return oct_vdpa->oct_hw; in vdpa_to_octep_hw()
56 static inline void octep_vdpa_dev_event_schedule(struct octep_hw *oct_hw) in octep_vdpa_dev_event_schedule() argument
58 u8 __iomem *addr = oct_hw->base[OCTEP_HW_MBOX_BAR]; in octep_vdpa_dev_event_schedule()
61 mgmt_dev = container_of(oct_hw, struct octep_vdpa_mgmt_dev, oct_hw); in octep_vdpa_dev_event_schedule()
68 struct octep_hw *oct_hw = data; in octep_vdpa_dev_event_handler() local
70 if (readb(oct_hw->base[OCTEP_HW_MBOX_BAR] + OCTEP_VF_EVENT_STATE(0)) == in octep_vdpa_dev_event_handler()
72 octep_vdpa_dev_event_schedule(oct_hw); in octep_vdpa_dev_event_handler()
79 struct octep_hw *oct_hw = data; in octep_vdpa_intr_handler() local
[all …]