1. NAME▲
rio_init_dbell_res - Initialize a RIO doorbell resource
2. SYNOPSIS ▲
void rio_init_dbell_res(struct resource * res , u16 start , u16 end );
3. ARGUMENTS ▲
res
resource struct
start
start of doorbell range
end
end of doorbell range
4. DESCRIPTION ▲
This function is used to initialize the fields of a resource for use as a doorbell resource. It initializes a range of doorbell messages using the start and end arguments.
5. AUTHOR ▲
Matt Porter <>, <>
Author.
6. COPYRIGHT ▲