Searched refs:II_RESERVE (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/sn1/
H A Dml_SN_intr.c246 * reserve should be set to II_RESERVE or II_UNRESERVE
288 ASSERT(reserve == II_RESERVE);
291 if (!(vecblk->info[bit].ii_flags & II_RESERVE)) {
303 if ((vecblk->info[bit].ii_flags & II_RESERVE) == reserve) {
316 vecblk->info[bit].ii_flags |= (II_RESERVE | resflags);
370 return(do_intr_reserve_level(cpu, bit, resflags, II_RESERVE, owner_dev, name));
462 (!(vecblk->info[bit].ii_flags & II_RESERVE))) {
540 if ((vecblk->info[bit].ii_flags & (II_RESERVE | II_INUSE)) !=
541 ((II_RESERVE | II_INUSE))) {
781 II_RESERVE,
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/sn/sn1/
H A Dintr.h66 #define II_RESERVE 1 /* Interrupt reserved. */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/sn/sn1/
H A Dintr.h66 #define II_RESERVE 1 /* Interrupt reserved. */ macro

Completed in 24 milliseconds