1SENDPORTENABLE(9) Message-based devices SENDPORTENABLE(9)
2
3
4
6 SendPortEnable - Send PortEnable request to MPT adapter port.
7
9 int SendPortEnable(MPT_ADAPTER * ioc, int portnum, int sleepFlag);
10
12 ioc
13 Pointer to MPT_ADAPTER structure
14
15 portnum
16 Port number to enable
17
18 sleepFlag
19 Specifies whether the process can sleep
20
22 Send PortEnable to bring IOC to OPERATIONAL state.
23
24 Returns 0 for success, non-zero for failure.
25
27Kernel Hackers Manual 2.6. June 2019 SENDPORTENABLE(9)