MPTSCSIH_PROC_INFO
Section: Message-based devices (9)
Updated: February 2011
Index
Return to Main Contents
NAME
mptscsih_proc_info - Return information about MPT adapter
SYNOPSIS
-
int mptscsih_proc_info(struct Scsi_Host * host, char * buffer, char ** start, off_t offset, int length, int func);
ARGUMENTS
host
-
- scsi host struct
buffer
-
if write, user data; if read, buffer for user
start
-
returns the buffer address
offset
-
if write, 0; if read, the current offset into the buffer from the previous read.
length
-
if write, return length;
func
-
write = 1; read = 0
DESCRIPTION
(linux scsi_host_template.info routine)
COPYRIGHT