Home
last modified time | relevance | path

Searched refs:cmd_q (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/ccp/
H A Dccp-dev-v5.c238 mP = (__le32 *)&cmd_q->qbase[cmd_q->qidx]; in ccp5_do_cmd()
628 struct ccp_cmd_queue *cmd_q = &ccp->cmd_q[i]; in ccp_find_and_assign_lsb_to_q() local
820 cmd_q = &ccp->cmd_q[ccp->cmd_q_count]; in ccp5_init()
848 cmd_q->reg_int_enable = cmd_q->reg_control + in ccp5_init()
853 cmd_q->reg_int_status = cmd_q->reg_control + in ccp5_init()
855 cmd_q->reg_dma_status = cmd_q->reg_control + in ccp5_init()
876 cmd_q = &ccp->cmd_q[i]; in ccp5_init()
914 cmd_q = &ccp->cmd_q[i]; in ccp5_init()
919 cmd_q->qdma_tail = cmd_q->qbase_dma; in ccp5_init()
951 cmd_q = &ccp->cmd_q[i]; in ccp5_init()
[all …]
H A Dccp-dev-v3.c76 struct ccp_cmd_queue *cmd_q = op->cmd_q; in ccp_do_cmd() local
140 cmd_q->free_slots = CMD_Q_DEPTH(cmd_q->q_status); in ccp_do_cmd()
334 cmd_q = &ccp->cmd_q[i]; in ccp_irq_bh()
336 q_int = status & (cmd_q->int_ok | cmd_q->int_err); in ccp_irq_bh()
339 cmd_q->q_status = ioread32(cmd_q->reg_status); in ccp_irq_bh()
397 cmd_q = &ccp->cmd_q[ccp->cmd_q_count]; in ccp_init()
419 cmd_q->free_slots = ccp_get_free_slots(cmd_q); in ccp_init()
424 ccp->qim |= cmd_q->int_ok | cmd_q->int_err; in ccp_init()
444 cmd_q = &ccp->cmd_q[i]; in ccp_init()
468 cmd_q = &ccp->cmd_q[i]; in ccp_init()
[all …]
H A Dccp-debugfs.c115 struct ccp_cmd_queue *cmd_q = &ccp->cmd_q[i]; in ccp5_debugfs_stats_read() local
160 cmd_q->total_ops = 0L; in ccp5_debugfs_reset_queue_stats()
161 cmd_q->total_aes_ops = 0L; in ccp5_debugfs_reset_queue_stats()
163 cmd_q->total_3des_ops = 0L; in ccp5_debugfs_reset_queue_stats()
164 cmd_q->total_sha_ops = 0L; in ccp5_debugfs_reset_queue_stats()
165 cmd_q->total_rsa_ops = 0L; in ccp5_debugfs_reset_queue_stats()
166 cmd_q->total_pt_ops = 0L; in ccp5_debugfs_reset_queue_stats()
167 cmd_q->total_ecc_ops = 0L; in ccp5_debugfs_reset_queue_stats()
200 if (!cmd_q) in ccp5_debugfs_queue_read()
208 cmd_q->total_ops); in ccp5_debugfs_queue_read()
[all …]
H A Dccp-ops.c434 op.cmd_q = cmd_q; in ccp_copy_to_from_sb()
509 op.cmd_q = cmd_q; in ccp_run_aes_cmac_cmd()
696 op.cmd_q = cmd_q; in ccp_run_aes_gcm_cmd()
848 op.cmd_q = cmd_q; in ccp_run_aes_gcm_cmd()
947 op.cmd_q = cmd_q; in ccp_run_aes_cmd()
1142 op.cmd_q = cmd_q; in ccp_run_xts_aes_cmd()
1330 op.cmd_q = cmd_q; in ccp_run_des3_cmd()
1640 op.cmd_q = cmd_q; in ccp_run_sha_cmd()
1846 op.cmd_q = cmd_q; in ccp_run_rsa_cmd()
1988 op.cmd_q = cmd_q; in ccp_run_passthru_cmd()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/ccp/
H A Dccp-dev-v5.c238 mP = (__le32 *)&cmd_q->qbase[cmd_q->qidx]; in ccp5_do_cmd()
628 struct ccp_cmd_queue *cmd_q = &ccp->cmd_q[i]; in ccp_find_and_assign_lsb_to_q() local
820 cmd_q = &ccp->cmd_q[ccp->cmd_q_count]; in ccp5_init()
848 cmd_q->reg_int_enable = cmd_q->reg_control + in ccp5_init()
853 cmd_q->reg_int_status = cmd_q->reg_control + in ccp5_init()
855 cmd_q->reg_dma_status = cmd_q->reg_control + in ccp5_init()
876 cmd_q = &ccp->cmd_q[i]; in ccp5_init()
914 cmd_q = &ccp->cmd_q[i]; in ccp5_init()
919 cmd_q->qdma_tail = cmd_q->qbase_dma; in ccp5_init()
951 cmd_q = &ccp->cmd_q[i]; in ccp5_init()
[all …]
H A Dccp-dev-v3.c76 struct ccp_cmd_queue *cmd_q = op->cmd_q; in ccp_do_cmd() local
140 cmd_q->free_slots = CMD_Q_DEPTH(cmd_q->q_status); in ccp_do_cmd()
334 cmd_q = &ccp->cmd_q[i]; in ccp_irq_bh()
336 q_int = status & (cmd_q->int_ok | cmd_q->int_err); in ccp_irq_bh()
339 cmd_q->q_status = ioread32(cmd_q->reg_status); in ccp_irq_bh()
397 cmd_q = &ccp->cmd_q[ccp->cmd_q_count]; in ccp_init()
419 cmd_q->free_slots = ccp_get_free_slots(cmd_q); in ccp_init()
424 ccp->qim |= cmd_q->int_ok | cmd_q->int_err; in ccp_init()
444 cmd_q = &ccp->cmd_q[i]; in ccp_init()
468 cmd_q = &ccp->cmd_q[i]; in ccp_init()
[all …]
H A Dccp-debugfs.c115 struct ccp_cmd_queue *cmd_q = &ccp->cmd_q[i]; in ccp5_debugfs_stats_read() local
160 cmd_q->total_ops = 0L; in ccp5_debugfs_reset_queue_stats()
161 cmd_q->total_aes_ops = 0L; in ccp5_debugfs_reset_queue_stats()
163 cmd_q->total_3des_ops = 0L; in ccp5_debugfs_reset_queue_stats()
164 cmd_q->total_sha_ops = 0L; in ccp5_debugfs_reset_queue_stats()
165 cmd_q->total_rsa_ops = 0L; in ccp5_debugfs_reset_queue_stats()
166 cmd_q->total_pt_ops = 0L; in ccp5_debugfs_reset_queue_stats()
167 cmd_q->total_ecc_ops = 0L; in ccp5_debugfs_reset_queue_stats()
200 if (!cmd_q) in ccp5_debugfs_queue_read()
208 cmd_q->total_ops); in ccp5_debugfs_queue_read()
[all …]
H A Dccp-ops.c434 op.cmd_q = cmd_q; in ccp_copy_to_from_sb()
509 op.cmd_q = cmd_q; in ccp_run_aes_cmac_cmd()
696 op.cmd_q = cmd_q; in ccp_run_aes_gcm_cmd()
848 op.cmd_q = cmd_q; in ccp_run_aes_gcm_cmd()
947 op.cmd_q = cmd_q; in ccp_run_aes_cmd()
1142 op.cmd_q = cmd_q; in ccp_run_xts_aes_cmd()
1330 op.cmd_q = cmd_q; in ccp_run_des3_cmd()
1640 op.cmd_q = cmd_q; in ccp_run_sha_cmd()
1846 op.cmd_q = cmd_q; in ccp_run_rsa_cmd()
1988 op.cmd_q = cmd_q; in ccp_run_passthru_cmd()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/ccp/
H A Dccp-dev-v5.c238 mP = (__le32 *)&cmd_q->qbase[cmd_q->qidx]; in ccp5_do_cmd()
628 struct ccp_cmd_queue *cmd_q = &ccp->cmd_q[i]; in ccp_find_and_assign_lsb_to_q() local
820 cmd_q = &ccp->cmd_q[ccp->cmd_q_count]; in ccp5_init()
848 cmd_q->reg_int_enable = cmd_q->reg_control + in ccp5_init()
853 cmd_q->reg_int_status = cmd_q->reg_control + in ccp5_init()
855 cmd_q->reg_dma_status = cmd_q->reg_control + in ccp5_init()
876 cmd_q = &ccp->cmd_q[i]; in ccp5_init()
914 cmd_q = &ccp->cmd_q[i]; in ccp5_init()
919 cmd_q->qdma_tail = cmd_q->qbase_dma; in ccp5_init()
951 cmd_q = &ccp->cmd_q[i]; in ccp5_init()
[all …]
H A Dccp-dev-v3.c76 struct ccp_cmd_queue *cmd_q = op->cmd_q; in ccp_do_cmd() local
140 cmd_q->free_slots = CMD_Q_DEPTH(cmd_q->q_status); in ccp_do_cmd()
334 cmd_q = &ccp->cmd_q[i]; in ccp_irq_bh()
336 q_int = status & (cmd_q->int_ok | cmd_q->int_err); in ccp_irq_bh()
339 cmd_q->q_status = ioread32(cmd_q->reg_status); in ccp_irq_bh()
397 cmd_q = &ccp->cmd_q[ccp->cmd_q_count]; in ccp_init()
419 cmd_q->free_slots = ccp_get_free_slots(cmd_q); in ccp_init()
424 ccp->qim |= cmd_q->int_ok | cmd_q->int_err; in ccp_init()
444 cmd_q = &ccp->cmd_q[i]; in ccp_init()
468 cmd_q = &ccp->cmd_q[i]; in ccp_init()
[all …]
H A Dccp-debugfs.c115 struct ccp_cmd_queue *cmd_q = &ccp->cmd_q[i]; in ccp5_debugfs_stats_read() local
160 cmd_q->total_ops = 0L; in ccp5_debugfs_reset_queue_stats()
161 cmd_q->total_aes_ops = 0L; in ccp5_debugfs_reset_queue_stats()
163 cmd_q->total_3des_ops = 0L; in ccp5_debugfs_reset_queue_stats()
164 cmd_q->total_sha_ops = 0L; in ccp5_debugfs_reset_queue_stats()
165 cmd_q->total_rsa_ops = 0L; in ccp5_debugfs_reset_queue_stats()
166 cmd_q->total_pt_ops = 0L; in ccp5_debugfs_reset_queue_stats()
167 cmd_q->total_ecc_ops = 0L; in ccp5_debugfs_reset_queue_stats()
200 if (!cmd_q) in ccp5_debugfs_queue_read()
208 cmd_q->total_ops); in ccp5_debugfs_queue_read()
[all …]
H A Dccp-ops.c434 op.cmd_q = cmd_q; in ccp_copy_to_from_sb()
509 op.cmd_q = cmd_q; in ccp_run_aes_cmac_cmd()
696 op.cmd_q = cmd_q; in ccp_run_aes_gcm_cmd()
848 op.cmd_q = cmd_q; in ccp_run_aes_gcm_cmd()
947 op.cmd_q = cmd_q; in ccp_run_aes_cmd()
1142 op.cmd_q = cmd_q; in ccp_run_xts_aes_cmd()
1330 op.cmd_q = cmd_q; in ccp_run_des3_cmd()
1640 op.cmd_q = cmd_q; in ccp_run_sha_cmd()
1846 op.cmd_q = cmd_q; in ccp_run_rsa_cmd()
1988 op.cmd_q = cmd_q; in ccp_run_passthru_cmd()
[all …]
/dports/sysutils/tmux23/tmux-2.3/
H A Dcmd-wait-for.c31 enum cmd_retval cmd_wait_for_exec(struct cmd *, struct cmd_q *);
49 TAILQ_HEAD(, cmd_q) waiters;
50 TAILQ_HEAD(, cmd_q) lockers;
69 enum cmd_retval cmd_wait_for_wait(struct cmd_q *, const char *,
117 cmd_wait_for_exec(struct cmd *self, struct cmd_q *cmdq) in cmd_wait_for_exec()
139 struct cmd_q *wq, *wq1; in cmd_wait_for_signal()
162 cmd_wait_for_wait(struct cmd_q *cmdq, const char *name, in cmd_wait_for_wait()
189 cmd_wait_for_lock(struct cmd_q *cmdq, const char *name, in cmd_wait_for_lock()
211 cmd_wait_for_unlock(struct cmd_q *cmdq, const char *name, in cmd_wait_for_unlock()
214 struct cmd_q *wq; in cmd_wait_for_unlock()
[all …]
H A Dcmd-set-option.c30 enum cmd_retval cmd_set_option_exec(struct cmd *, struct cmd_q *);
32 enum cmd_retval cmd_set_option_user(struct cmd *, struct cmd_q *,
35 int cmd_set_option_unset(struct cmd *, struct cmd_q *,
38 int cmd_set_option_set(struct cmd *, struct cmd_q *,
48 struct options_entry *cmd_set_option_key(struct cmd *, struct cmd_q *,
94 cmd_set_option_exec(struct cmd *self, struct cmd_q *cmdq) in cmd_set_option_exec()
288 cmd_set_option_unset(struct cmd *self, struct cmd_q *cmdq, in cmd_set_option_unset()
318 cmd_set_option_set(struct cmd *self, struct cmd_q *cmdq, in cmd_set_option_set()
413 cmd_set_option_key(__unused struct cmd *self, struct cmd_q *cmdq, in cmd_set_option_key()
462 cmd_set_option_flag(__unused struct cmd *self, struct cmd_q *cmdq, in cmd_set_option_flag()
[all …]
H A Dcmd-list-panes.c29 enum cmd_retval cmd_list_panes_exec(struct cmd *, struct cmd_q *);
31 void cmd_list_panes_server(struct cmd *, struct cmd_q *);
32 void cmd_list_panes_session(struct cmd *, struct session *, struct cmd_q *,
35 struct cmd_q *, int);
51 cmd_list_panes_exec(struct cmd *self, struct cmd_q *cmdq) in cmd_list_panes_exec()
68 cmd_list_panes_server(struct cmd *self, struct cmd_q *cmdq) in cmd_list_panes_server()
77 cmd_list_panes_session(struct cmd *self, struct session *s, struct cmd_q *cmdq, in cmd_list_panes_session()
88 struct cmd_q *cmdq, int type) in cmd_list_panes_window()
H A Dcmd-source-file.c29 enum cmd_retval cmd_source_file_exec(struct cmd *, struct cmd_q *);
31 void cmd_source_file_done(struct cmd_q *);
45 cmd_source_file_exec(struct cmd *self, struct cmd_q *cmdq) in cmd_source_file_exec()
48 struct cmd_q *cmdq1; in cmd_source_file_exec()
80 cmd_source_file_done(struct cmd_q *cmdq1) in cmd_source_file_done()
82 struct cmd_q *cmdq = cmdq1->data; in cmd_source_file_done()
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dcmd-wait-for.c31 enum cmd_retval cmd_wait_for_exec(struct cmd *, struct cmd_q *);
49 TAILQ_HEAD(, cmd_q) waiters;
50 TAILQ_HEAD(, cmd_q) lockers;
69 enum cmd_retval cmd_wait_for_wait(struct cmd_q *, const char *,
117 cmd_wait_for_exec(struct cmd *self, struct cmd_q *cmdq) in cmd_wait_for_exec()
139 struct cmd_q *wq, *wq1; in cmd_wait_for_signal()
162 cmd_wait_for_wait(struct cmd_q *cmdq, const char *name, in cmd_wait_for_wait()
189 cmd_wait_for_lock(struct cmd_q *cmdq, const char *name, in cmd_wait_for_lock()
211 cmd_wait_for_unlock(struct cmd_q *cmdq, const char *name, in cmd_wait_for_unlock()
214 struct cmd_q *wq; in cmd_wait_for_unlock()
[all …]
H A Dcmd-set-option.c31 enum cmd_retval cmd_set_option_exec(struct cmd *, struct cmd_q *);
33 enum cmd_retval cmd_set_option_user(struct cmd *, struct cmd_q *,
36 int cmd_set_option_unset(struct cmd *, struct cmd_q *,
39 int cmd_set_option_set(struct cmd *, struct cmd_q *,
49 struct options_entry *cmd_set_option_key(struct cmd *, struct cmd_q *,
95 cmd_set_option_exec(struct cmd *self, struct cmd_q *cmdq) in cmd_set_option_exec()
280 cmd_set_option_unset(struct cmd *self, struct cmd_q *cmdq, in cmd_set_option_unset()
310 cmd_set_option_set(struct cmd *self, struct cmd_q *cmdq, in cmd_set_option_set()
405 cmd_set_option_key(__unused struct cmd *self, struct cmd_q *cmdq, in cmd_set_option_key()
454 cmd_set_option_flag(__unused struct cmd *self, struct cmd_q *cmdq, in cmd_set_option_flag()
[all …]
H A Dcmd-list-panes.c29 enum cmd_retval cmd_list_panes_exec(struct cmd *, struct cmd_q *);
31 void cmd_list_panes_server(struct cmd *, struct cmd_q *);
32 void cmd_list_panes_session(struct cmd *, struct session *, struct cmd_q *,
35 struct cmd_q *, int);
51 cmd_list_panes_exec(struct cmd *self, struct cmd_q *cmdq) in cmd_list_panes_exec()
68 cmd_list_panes_server(struct cmd *self, struct cmd_q *cmdq) in cmd_list_panes_server()
77 cmd_list_panes_session(struct cmd *self, struct session *s, struct cmd_q *cmdq, in cmd_list_panes_session()
88 struct cmd_q *cmdq, int type) in cmd_list_panes_window()
H A Dcmd-source-file.c29 enum cmd_retval cmd_source_file_exec(struct cmd *, struct cmd_q *);
31 void cmd_source_file_done(struct cmd_q *);
45 cmd_source_file_exec(struct cmd *self, struct cmd_q *cmdq) in cmd_source_file_exec()
48 struct cmd_q *cmdq1; in cmd_source_file_exec()
81 cmd_source_file_done(struct cmd_q *cmdq1) in cmd_source_file_done()
83 struct cmd_q *cmdq = cmdq1->data; in cmd_source_file_done()
/dports/sysutils/tmate/tmate-2.4.0/
H A Dcmd-wait-for.c32 enum cmd_retval cmd_wait_for_exec(struct cmd *, struct cmd_q *);
50 TAILQ_HEAD(, cmd_q) waiters;
51 TAILQ_HEAD(, cmd_q) lockers;
118 cmd_wait_for_exec(struct cmd *self, struct cmd_q *cmdq) in cmd_wait_for_exec()
140 struct cmd_q *wq, *wq1; in cmd_wait_for_signal()
166 struct cmd_q *wq, *wq1; in signal_waiting_clients()
190 cmd_wait_for_wait(struct cmd_q *cmdq, const char *name, in cmd_wait_for_wait()
222 cmd_wait_for_lock(struct cmd_q *cmdq, const char *name, in cmd_wait_for_lock()
244 cmd_wait_for_unlock(struct cmd_q *cmdq, const char *name, in cmd_wait_for_unlock()
247 struct cmd_q *wq; in cmd_wait_for_unlock()
[all …]
H A Dcmd-set-option.c30 enum cmd_retval cmd_set_option_exec(struct cmd *, struct cmd_q *);
32 enum cmd_retval cmd_set_option_user(struct cmd *, struct cmd_q *,
35 int cmd_set_option_unset(struct cmd *, struct cmd_q *,
38 int cmd_set_option_set(struct cmd *, struct cmd_q *,
48 struct options_entry *cmd_set_option_key(struct cmd *, struct cmd_q *,
94 cmd_set_option_exec(struct cmd *self, struct cmd_q *cmdq) in cmd_set_option_exec()
272 cmd_set_option_unset(struct cmd *self, struct cmd_q *cmdq, in cmd_set_option_unset()
302 cmd_set_option_set(struct cmd *self, struct cmd_q *cmdq, in cmd_set_option_set()
397 cmd_set_option_key(__unused struct cmd *self, struct cmd_q *cmdq, in cmd_set_option_key()
446 cmd_set_option_flag(__unused struct cmd *self, struct cmd_q *cmdq, in cmd_set_option_flag()
[all …]
H A Dcmd-list-panes.c29 enum cmd_retval cmd_list_panes_exec(struct cmd *, struct cmd_q *);
31 void cmd_list_panes_server(struct cmd *, struct cmd_q *);
32 void cmd_list_panes_session(struct cmd *, struct session *, struct cmd_q *,
35 struct cmd_q *, int);
51 cmd_list_panes_exec(struct cmd *self, struct cmd_q *cmdq) in cmd_list_panes_exec()
68 cmd_list_panes_server(struct cmd *self, struct cmd_q *cmdq) in cmd_list_panes_server()
77 cmd_list_panes_session(struct cmd *self, struct session *s, struct cmd_q *cmdq, in cmd_list_panes_session()
88 struct cmd_q *cmdq, int type) in cmd_list_panes_window()
H A Dcmd-source-file.c29 enum cmd_retval cmd_source_file_exec(struct cmd *, struct cmd_q *);
31 void cmd_source_file_done(struct cmd_q *);
45 cmd_source_file_exec(struct cmd *self, struct cmd_q *cmdq) in cmd_source_file_exec()
48 struct cmd_q *cmdq1; in cmd_source_file_exec()
81 cmd_source_file_done(struct cmd_q *cmdq1) in cmd_source_file_done()
83 struct cmd_q *cmdq = cmdq1->data; in cmd_source_file_done()
H A Dtmate-decoder.c84 struct cmd_q *cmd_q; in handle_exec_cmd_str() local
98 cmd_q = cmdq_new(NULL); in handle_exec_cmd_str()
99 cmdq_run(cmd_q, cmdlist, NULL); in handle_exec_cmd_str()
101 cmdq_free(cmd_q); in handle_exec_cmd_str()
120 struct cmd_q *cmd_q; in handle_exec_cmd() local
147 cmd_q = cmdq_new(NULL); in handle_exec_cmd()
148 cmdq_run(cmd_q, cmdlist, NULL); in handle_exec_cmd()
150 cmdq_free(cmd_q); in handle_exec_cmd()

12345678910>>...13