Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/hptiop/
H A Dhptiop.c306 BUS_SPACE_WRT4_ITL(outbound_queue, req); in hptiop_wait_ready_itl()
458 BUS_SPACE_WRT4_ITL(outbound_queue, index); in hptiop_request_callback_itl()
472 while ((req = BUS_SPACE_RD4_ITL(outbound_queue)) !=IOPMU_QUEUE_EMPTY) { in hptiop_drain_outbound_queue_itl()
947 BUS_SPACE_WRT4_ITL(outbound_queue, req32); in hptiop_get_config_itl()
1031 BUS_SPACE_WRT4_ITL(outbound_queue, req32); in hptiop_set_config_itl()
1211 BUS_SPACE_WRT4_ITL(outbound_queue, req32); in hptiop_do_ioctl_itl()
1216 BUS_SPACE_WRT4_ITL(outbound_queue, req32); in hptiop_do_ioctl_itl()
H A Dhptiop.h76 u_int32_t outbound_queue; member