Searched refs:dev_queue_obj (Results 1 – 3 of 3) sorted by relevance
582 struct se_queue_obj *qobj = &dev->dev_queue_obj; in transport_add_cmd_to_queue()634 struct se_queue_obj *qobj = &cmd->se_dev->dev_queue_obj; in transport_remove_cmd_from_queue()1312 transport_init_queue_obj(&dev->dev_queue_obj); in transport_add_device_to_core_hba()3163 wake_up_interruptible(&dev->dev_queue_obj.thread_wq); in transport_complete_task_attr()4144 wake_up_interruptible(&cmd->se_dev->dev_queue_obj.thread_wq); in transport_lun_wait_for_tasks()4365 wake_up_interruptible(&cmd->se_dev->dev_queue_obj.thread_wq); in transport_wait_for_tasks()4701 ret = wait_event_interruptible(dev->dev_queue_obj.thread_wq, in transport_processing_thread()4702 atomic_read(&dev->dev_queue_obj.queue_cnt) || in transport_processing_thread()4708 cmd = transport_get_cmd_from_queue(&dev->dev_queue_obj); in transport_processing_thread()4760 WARN_ON(!list_empty(&dev->dev_queue_obj.qobj_list)); in transport_processing_thread()
317 struct se_queue_obj *qobj = &dev->dev_queue_obj; in core_tmr_drain_cmd_list()
809 struct se_queue_obj dev_queue_obj; member