qdio.h (a60bffe536f90834ddedc0ed4ddf81af943eb061) | qdio.h (32ddf3e124ee35b70c86e239b31d30827f993d3f) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * Copyright IBM Corp. 2000, 2008 4 * Author(s): Utz Bacher <utz.bacher@de.ibm.com> 5 * Jan Glauber <jang@linux.vnet.ibm.com> 6 * 7 */ 8#ifndef __QDIO_H__ --- 77 unchanged lines hidden (view full) --- 86#define QIB_RFLAGS_ENABLE_DATA_DIV 0x02 87 88/** 89 * struct qib - queue information block (QIB) 90 * @qfmt: queue format 91 * @pfmt: implementation dependent parameter format 92 * @rflags: QEBSM 93 * @ac: adapter characteristics | 1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * Copyright IBM Corp. 2000, 2008 4 * Author(s): Utz Bacher <utz.bacher@de.ibm.com> 5 * Jan Glauber <jang@linux.vnet.ibm.com> 6 * 7 */ 8#ifndef __QDIO_H__ --- 77 unchanged lines hidden (view full) --- 86#define QIB_RFLAGS_ENABLE_DATA_DIV 0x02 87 88/** 89 * struct qib - queue information block (QIB) 90 * @qfmt: queue format 91 * @pfmt: implementation dependent parameter format 92 * @rflags: QEBSM 93 * @ac: adapter characteristics |
94 * @isliba: absolute address of first input SLIB 95 * @osliba: absolute address of first output SLIB | 94 * @isliba: logical address of first input SLIB 95 * @osliba: logical address of first output SLIB |
96 * @ebcnam: adapter identifier in EBCDIC 97 * @parm: implementation dependent parameters 98 */ 99struct qib { 100 u32 qfmt : 8; 101 u32 pfmt : 8; 102 u32 rflags : 8; 103 u32 ac : 8; --- 261 unchanged lines hidden --- | 96 * @ebcnam: adapter identifier in EBCDIC 97 * @parm: implementation dependent parameters 98 */ 99struct qib { 100 u32 qfmt : 8; 101 u32 pfmt : 8; 102 u32 rflags : 8; 103 u32 ac : 8; --- 261 unchanged lines hidden --- |