Searched refs:cmd_head (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/amd64/vmm/amd/ |
| H A D | amdvi_hw.c | 252 ctrl->cmd_head = 0; in amdvi_init_cmd() 303 ctrl->cmd_head); in amdvi_update_cmd_tail() 457 ctrl->cmd_head, loop); in amdvi_cmp_wait() 483 ctrl->cmd_tail, ctrl->cmd_head); in amdvi_wait() 501 off = MOD_DEC(ctrl->cmd_head, sizeof(struct amdvi_cmd), in amdvi_dump_cmds() 754 softc->total_cmd, ctrl->cmd_tail, ctrl->cmd_head); in amdvi_event_intr() 823 result = softc->ctrl->cmd_head; in amdvi_handle_sysctl()
|
| H A D | amdvi_priv.h | 230 uint32_t cmd_head:19; member
|
| /freebsd/sys/x86/iommu/ |
| H A D | amd_drv.c | 1143 u_int cmd_head, cmd_tail, ci; in amdiommu_print_one() local 1145 cmd_head = amdiommu_read4(unit, AMDIOMMU_CMDBUF_HEAD); in amdiommu_print_one() 1161 cmd_head, cmd_tail); in amdiommu_print_one() 1165 for (ci = cmd_head; ci != cmd_tail;) { in amdiommu_print_one()
|
| /freebsd/sys/dev/ocs_fc/ |
| H A D | ocs_hw.c | 369 ocs_list_init(&hw->cmd_head, ocs_command_ctx_t, link); in ocs_hw_setup() 553 if (!ocs_list_empty(&hw->cmd_head)) { in ocs_hw_init() 1196 while (!ocs_list_empty(&hw->cmd_head) && iters) { in ocs_hw_teardown() 1202 if (ocs_list_empty(&hw->cmd_head)) { in ocs_hw_teardown() 1338 while (!ocs_list_empty(&hw->cmd_head) && iters) { in ocs_hw_reset() 1344 if (ocs_list_empty(&hw->cmd_head)) { in ocs_hw_reset() 2263 ocs_list_add_tail(&hw->cmd_head, ctx); in ocs_hw_cmd_submit_pending() 9062 if (NULL == (ctx = ocs_list_remove_head(&hw->cmd_head))) { in ocs_hw_command_process() 9710 while (!ocs_list_empty(&hw->cmd_head)) { in ocs_hw_command_cancel() 9712 ocs_command_ctx_t *ctx = ocs_list_get_head(&hw->cmd_head); in ocs_hw_command_cancel()
|
| H A D | ocs_hw.h | 975 ocs_list_t cmd_head; member
|