Searched defs:ublk_queue (Results 1 – 2 of 2) sorted by relevance
161 struct ublk_queue { struct162 int q_id;163 int q_depth;164 struct ublk_dev *dev;165 const struct ublk_tgt_ops *tgt_ops;166 struct ublksrv_io_desc *io_cmd_buf;191 struct ublk_queue q[UBLK_MAX_QUEUES]; argument
195 struct ublk_queue { struct196 int q_id;197 int q_depth;199 unsigned long flags;200 struct ublksrv_io_desc *io_cmd_buf;202 bool force_abort;203 bool canceling;204 bool fail_io; /* copy of dev->state == UBLK_S_DEV_FAIL_IO */205 spinlock_t cancel_lock;206 struct ublk_device *dev;