K 10 svn:author V 3 mav K 8 svn:date V 27 2018-02-01T19:01:06.919935Z K 7 svn:log V 292 MFC r324075 (by imp): Tweak performance of nda completions Use xpt_done_direct in preference to xpt_done when completing a successful I/O. Continue to use xpt_done when there's an error, or for completion of the submission of a CCB. This eliminates a context switch to the cam_doneq thread. END