Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ata/
Datavar.h131 u_int8_t r_head; member
/openbsd/src/sys/dev/ic/
Dwdc.c1696 wdccommand(chp, drive, wdc_c->r_command, wdc_c->r_cyl, wdc_c->r_head, in __wdccommand_start()
1792 wdc_c->r_head = CHP_READ_REG(chp, wdr_sdh); in __wdccommand_done()
2080 wdc_c.r_head = atareq->head & 0x0f; in wdc_ioc_ata_cmd()
2109 atareq->head = wdc_c.r_head; in wdc_ioc_ata_cmd()
/openbsd/src/sys/net/
Dif_wg.c195 uint32_t r_head; member
1901 if (parallel->r_tail - parallel->r_head < MAX_QUEUED_PKT) { in wg_queue_in()
1945 if (parallel->r_tail - parallel->r_head < MAX_QUEUED_PKT) { in wg_queue_out()
1965 if (r->r_head != r->r_tail) { in wg_ring_dequeue()
1966 m = r->r_buf[r->r_head & MAX_QUEUED_PKT_MASK]; in wg_ring_dequeue()
1967 r->r_head++; in wg_ring_dequeue()