Searched refs:next_cmd (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/ |
A D | vmwgfx_cmd.c | 283 uint32_t next_cmd; in vmw_local_fifo_reserve() local 305 if (next_cmd >= stop) { in vmw_local_fifo_reserve() 339 (next_cmd >> 2)); in vmw_local_fifo_reserve() 386 uint32_t next_cmd, in vmw_fifo_res_copy() argument 408 uint32_t next_cmd, in vmw_fifo_slow_copy() argument 416 next_cmd += sizeof(uint32_t); in vmw_fifo_slow_copy() 417 if (unlikely(next_cmd == max)) in vmw_fifo_slow_copy() 418 next_cmd = min; in vmw_fifo_slow_copy() 456 next_cmd += bytes; in vmw_local_fifo_commit() 457 if (next_cmd >= max) in vmw_local_fifo_commit() [all …]
|
/linux-6.3-rc2/drivers/i2c/busses/ |
A D | i2c-img-scb.c | 663 int next_cmd = -1; in img_i2c_sequence() local 687 next_cmd = *i2c->seq; in img_i2c_sequence() 689 if (!next_cmd) { in img_i2c_sequence() 736 int next_cmd = -1; in img_i2c_atomic() local 748 next_cmd = CMD_GEN_STOP; in img_i2c_atomic() 756 next_cmd = CMD_GEN_DATA; in img_i2c_atomic() 761 next_cmd = CMD_RET_ACK; in img_i2c_atomic() 779 next_cmd = CMD_GEN_STOP; in img_i2c_atomic() 804 next_cmd = CMD_GEN_STOP; in img_i2c_atomic() 813 next_cmd = CMD_GEN_STOP; in img_i2c_atomic() [all …]
|
/linux-6.3-rc2/include/net/sctp/ |
A D | command.h | 192 struct sctp_cmd *next_cmd; member 203 seq->next_cmd = seq->last_used_slot; in sctp_init_cmd_seq() 230 if (seq->next_cmd <= seq->last_used_slot) in sctp_next_cmd() 233 return --seq->next_cmd; in sctp_next_cmd()
|
/linux-6.3-rc2/drivers/mmc/host/ |
A D | meson-mx-sdio.c | 444 struct mmc_command *cmd = host->cmd, *next_cmd; in meson_mx_mmc_irq_thread() local 459 next_cmd = meson_mx_mmc_get_next_cmd(cmd); in meson_mx_mmc_irq_thread() 460 if (next_cmd) in meson_mx_mmc_irq_thread() 461 meson_mx_mmc_start_cmd(host->mmc, next_cmd); in meson_mx_mmc_irq_thread()
|
A D | meson-gx-mmc.c | 1051 struct mmc_command *next_cmd, *cmd = host->cmd; in meson_mmc_irq_thread() local 1076 next_cmd = meson_mmc_get_next_command(cmd); in meson_mmc_irq_thread() 1077 if (next_cmd) in meson_mmc_irq_thread() 1078 meson_mmc_start_cmd(host->mmc, next_cmd); in meson_mmc_irq_thread()
|
/linux-6.3-rc2/drivers/gpu/drm/sti/ |
A D | sti_hqvdp.c | 380 u32 curr_cmd, next_cmd; in sti_hqvdp_get_free_cmd() local 385 next_cmd = readl(hqvdp->regs + HQVDP_MBX_NEXT_CMD); in sti_hqvdp_get_free_cmd() 388 if ((cmd != curr_cmd) && (cmd != next_cmd)) in sti_hqvdp_get_free_cmd() 436 int next_cmd; in sti_hqvdp_get_next_cmd() local 440 next_cmd = readl(hqvdp->regs + HQVDP_MBX_NEXT_CMD); in sti_hqvdp_get_next_cmd() 443 if (cmd == next_cmd) in sti_hqvdp_get_next_cmd()
|
/linux-6.3-rc2/drivers/staging/media/atomisp/pci/ |
A D | isp2400_input_system_local.h | 285 int next_cmd; member
|
/linux-6.3-rc2/drivers/target/ |
A D | target_core_transport.c | 1876 struct se_cmd *se_cmd, *next_cmd; in target_queued_submit_work() local 1887 llist_for_each_entry_safe(se_cmd, next_cmd, cmd_list, se_cmd_list) { in target_queued_submit_work()
|
/linux-6.3-rc2/drivers/irqchip/ |
A D | irq-gic-v3-its.c | 1098 struct its_cmd_block *cmd, *sync_cmd, *next_cmd; \ 1124 next_cmd = its_post_commands(its); \ 1127 if (its_wait_for_range_completion(its, rd_idx, next_cmd)) \
|
/linux-6.3-rc2/fs/ksmbd/ |
A D | smb2pdu.c | 429 unsigned int len, next_cmd; in is_chained_smb2_message() local 435 next_cmd = le32_to_cpu(hdr->NextCommand); in is_chained_smb2_message() 436 if (next_cmd > 0) { in is_chained_smb2_message() 437 if ((u64)work->next_smb2_rcv_hdr_off + next_cmd + in is_chained_smb2_message() 441 next_cmd); in is_chained_smb2_message()
|
/linux-6.3-rc2/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
A D | input_system.c | 524 state->next_cmd = input_system_sub_system_reg_load(ID, in ctrl_unit_get_state()
|
/linux-6.3-rc2/drivers/staging/media/atomisp/pci/runtime/debug/src/ |
A D | ia_css_debug.c | 1974 ia_css_debug_dtrace(2, "\t\t%-32s: %d\n", "next_cmd", state->next_cmd); in debug_print_isys_ctrl_unit_state()
|
Completed in 68 milliseconds