Searched refs:wq_class (Results 1 – 4 of 4) sorted by relevance
99 wq_class:4; /**< selected WQ class if steering is class */ member
1564 io->wq_class = (flags & OCS_SCSI_WQ_CLASS_MASK) >> OCS_SCSI_WQ_CLASS_SHIFT; in ocs_scsi_xfer_data()1673 io->wq_class = (flags & OCS_SCSI_WQ_CLASS_MASK) >> OCS_SCSI_WQ_CLASS_SHIFT; in ocs_scsi_send_resp()
983 if (likely(io->wq_class < ARRAY_SIZE(hw->wq_class_array))) { in ocs_hw_queue_next_wq()984 wq = ocs_varray_iter_next(hw->wq_class_array[io->wq_class]); in ocs_hw_queue_next_wq()
595 uint8_t wq_class; /**< WQ class if steering mode is Class */ member