fc_host_post_vendor_event (9) - Linux Manuals
fc_host_post_vendor_event: called to post a vendor unique event on an fc_host
NAME
fc_host_post_vendor_event - called to post a vendor unique event on an fc_host
SYNOPSIS
-
void fc_host_post_vendor_event(struct Scsi_Host
* shost, u32event_number, u32 data_len, char * data_buf, u64vendor_id);
ARGUMENTS
shost
-
- host the event occurred on
event_number
- fc event number obtained from get_fc_event_number
data_len
- amount, in bytes, of vendor unique data
data_buf
- pointer to vendor unique data
vendor_id
- Vendor id
NOTES
This routine assumes no locks are held on entry.
AUTHORS
James Bottomley <James.Bottomley [at] hansenpartnership.com>
- Author.
Rob Landley <rob [at] landley.net>
- Author.
COPYRIGHT