centos man page for struct_irb

Query: struct_irb

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

STRUCT
IRB(9) The ccw bus STRUCT IRB(9)
NAME
struct_irb - interruption response block
SYNOPSIS
struct irb { union scsw scsw; union esw; __u8 ecw[32]; };
MEMBERS
scsw subchannel status word esw extened status word ecw[32] extended control word
DESCRIPTION
The irb that is handed to the device driver when an interrupt occurs. For solicited interrupts, the common I/O layer already performs checks whether a field is valid; a field not being valid is always passed as 0. If a unit check occurred, ecw may contain sense data; this is retrieved by the common I/O layer itself if the device doesn't support concurrent sense (so that the device driver never needs to perform basic sene itself). For unsolicited interrupts, the irb is passed as-is (expect for sense data, if applicable).
AUTHOR
Cornelia Huck <cornelia.huck@de.ibm.com> Author.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 STRUCT IRB(9)
Related Man Pages
ccw_device_start(9) - centos
ccw_device_start_key(9) - centos
ccw_device_start_timeout_key(9) - centos
struct_ccw_driver(9) - centos
ccw_device_start_key(9) - suse
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
DB2 convert digits to binary format
[TIP] Processing YAML files with yq