Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptiop/
H A Dhptiop.c296 BUS_SPACE_WRT4_ITL(outbound_queue, req); in hptiop_wait_ready_itl()
448 BUS_SPACE_WRT4_ITL(outbound_queue, index); in hptiop_request_callback_itl()
462 while ((req = BUS_SPACE_RD4_ITL(outbound_queue)) !=IOPMU_QUEUE_EMPTY) { in hptiop_drain_outbound_queue_itl()
933 BUS_SPACE_WRT4_ITL(outbound_queue, req32); in hptiop_get_config_itl()
1017 BUS_SPACE_WRT4_ITL(outbound_queue, req32); in hptiop_set_config_itl()
1197 BUS_SPACE_WRT4_ITL(outbound_queue, req32); in hptiop_do_ioctl_itl()
1202 BUS_SPACE_WRT4_ITL(outbound_queue, req32); in hptiop_do_ioctl_itl()
H A Dhptiop.h74 u_int32_t outbound_queue; member