1RIO_RELEASE_INB_DBEL(9) RapidIO driver interface RIO_RELEASE_INB_DBEL(9)
2
3
4
6 rio_release_inb_dbell - release inbound doorbell message service
7
9 int rio_release_inb_dbell(struct rio_mport * mport, u16 start,
10 u16 end);
11
13 mport
14 RIO master port from which to release the doorbell resource
15
16 start
17 Doorbell info range start
18
19 end
20 Doorbell info range end
21
23 Releases ownership of an inbound doorbell resource and removes callback
24 from the doorbell event list. Returns 0 if the request has been
25 satisfied.
26
28 Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
29 Author.
30
32Kernel Hackers Manual 2.6. June 2019 RIO_RELEASE_INB_DBEL(9)