Lines Matching +full:enable +full:- +full:remote +full:- +full:sense
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
4 * Copyright (C) 2003-2005 Dave Boutcher (boutcher@us.ibm.com) IBM Corp.
8 * Copyright (C) 2005-2011 FUJITA Tomonori <tomof@acm.org>
56 #define REMOTE 1 macro
59 /* root node property "ibm,partition-no" */
72 #define ERROR -40L
82 /* root node property ibm,partition-name */
84 /* root node property ibm,partition-no */
163 /* Sense buffer that will be mapped into outgoing status */
277 /* keep last client to enable proper accounting */
324 #define TARGET_STOP(VSCSI) (long)(((VSCSI)->state & DONT_PROCESS_STATE) | \
325 ((VSCSI)->flags & BLOCK))
335 #define vio_iu(IUE) ((union viosrp_iu *)((IUE)->sbuf->buf))