1RIO_INIT_DBELL_RES(9) RapidIO driver interface RIO_INIT_DBELL_RES(9)
2
3
4
6 rio_init_dbell_res - Initialize a RIO doorbell resource
7
9 void rio_init_dbell_res(struct resource * res, u16 start, u16 end);
10
12 res
13 resource struct
14
15 start
16 start of doorbell range
17
18 end
19 end of doorbell range
20
22 This function is used to initialize the fields of a resource for use as
23 a doorbell resource. It initializes a range of doorbell messages using
24 the start and end arguments.
25
27 Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
28 Author.
29
31Kernel Hackers Manual 2.6. June 2019 RIO_INIT_DBELL_RES(9)