Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/hptiop/
H A Dhptiop.c299 req = BUS_SPACE_RD4_ITL(inbound_queue); in hptiop_wait_ready_itl()
819 BUS_SPACE_WRT4_ITL(inbound_queue, req32); in hptiop_send_sync_request_itl()
930 req32 = BUS_SPACE_RD4_ITL(inbound_queue); in hptiop_get_config_itl()
1011 req32 = BUS_SPACE_RD4_ITL(inbound_queue); in hptiop_set_config_itl()
1118 BUS_SPACE_WRT4_ITL(inbound_queue, req32); in hptiop_post_ioctl_command_itl()
1179 req32 = BUS_SPACE_RD4_ITL(inbound_queue); in hptiop_do_ioctl_itl()
2410 iop_req32 = BUS_SPACE_RD4_ITL(inbound_queue); in hptiop_post_req_itl()
2456 BUS_SPACE_WRT4_ITL(inbound_queue,iop_req32); in hptiop_post_req_itl()
2507 BUS_SPACE_WRT4_ITL(inbound_queue, in hptiop_post_req_itl()
2510 BUS_SPACE_WRT4_ITL(inbound_queue, (u_int32_t)srb->phy_addr in hptiop_post_req_itl()
H A Dhptiop.h75 u_int32_t inbound_queue; member