Home
last modified time | relevance | path

Searched refs:num_rte (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/ia64/kernel/
H A Diosapic.c120 unsigned short num_rte; /* # of RTEs on this IOSAPIC */ member
170 iosapic_lists[i].num_rte) in find_iosapic()
999 end = base + iosapic_lists[index].num_rte - 1; in iosapic_check_gsi_range()
1031 int num_rte, err, index; in iosapic_init() local
1060 num_rte = ((ver >> 16) & 0xff) + 1; in iosapic_init()
1065 iosapic_lists[index].num_rte = num_rte; in iosapic_init()
1106 for (i = gsi_base; i < gsi_base + iosapic_lists[index].num_rte; i++) { in iosapic_remove()