Home
last modified time | relevance | path

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

/arch/ia64/sn/kernel/
Dbte.c145 if (!(*bte->most_rcnt_na & BTE_WORD_AVAILABLE) || in bte_copy()
179 bte->most_rcnt_na = &bte->notify; in bte_copy()
181 bte->most_rcnt_na = notification; in bte_copy()
188 *bte->most_rcnt_na = BTE_WORD_BUSY; in bte_copy()
189 notif_phys_addr = (u64)bte->most_rcnt_na; in bte_copy()
213 while ((transfer_stat = *bte->most_rcnt_na) == BTE_WORD_BUSY) { in bte_copy()
218 BTE_LNSTAT_LOAD(bte), *bte->most_rcnt_na) ); in bte_copy()
222 *bte->most_rcnt_na = BTE_WORD_AVAILABLE; in bte_copy()
228 BTE_LNSTAT_LOAD(bte), *bte->most_rcnt_na)); in bte_copy()
235 *bte->most_rcnt_na = BTE_WORD_AVAILABLE; in bte_copy()
[all …]
Dbte_error.c217 notify = err_nodepda->bte_if[i].most_rcnt_na; in bte_error_handler()
/arch/ia64/include/asm/sn/
Dbte.h203 volatile u64 *most_rcnt_na; member