Declare partial (receive sides only) direct dispatch support for GEOM RAID.
All real work is done in separate thread, so this just allows to switch there
easier. System-wide this saves up to 25% of context switches per request.
Unfortunately we can't allow direct send there due to the sxlock held during
respective calls.