Home
last modified time | relevance | path

Searched refs:sync_cmd (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/mrsas/
H A Dmrsas_ioctl.c312 cmd->sync_cmd = 1; in mrsas_passthru()
321 cmd->sync_cmd = 0; in mrsas_passthru()
538 cmd->sync_cmd = 1; in mrsas_user_command()
540 cmd->sync_cmd = 0; in mrsas_user_command()
H A Dmrsas.c3361 if (!mfi_cmd->sync_cmd) { in mrsas_reset_ctrl()
3481 if (cmd_mfi->sync_cmd && cmd_mfi->frame->hdr.cmd != MFI_CMD_ABORT) { in mrsas_complete_outstanding_ioctls()
3977 if (!cmd->sync_cmd) { /* cmd->sync will be set for an IOCTL in mrsas_issue_blocked_cmd()
4034 if (cmd->sync_cmd) { in mrsas_complete_mptmfi_passthru()
4035 cmd->sync_cmd = 0; in mrsas_complete_mptmfi_passthru()
4850 cmd->sync_cmd = 1; in mrsas_issue_blocked_abort_cmd()
4872 cmd->sync_cmd = 0; in mrsas_issue_blocked_abort_cmd()
4888 if (cmd->sync_cmd) { in mrsas_complete_abort()
4889 cmd->sync_cmd = 0; in mrsas_complete_abort()
H A Dmrsas.h1770 u_int8_t sync_cmd; member
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Drx.c2173 struct iwl_rxq_sync_cmd sync_cmd; in iwl_mld_sync_rx_queues() member
2176 .sync_cmd.rxq_mask = cpu_to_le32(BIT(num_rx_queues) - 1), in iwl_mld_sync_rx_queues()
2177 .sync_cmd.count = in iwl_mld_sync_rx_queues()
2193 if (WARN_ON(cmd.sync_cmd.count & cpu_to_le32(3))) in iwl_mld_sync_rx_queues()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddebugfs_htt_stats.h927 u32 sync_cmd; member
990 u32 sync_cmd; member
H A Ddebugfs_htt_stats.c2015 htt_stats_buf->sync_cmd); in htt_print_tx_tqm_pdev_stats_tlv_v()
2143 htt_stats_buf->sync_cmd); in htt_print_tx_tqm_cmdq_status_tlv()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddebugfs_htt_stats.h842 __le32 sync_cmd; member
H A Ddebugfs_htt_stats.c1182 le32_to_cpu(htt_stats_buf->sync_cmd)); in ath12k_htt_print_tx_tqm_pdev_stats_tlv()