1WAITFORDOORBELLREPLY(9) Message-based devices WAITFORDOORBELLREPLY(9)
2
3
4
6 WaitForDoorbellReply - Wait for and capture an IOC handshake reply.
7
9 int WaitForDoorbellReply(MPT_ADAPTER * ioc, int howlong,
10 int sleepFlag);
11
13 ioc
14 Pointer to MPT_ADAPTER structure
15
16 howlong
17 How long to wait (in seconds)
18
19 sleepFlag
20 Specifies whether the process can sleep
21
23 This routine polls the IOC for a handshake reply, 16 bits at a time.
24 Reply is cached to IOC private area large enough to hold a maximum of
25 128 bytes of reply data.
26
27 Returns a negative value on failure, else size of reply in WORDS.
28
30Kernel Hackers Manual 3.10 June 2019 WAITFORDOORBELLREPLY(9)