MPTSCSIH_PROC_INFO(9) Message-based devices MPTSCSIH_PROC_INFO(9)
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
Kernel Hackers Manual 2.6. July 2010 MPTSCSIH_PROC_INFO(9)