I'm not sure it's relevant. Queueing in the transfer protocol is a useful feature to address the limitations of physical hard disks (i.e., to delegate the ordering of temporally-proximate I/O operations to the device, which usually can do it better than the host OS can). With flash disks, optimization of seeks is unnecessary (since there are no seeks), and they are usually so fast that the command queues rarely grow.