| /Linux-v5.10/drivers/infiniband/hw/vmw_pvrdma/ |
| D | pvrdma_srq.c | 68 struct pvrdma_cmd_query_srq *cmd = &req.query_srq; in pvrdma_query_srq() local 106 struct pvrdma_cmd_create_srq *cmd = &req.create_srq; in pvrdma_create_srq() local 247 struct pvrdma_cmd_destroy_srq *cmd = &req.destroy_srq; in pvrdma_destroy_srq() local 279 struct pvrdma_cmd_modify_srq *cmd = &req.modify_srq; in pvrdma_modify_srq() local
|
| D | pvrdma_verbs.c | 134 struct pvrdma_cmd_query_port *cmd = &req.query_port; in pvrdma_query_port() local 214 struct pvrdma_cmd_query_pkey *cmd = &req.query_pkey; in pvrdma_query_pkey() local 320 struct pvrdma_cmd_create_uc *cmd = &req.create_uc; in pvrdma_alloc_ucontext() local 373 struct pvrdma_cmd_destroy_uc *cmd = &req.destroy_uc; in pvrdma_dealloc_ucontext() local 434 struct pvrdma_cmd_create_pd *cmd = &req.create_pd; in pvrdma_alloc_pd() local 488 struct pvrdma_cmd_destroy_pd *cmd = &req.destroy_pd; in pvrdma_dealloc_pd() local
|
| /Linux-v5.10/drivers/fsi/ |
| D | fsi-master-gpio.c | 130 const struct fsi_gpio_msg *cmd) in serial_out() 235 struct fsi_gpio_msg *cmd, uint8_t id, in build_ar_command() 298 static void build_dpoll_command(struct fsi_gpio_msg *cmd, uint8_t slave_id) in build_dpoll_command() 308 static void build_epoll_command(struct fsi_gpio_msg *cmd, uint8_t slave_id) in build_epoll_command() 318 static void build_term_command(struct fsi_gpio_msg *cmd, uint8_t slave_id) in build_term_command() 399 struct fsi_gpio_msg cmd; in issue_term() local 427 struct fsi_gpio_msg response, cmd; in poll_for_response() local 524 struct fsi_gpio_msg *cmd) in send_request() 540 struct fsi_gpio_msg *cmd, size_t resp_len, void *resp) in fsi_master_gpio_xfer() 565 struct fsi_gpio_msg cmd; in fsi_master_gpio_read() local [all …]
|
| /Linux-v5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | phy-ctxt.c | 127 struct iwl_phy_context_cmd *cmd, in iwl_mvm_phy_ctxt_cmd_hdr() 173 struct iwl_phy_context_cmd_v1 *cmd, in iwl_mvm_phy_ctxt_cmd_data_v1() 193 struct iwl_phy_context_cmd *cmd, in iwl_mvm_phy_ctxt_cmd_data() 224 struct iwl_phy_context_cmd cmd = {}; in iwl_mvm_phy_ctxt_apply() local 237 struct iwl_phy_context_cmd_v1 cmd = {}; in iwl_mvm_phy_ctxt_apply() local
|
| /Linux-v5.10/drivers/scsi/ |
| D | scsi_trace.c | 96 const char *ret = trace_seq_buffer_ptr(p), *cmd; in scsi_trace_rw32() local 149 const char *ret = trace_seq_buffer_ptr(p), *cmd; in scsi_trace_service_action_in() local 179 const char *ret = trace_seq_buffer_ptr(p), *cmd; in scsi_trace_maintenance_in() local 225 const char *ret = trace_seq_buffer_ptr(p), *cmd; in scsi_trace_maintenance_out() local 265 const char *ret = trace_seq_buffer_ptr(p), *cmd; in scsi_trace_zbc_in() local 296 const char *ret = trace_seq_buffer_ptr(p), *cmd; in scsi_trace_zbc_out() local
|
| D | fdomain.c | 214 static void fdomain_read_data(struct scsi_cmnd *cmd) in fdomain_read_data() 234 static void fdomain_write_data(struct scsi_cmnd *cmd) in fdomain_write_data() 266 struct scsi_cmnd *cmd = fd->cur_cmd; in fdomain_work() local 397 static int fdomain_queue(struct Scsi_Host *sh, struct scsi_cmnd *cmd) in fdomain_queue() 429 static int fdomain_abort(struct scsi_cmnd *cmd) in fdomain_abort() 450 static int fdomain_host_reset(struct scsi_cmnd *cmd) in fdomain_host_reset()
|
| D | ch.c | 186 ch_do_scsi(scsi_changer *ch, unsigned char *cmd, int cmd_len, in ch_do_scsi() 237 u_char cmd[12]; in ch_read_element_status() local 280 u_char cmd[6]; in ch_init_elem() local 294 u_char cmd[10], data[16]; in ch_readconfig() local 423 u_char cmd[10]; in ch_position() local 442 u_char cmd[12]; in ch_move() local 464 u_char cmd[12]; in ch_exchange() local 506 u_char cmd[12]; in ch_set_voltag() local 621 unsigned int cmd, unsigned long arg) in ch_ioctl() 874 unsigned int cmd, unsigned long arg) in ch_ioctl_compat()
|
| /Linux-v5.10/drivers/crypto/ccp/ |
| D | ccp-dev.c | 46 struct ccp_cmd *cmd; member 289 int ccp_enqueue_cmd(struct ccp_cmd *cmd) in ccp_enqueue_cmd() 347 struct ccp_cmd *cmd = container_of(work, struct ccp_cmd, work); in ccp_do_cmd_backlog() local 377 struct ccp_cmd *cmd = NULL; in ccp_dequeue_cmd() local 422 struct ccp_cmd *cmd = tdata->cmd; in ccp_do_cmd_complete() local 437 struct ccp_cmd *cmd; in ccp_cmd_queue_thread() local
|
| D | ccp-ops.c | 473 ccp_run_aes_cmac_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd) in ccp_run_aes_cmac_cmd() 629 ccp_run_aes_gcm_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd) in ccp_run_aes_gcm_cmd() 911 ccp_run_aes_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd) in ccp_run_aes_cmd() 1088 ccp_run_xts_aes_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd) in ccp_run_xts_aes_cmd() 1288 ccp_run_des3_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd) in ccp_run_des3_cmd() 1484 ccp_run_sha_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd) in ccp_run_sha_cmd() 1830 ccp_run_rsa_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd) in ccp_run_rsa_cmd() 1962 ccp_run_passthru_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd) in ccp_run_passthru_cmd() 2095 struct ccp_cmd *cmd) in ccp_run_passthru_nomap_cmd() 2158 static int ccp_run_ecc_mm_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd) in ccp_run_ecc_mm_cmd() [all …]
|
| /Linux-v5.10/drivers/media/pci/ivtv/ |
| D | ivtv-mailbox.c | 175 static void write_mailbox(volatile struct ivtv_mailbox __iomem *mbox, int cmd, int args, u32 data[]) in write_mailbox() 200 static int ivtv_api_call(struct ivtv *itv, int cmd, int args, u32 data[]) in ivtv_api_call() 315 int ivtv_api(struct ivtv *itv, int cmd, int args, u32 data[]) in ivtv_api() 325 int ivtv_api_func(void *priv, u32 cmd, int in, int out, u32 data[CX2341X_MBOX_MAX_DATA]) in ivtv_api_func() 330 int ivtv_vapi_result(struct ivtv *itv, u32 data[CX2341X_MBOX_MAX_DATA], int cmd, int args, ...) in ivtv_vapi_result() 343 int ivtv_vapi(struct ivtv *itv, int cmd, int args, ...) in ivtv_vapi()
|
| /Linux-v5.10/drivers/staging/media/atomisp/pci/hive_isp_css_common/ |
| D | dma_global.h | 73 #define DMA_PACK_COMMAND(cmd) DMA_PACK(cmd, CMD) argument 82 #define DMA_PACK_CMD_CHANNEL(cmd, ch) (DMA_PACK_COMMAND(cmd) | DMA_PACK_CHANNEL(ch)) argument 88 #define DMA_PACK_BLOCK_CMD(cmd, ch, width_a, width_b, height) \ argument 151 #define hive_dma_execute(dma_id, channel, cmd, to_addr, from_addr_value, to_is_var, from_is_var) \ argument 195 #define DMA_CMD_NEEDS_ACK(cmd) ((cmd & DMA_NOACK_CMD) == 0) argument 196 #define DMA_CMD_IS_TRANSFER(cmd) ((cmd & DMA_CFG_CMDBIT) == 0) argument 197 #define DMA_CMD_IS_WR(cmd) ((cmd & DMA_RW_CMDBIT) != 0) argument 198 #define DMA_CMD_IS_RD(cmd) ((cmd & DMA_RW_CMDBIT) == 0) argument 199 #define DMA_CMD_IS_CLR(cmd) ((cmd & DMA_CLEAR_CMDBIT) != 0) argument 200 #define DMA_CMD_IS_CFG(cmd) ((cmd & DMA_CFG_CMDBIT) != 0) argument [all …]
|
| /Linux-v5.10/drivers/s390/char/ |
| D | hmcdrv_ftp.c | 50 static enum hmcdrv_ftp_cmdid hmcdrv_ftp_cmd_getid(const char *cmd, int len) in hmcdrv_ftp_cmd_getid() 55 enum hmcdrv_ftp_cmdid cmd; /* associated command as enum */ in hmcdrv_ftp_cmd_getid() member 112 static int hmcdrv_ftp_parse(char *cmd, struct hmcdrv_ftp_cmdspec *ftp) in hmcdrv_ftp_parse() 237 ssize_t hmcdrv_ftp_cmd(char __kernel *cmd, loff_t offset, in hmcdrv_ftp_cmd()
|
| /Linux-v5.10/drivers/target/tcm_fc/ |
| D | tfc_io.c | 44 struct ft_cmd *cmd = container_of(se_cmd, struct ft_cmd, se_cmd); in ft_queue_data_in() local 188 struct ft_cmd *cmd = container_of(work, struct ft_cmd, work); in ft_execute_work() local 196 void ft_recv_write_data(struct ft_cmd *cmd, struct fc_frame *fp) in ft_recv_write_data() 328 void ft_invl_hw_context(struct ft_cmd *cmd) in ft_invl_hw_context()
|
| /Linux-v5.10/drivers/staging/comedi/drivers/ |
| D | ni_labpc_common.c | 272 static bool labpc_use_continuous_mode(const struct comedi_cmd *cmd, in labpc_use_continuous_mode() 281 static unsigned int labpc_ai_convert_period(const struct comedi_cmd *cmd, in labpc_ai_convert_period() 293 static void labpc_set_ai_convert_period(struct comedi_cmd *cmd, in labpc_set_ai_convert_period() 309 static unsigned int labpc_ai_scan_period(const struct comedi_cmd *cmd, in labpc_ai_scan_period() 321 static void labpc_set_ai_scan_period(struct comedi_cmd *cmd, in labpc_set_ai_scan_period() 334 static void labpc_adc_timing(struct comedi_device *dev, struct comedi_cmd *cmd, in labpc_adc_timing() 416 static enum scan_mode labpc_ai_scan_mode(const struct comedi_cmd *cmd) in labpc_ai_scan_mode() 442 struct comedi_cmd *cmd) in labpc_ai_check_chanlist() 498 struct comedi_subdevice *s, struct comedi_cmd *cmd) in labpc_ai_cmdtest() 617 struct comedi_cmd *cmd = &async->cmd; in labpc_ai_cmd() local [all …]
|
| /Linux-v5.10/drivers/net/wireless/marvell/libertas/ |
| D | mesh.c | 26 struct cmd_ds_mesh_access *cmd) in lbs_mesh_access() 42 struct cmd_ds_mesh_config *cmd, in __lbs_mesh_config_send() 69 struct cmd_ds_mesh_config *cmd, in lbs_mesh_config_send() 90 struct cmd_ds_mesh_config cmd; in lbs_mesh_config() local 338 struct cmd_ds_mesh_config cmd; in mesh_get_default_parameters() local 384 struct cmd_ds_mesh_config cmd; in bootflag_set() local 434 struct cmd_ds_mesh_config cmd; in boottime_set() local 493 struct cmd_ds_mesh_config cmd; in channel_set() local 551 struct cmd_ds_mesh_config cmd; in mesh_id_set() local 617 struct cmd_ds_mesh_config cmd; in protocol_id_set() local [all …]
|
| /Linux-v5.10/mm/ |
| D | gup_benchmark.c | 24 static void put_back_pages(unsigned int cmd, struct page **pages, in put_back_pages() 44 static void verify_dma_pinned(unsigned int cmd, struct page **pages, in verify_dma_pinned() 67 static int __gup_benchmark_ioctl(unsigned int cmd, in __gup_benchmark_ioctl() 167 static long gup_benchmark_ioctl(struct file *filep, unsigned int cmd, in gup_benchmark_ioctl()
|
| /Linux-v5.10/drivers/net/wireless/ath/carl9170/ |
| D | cmd.c | 119 const enum carl9170_cmd_oids cmd, const unsigned int len) in carl9170_cmd_buf() 134 struct carl9170_cmd *cmd; in carl9170_reboot() local 154 struct carl9170_cmd *cmd; in carl9170_bcn_ctrl() local 204 struct carl9170_cmd *cmd; in carl9170_powersave() local
|
| /Linux-v5.10/drivers/platform/x86/intel_speed_select_if/ |
| D | isst_if_common.c | 37 u16 cmd; member 43 u16 cmd; member 70 u32 cmd; member 79 static int isst_store_new_cmd(int cmd, u32 cpu, int mbox_cmd_type, u32 param, in isst_store_new_cmd() 126 int isst_store_cmd(int cmd, int sub_cmd, u32 cpu, int mbox_cmd_type, in isst_store_cmd() 221 bool isst_if_mbox_cmd_invalid(struct isst_if_mbox_cmd *cmd) in isst_if_mbox_cmd_invalid() 248 bool isst_if_mbox_cmd_set_req(struct isst_if_mbox_cmd *cmd) in isst_if_mbox_cmd_set_req() 494 static long isst_if_def_ioctl(struct file *file, unsigned int cmd, in isst_if_def_ioctl()
|
| /Linux-v5.10/drivers/infiniband/hw/efa/ |
| D | efa_com_cmd.c | 67 struct efa_admin_modify_qp_cmd cmd = {}; in efa_com_modify_qp() local 102 struct efa_admin_query_qp_cmd cmd = {}; in efa_com_query_qp() local 585 struct efa_admin_set_feature_cmd cmd = {}; in efa_com_set_aenq_config() local 628 struct efa_admin_alloc_pd_cmd cmd = {}; in efa_com_alloc_pd() local 654 struct efa_admin_dealloc_pd_cmd cmd = {}; in efa_com_dealloc_pd() local 680 struct efa_admin_alloc_uar_cmd cmd = {}; in efa_com_alloc_uar() local 706 struct efa_admin_dealloc_uar_cmd cmd = {}; in efa_com_dealloc_uar() local 733 struct efa_admin_aq_get_stats_cmd cmd = {}; in efa_com_get_stats() local
|
| /Linux-v5.10/drivers/w1/ |
| D | w1_netlink.c | 28 struct w1_netlink_cmd *cmd; /* advances as cmds are appened */ member 134 struct w1_netlink_cmd *cmd) in w1_netlink_queue_cmd() 173 struct w1_netlink_cmd *cmd = (struct w1_netlink_cmd *)block->msg->data; in w1_netlink_queue_status() local 289 struct w1_netlink_cmd *cmd) in w1_process_command_io() 314 struct w1_netlink_cmd *cmd) in w1_process_command_addremove() 388 struct w1_netlink_cmd *cmd) in w1_process_command_slave() 450 struct w1_netlink_cmd *cmd = (struct w1_netlink_cmd *)node->msg->data; in w1_process_cb() local 501 struct w1_netlink_cmd *cmd = (struct w1_netlink_cmd *)msg->data; in w1_list_count_cmds() local
|
| /Linux-v5.10/drivers/target/ |
| D | target_core_pr.c | 87 target_scsi2_reservation_check(struct se_cmd *cmd) in target_scsi2_reservation_check() 119 static int target_check_scsi2_reservation_conflict(struct se_cmd *cmd) in target_check_scsi2_reservation_conflict() 201 target_scsi2_reservation_release(struct se_cmd *cmd) in target_scsi2_reservation_release() 242 target_scsi2_reservation_reserve(struct se_cmd *cmd) in target_scsi2_reservation_reserve() 311 static int core_scsi3_pr_seq_non_holder(struct se_cmd *cmd, u32 pr_reg_type, in core_scsi3_pr_seq_non_holder() 563 target_scsi3_pr_reservation_check(struct se_cmd *cmd) in target_scsi3_pr_reservation_check() 1477 struct se_cmd *cmd, in core_scsi3_decode_spec_i_port() 2052 core_scsi3_emulate_pro_register(struct se_cmd *cmd, u64 res_key, u64 sa_res_key, in core_scsi3_emulate_pro_register() 2277 core_scsi3_pro_reserve(struct se_cmd *cmd, int type, int scope, u64 res_key) in core_scsi3_pro_reserve() 2433 core_scsi3_emulate_pro_reserve(struct se_cmd *cmd, int type, int scope, in core_scsi3_emulate_pro_reserve() [all …]
|
| /Linux-v5.10/net/wireless/ |
| D | wext-priv.c | 93 static int get_priv_descr_and_size(struct net_device *dev, unsigned int cmd, in get_priv_descr_and_size() 137 static int ioctl_private_iw_point(struct iw_point *iwp, unsigned int cmd, in ioctl_private_iw_point() 188 unsigned int cmd, struct iw_request_info *info, in ioctl_private_call() 214 unsigned int cmd, struct iw_request_info *info, in compat_private_call()
|
| /Linux-v5.10/net/core/ |
| D | dev_ioctl.c | 104 static int dev_ifsioc_locked(struct net *net, struct ifreq *ifr, unsigned int cmd) in dev_ifsioc_locked() 230 struct ifreq *ifr, unsigned int cmd) in dev_do_ioctl() 252 static int dev_ifsioc(struct net *net, struct ifreq *ifr, unsigned int cmd) in dev_ifsioc() 400 int dev_ioctl(struct net *net, unsigned int cmd, struct ifreq *ifr, bool *need_copyout) in dev_ioctl()
|
| /Linux-v5.10/drivers/net/wireless/ti/wl1251/ |
| D | spi.c | 45 u8 *cmd; in wl1251_spi_reset() local 75 u8 *cmd = kzalloc(WSPI_INIT_CMD_LEN, GFP_KERNEL); in wl1251_spi_wake() local 135 u32 *cmd; in wl1251_spi_read() local 174 u32 *cmd; in wl1251_spi_write() local
|
| /Linux-v5.10/drivers/scsi/bnx2i/ |
| D | bnx2i_iscsi.c | 56 static void bnx2i_get_write_cmd_bd_idx(struct bnx2i_cmd *cmd, u32 buf_off, in bnx2i_get_write_cmd_bd_idx() 86 struct bnx2i_cmd *cmd = task->dd_data; in bnx2i_setup_write_cmd_bd_info() local 143 static int bnx2i_map_scsi_sg(struct bnx2i_hba *hba, struct bnx2i_cmd *cmd) in bnx2i_map_scsi_sg() 186 static void bnx2i_iscsi_map_sg_list(struct bnx2i_cmd *cmd) in bnx2i_iscsi_map_sg_list() 207 void bnx2i_iscsi_unmap_sg_list(struct bnx2i_cmd *cmd) in bnx2i_iscsi_unmap_sg_list() 217 static void bnx2i_setup_cmd_wqe_template(struct bnx2i_cmd *cmd) in bnx2i_setup_cmd_wqe_template() 445 struct bnx2i_cmd *cmd) in bnx2i_alloc_bdt() 474 struct bnx2i_cmd *cmd = task->dd_data; in bnx2i_destroy_cmd_pool() local 499 struct bnx2i_cmd *cmd = task->dd_data; in bnx2i_setup_cmd_pool() local 1081 struct bnx2i_cmd *cmd = task->dd_data; in bnx2i_iscsi_send_generic_request() local [all …]
|