Searched refs:notify_event_cmd (Results 1 – 2 of 2) sorted by relevance
476 taskid == driver_cmds->notify_event_cmd.inter_taskid); in leapraid_is_fixed_taskid()617 leapraid_clean_active_driver_cmd(&driver_cmds->notify_event_cmd); in leapraid_clean_active_driver_cmds()7878 adapter->driver_cmds.notify_event_cmd.inter_taskid = in leapraid_request_host_memory()8102 adapter->driver_cmds.notify_event_cmd.status = LEAPRAID_CMD_NOT_USED; in leapraid_init_driver_cmds()8103 adapter->driver_cmds.notify_event_cmd.cb_idx = in leapraid_init_driver_cmds()8105 mutex_init(&adapter->driver_cmds.notify_event_cmd.mutex); in leapraid_init_driver_cmds()8106 list_add_tail(&adapter->driver_cmds.notify_event_cmd.list, in leapraid_init_driver_cmds()8303 mutex_lock(&adapter->driver_cmds.notify_event_cmd.mutex); in leapraid_evt_notify()8304 adapter->driver_cmds.notify_event_cmd.status = LEAPRAID_CMD_PENDING; in leapraid_evt_notify()8308 adapter->driver_cmds.notify_event_cmd.inter_taskid); in leapraid_evt_notify()[all …]
509 struct leapraid_driver_cmd notify_event_cmd; member