Lines Matching refs:abort
82 bool abort;
636 fod->abort = false;
738 fod->abort = false;
899 /* abort outstanding io's */
903 fod->abort = true;
905 * only call lldd abort routine if waiting for
2002 * If this routine returns error, the LLDD should abort the exchange.
2198 * don't call abort routine again.
2289 fod->abort = true;
2305 __nvmet_fc_fod_op_abort(struct nvmet_fc_fcp_iod *fod, bool abort)
2311 if (abort) {
2333 bool abort;
2336 abort = fod->abort;
2343 if (__nvmet_fc_fod_op_abort(fod, abort))
2348 fod->abort = true;
2373 if (__nvmet_fc_fod_op_abort(fod, abort))
2408 if (__nvmet_fc_fod_op_abort(fod, abort))
2436 bool abort;
2439 abort = fod->abort;
2446 if (abort) {
2623 * request and the LLDD should abort the exchange.
2752 /* job appears to have already completed, ignore abort */
2760 * mark as abort. The abort handler, invoked upon completion
2765 fod->abort = true;