Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/hptiop/
H A Dhptiop.c290 req = BUS_SPACE_RD4_ITL(inbound_queue); in hptiop_wait_ready_itl()
806 BUS_SPACE_WRT4_ITL(inbound_queue, req32); in hptiop_send_sync_request_itl()
917 req32 = BUS_SPACE_RD4_ITL(inbound_queue); in hptiop_get_config_itl()
998 req32 = BUS_SPACE_RD4_ITL(inbound_queue); in hptiop_set_config_itl()
1105 BUS_SPACE_WRT4_ITL(inbound_queue, req32); in hptiop_post_ioctl_command_itl()
1166 req32 = BUS_SPACE_RD4_ITL(inbound_queue); in hptiop_do_ioctl_itl()
2401 iop_req32 = BUS_SPACE_RD4_ITL(inbound_queue); in hptiop_post_req_itl()
2447 BUS_SPACE_WRT4_ITL(inbound_queue,iop_req32); in hptiop_post_req_itl()
2498 BUS_SPACE_WRT4_ITL(inbound_queue, in hptiop_post_req_itl()
2501 BUS_SPACE_WRT4_ITL(inbound_queue, (u_int32_t)srb->phy_addr in hptiop_post_req_itl()
H A Dhptiop.h73 u_int32_t inbound_queue; member