Searched defs:bteinfo_s (Results 1 – 1 of 1) sorted by relevance
139 struct bteinfo_s { struct140 u64 volatile notify ____cacheline_aligned;141 char *bte_base_addr ____cacheline_aligned;142 spinlock_t spinlock;143 cnodeid_t bte_cnode; /* cnode */144 int bte_error_count; /* Number of errors encountered */145 int bte_num; /* 0 --> BTE0, 1 --> BTE1 */146 int cleanup_active; /* Interface is locked for cleanup */147 volatile bte_result_t bh_error; /* error while processing */148 u64 volatile *most_rcnt_na;[all …]