Lines Matching +full:l +full:- +full:queue
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>
59 /* root node property "ibm,partition-no" */
70 #define ADAPT_SUCCESS 0L
72 #define ERROR -40L
82 /* root node property ibm,partition-name */
84 /* root node property ibm,partition-no */
93 * considering the client will never service its queue again.
98 * has freed at least one element in the response queue.
112 * serviced the queue. The variable is incrmented
197 /* commands waiting for space on repsonse queue */
267 /* information needed to manage command queue */
275 /* control block for the response queue timer */
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))
351 #define h_copy_rdma(l, sa, sb, da, db) \ argument
352 plpar_hcall_norets(H_COPY_RDMA, l, sa, sb, da, db)