1MPT_HOST_PAGE_ACCESS(9) Message-based devices MPT_HOST_PAGE_ACCESS(9)
2
3
4
6 mpt_host_page_access_control - control the IOC's Host Page Buffer
7 access
8
10 int mpt_host_page_access_control(MPT_ADAPTER * ioc,
11 u8 access_control_value,
12 int sleepFlag);
13
15 ioc
16 Pointer to MPT adapter structure
17
18 access_control_value
19 define bits below
20
21 sleepFlag
22 Specifies whether the process can sleep
23
25 Provides mechanism for the host driver to control the IOC's Host Page
26 Buffer access.
27
28 Access Control Value - bits[15:12] 0h Reserved 1h Enable Access {
29 MPI_DB_HPBAC_ENABLE_ACCESS } 2h Disable Access {
30 MPI_DB_HPBAC_DISABLE_ACCESS } 3h Free Buffer { MPI_DB_HPBAC_FREE_BUFFER
31 }
32
33 Returns 0 for success, non-zero for failure.
34
36Kernel Hackers Manual 2.6. November 2011 MPT_HOST_PAGE_ACCESS(9)