'\" t .\" Title: fc_host_post_vendor_event .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: March 2017 .\" Manual: SCSI mid layer .\" Source: Kernel Hackers Manual 4.10.7 .\" Language: English .\" .TH "FC_HOST_POST_VENDOR_" "9" "March 2017" "Kernel Hackers Manual 4\&.10\&" "SCSI mid layer" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" fc_host_post_vendor_event \- called to post a vendor unique event on an fc_host .SH "SYNOPSIS" .HP \w'void\ fc_host_post_vendor_event('u .BI "void fc_host_post_vendor_event(struct\ Scsi_Host\ *\ " "shost" ", u32\ " "event_number" ", u32\ " "data_len" ", char\ *\ " "data_buf" ", u64\ " "vendor_id" ");" .SH "ARGUMENTS" .PP \fIshost\fR .RS 4 host the event occurred on .RE .PP \fIevent_number\fR .RS 4 fc event number obtained from \fBget_fc_event_number\fR .RE .PP \fIdata_len\fR .RS 4 amount, in bytes, of vendor unique data .RE .PP \fIdata_buf\fR .RS 4 pointer to vendor unique data .RE .PP \fIvendor_id\fR .RS 4 Vendor id .RE .SH "NOTES" .PP This routine assumes no locks are held on entry\&. .SH "AUTHORS" .PP \fBJames Bottomley\fR <\&James.Bottomley@hansenpartnership.com\&> .RS 4 Author. .RE .PP \fBRob Landley\fR <\&rob@landley.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br