table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
MPT_CONFIG(9) | Message-based devices | MPT_CONFIG(9) |
NAME¶
mpt_config - Generic function to issue config messageSYNOPSIS¶
int
mpt_config(MPT_ADAPTER * ioc,
CONFIGPARMS * pCfg);
ARGUMENTS¶
iocPointer to an adapter structure
pCfg
Pointer to a configuration structure. Struct
contains action, page address, direction, physical address and pointer to a
configuration page header Page header is updated.
DESCRIPTION¶
Returns 0 for success -EPERM if not allowed due to ISR context -EAGAIN if no msg frames currently available -EFAULT for non-successful reply or no reply (timeout)COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |