mptscsih_proc_info — Return information about MPT adapter
int mptscsih_proc_info
(struct Scsi_Host * host, char * buffer, char ** start, off_t offset, int length, int func);
scsi host struct
if write, user data; if read, buffer for user
returns the buffer address
if write, 0; if read, the current offset into the buffer from the previous read.
if write, return length;
write = 1; read = 0
(linux scsi_host_template.info routine)