Home
last modified time | relevance | path

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

/openbsd/sys/arch/sparc64/include/
H A Dhypervisor.h257 uint64_t *tail_offset, uint64_t *channel_state);
258 int64_t hv_ldc_tx_set_qtail(uint64_t ldc_id, uint64_t tail_offset);
264 uint64_t *tail_offset, uint64_t *channel_state);
/openbsd/sys/dev/ic/
H A Daic79xx.c7268 u_int tail_offset; in ahd_search_qinfifo() local
7276 tail_offset = WAITING_SCB_TAILS in ahd_search_qinfifo()
7278 ahd_outw(ahd, tail_offset, tid_tail); in ahd_search_qinfifo()
7434 u_int tail_offset; in ahd_rem_wscb() local
7449 tail_offset = WAITING_SCB_TAILS + (2 * tid); in ahd_rem_wscb()
7451 && ahd_inw(ahd, tail_offset) == scbid) in ahd_rem_wscb()
7452 ahd_outw(ahd, tail_offset, prev); in ahd_rem_wscb()