1MPT_CONFIG(9) Message-based devices MPT_CONFIG(9)
2
3
4
6 mpt_config - Generic function to issue config message
7
9 int mpt_config(MPT_ADAPTER * ioc, CONFIGPARMS * pCfg);
10
12 ioc
13 Pointer to an adapter structure
14
15 pCfg
16 Pointer to a configuration structure. Struct contains action, page
17 address, direction, physical address and pointer to a configuration
18 page header Page header is updated.
19
21 Returns 0 for success -EPERM if not allowed due to ISR context -EAGAIN
22 if no msg frames currently available -EFAULT for non-successful reply
23 or no reply (timeout)
24
26Kernel Hackers Manual 2.6. June 2019 MPT_CONFIG(9)