Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dcore.c154 while (ctrl->nr_async_event_cmds && !list_empty(&ctrl->async_events)) { in nvmet_async_events_process()
155 aen = list_first_entry(&ctrl->async_events, in nvmet_async_events_process()
176 list_for_each_entry_safe(aen, tmp, &ctrl->async_events, entry) { in nvmet_async_events_free()
205 list_add_tail(&aen->entry, &ctrl->async_events); in nvmet_add_async_event()
1629 INIT_LIST_HEAD(&ctrl->async_events); in nvmet_alloc_ctrl()
H A Dnvmet.h274 struct list_head async_events; member
/linux/drivers/accel/amdxdna/
H A Daie2_pci.c225 if (!ndev->async_events) in aie2_mgmt_fw_init()