Lines Matching refs:abort
82 bool abort;
648 fod->abort = false;
750 fod->abort = false;
896 /* abort outstanding io's */
900 fod->abort = true;
902 * only call lldd abort routine if waiting for
2024 * If this routine returns error, the LLDD should abort the exchange.
2221 * don't call abort routine again.
2312 fod->abort = true;
2328 __nvmet_fc_fod_op_abort(struct nvmet_fc_fcp_iod *fod, bool abort)
2334 if (abort) {
2356 bool abort;
2359 abort = fod->abort;
2366 if (__nvmet_fc_fod_op_abort(fod, abort))
2371 fod->abort = true;
2396 if (__nvmet_fc_fod_op_abort(fod, abort))
2431 if (__nvmet_fc_fod_op_abort(fod, abort))
2459 bool abort;
2462 abort = fod->abort;
2469 if (abort) {
2647 * request and the LLDD should abort the exchange.
2776 /* job appears to have already completed, ignore abort */
2784 * mark as abort. The abort handler, invoked upon completion
2789 fod->abort = true;