Home
last modified time | relevance | path

Searched defs:cmd (Results 176 – 200 of 4202) sorted by relevance

12345678910>>...169

/linux-6.15/drivers/infiniband/hw/efa/
Defa_com_cmd.c65 struct efa_admin_modify_qp_cmd cmd = {}; in efa_com_modify_qp() local
100 struct efa_admin_query_qp_cmd cmd = {}; in efa_com_query_qp() local
622 struct efa_admin_set_feature_cmd cmd = {}; in efa_com_set_aenq_config() local
665 struct efa_admin_alloc_pd_cmd cmd = {}; in efa_com_alloc_pd() local
691 struct efa_admin_dealloc_pd_cmd cmd = {}; in efa_com_dealloc_pd() local
717 struct efa_admin_alloc_uar_cmd cmd = {}; in efa_com_alloc_uar() local
743 struct efa_admin_dealloc_uar_cmd cmd = {}; in efa_com_dealloc_uar() local
770 struct efa_admin_aq_get_stats_cmd cmd = {}; in efa_com_get_stats() local
/linux-6.15/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_sriov_common.c242 struct qlcnic_cmd_args cmd; in qlcnic_sriov_cleanup_list() local
316 struct qlcnic_cmd_args cmd; in qlcnic_sriov_post_bc_msg() local
362 struct qlcnic_cmd_args cmd; in qlcnic_sriov_get_vf_vport_info() local
426 struct qlcnic_cmd_args *cmd) in qlcnic_sriov_set_pvid_mode()
434 struct qlcnic_cmd_args *cmd) in qlcnic_sriov_set_guest_vlan_mode()
472 struct qlcnic_cmd_args cmd; in qlcnic_sriov_get_vf_acl() local
754 struct qlcnic_cmd_args *cmd, in qlcnic_sriov_prepare_bc_hdr()
1039 struct qlcnic_cmd_args *cmd) in __qlcnic_sriov_process_bc_cmd()
1057 struct qlcnic_cmd_args cmd; in qlcnic_sriov_process_bc_cmd() local
1198 struct qlcnic_cmd_args cmd; in qlcnic_sriov_handle_bc_cmd() local
[all …]
/linux-6.15/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c279 struct megasas_cmd_fusion *cmd) in megasas_return_cmd_fusion()
391 struct megasas_cmd_fusion *cmd, in megasas_get_msix_index()
424 struct megasas_cmd_fusion *cmd; in megasas_free_cmds_fusion() local
486 struct megasas_cmd_fusion *cmd; in megasas_create_sg_sense_fusion() local
974 struct megasas_cmd_fusion *cmd; in megasas_alloc_cmds_fusion() local
1043 wait_and_poll(struct megasas_instance *instance, struct megasas_cmd *cmd, in wait_and_poll()
1086 struct megasas_cmd *cmd; in megasas_ioc_init_fusion() local
1308 struct megasas_cmd *cmd; in megasas_sync_pd_seq_num() local
1399 struct megasas_cmd *cmd; in megasas_get_ld_map_info() local
1489 struct megasas_cmd *cmd; in megasas_sync_map_info() local
[all …]
/linux-6.15/drivers/net/ethernet/intel/i40e/
Di40e_nvm.c780 i40e_nvmupd_validate_command(struct i40e_hw *hw, struct i40e_nvm_access *cmd, in i40e_nvmupd_validate_command()
873 struct i40e_nvm_access *cmd, in i40e_nvmupd_nvm_erase()
913 struct i40e_nvm_access *cmd, in i40e_nvmupd_nvm_write()
956 struct i40e_nvm_access *cmd, in i40e_nvmupd_nvm_read()
996 struct i40e_nvm_access *cmd, in i40e_nvmupd_exec_aq()
1080 struct i40e_nvm_access *cmd, in i40e_nvmupd_get_aq_result()
1149 struct i40e_nvm_access *cmd, in i40e_nvmupd_get_aq_event()
1184 struct i40e_nvm_access *cmd, in i40e_nvmupd_state_init()
1323 struct i40e_nvm_access *cmd, in i40e_nvmupd_state_reading()
1365 struct i40e_nvm_access *cmd, in i40e_nvmupd_state_writing()
[all …]
/linux-6.15/drivers/gpu/drm/
Ddrm_ioc32.c91 static int compat_drm_version(struct file *file, unsigned int cmd, in compat_drm_version()
132 static int compat_drm_getunique(struct file *file, unsigned int cmd, in compat_drm_getunique()
159 static int compat_drm_setunique(struct file *file, unsigned int cmd, in compat_drm_setunique()
175 static int compat_drm_getclient(struct file *file, unsigned int cmd, in compat_drm_getclient()
214 static int compat_drm_getstats(struct file *file, unsigned int cmd, in compat_drm_getstats()
234 static int compat_drm_update_draw(struct file *file, unsigned int cmd, in compat_drm_update_draw()
260 static int compat_drm_wait_vblank(struct file *file, unsigned int cmd, in compat_drm_wait_vblank()
301 static int compat_drm_mode_addfb2(struct file *file, unsigned int cmd, in compat_drm_mode_addfb2()
362 long drm_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in drm_compat_ioctl()
/linux-6.15/drivers/s390/char/
Dhmcdrv_ftp.c52 static enum hmcdrv_ftp_cmdid hmcdrv_ftp_cmd_getid(const char *cmd, int len) in hmcdrv_ftp_cmd_getid()
57 enum hmcdrv_ftp_cmdid cmd; /* associated command as enum */ in hmcdrv_ftp_cmd_getid() member
114 static int hmcdrv_ftp_parse(char *cmd, struct hmcdrv_ftp_cmdspec *ftp) in hmcdrv_ftp_parse()
239 ssize_t hmcdrv_ftp_cmd(char __kernel *cmd, loff_t offset, in hmcdrv_ftp_cmd()
/linux-6.15/drivers/target/tcm_fc/
Dtfc_io.c43 struct ft_cmd *cmd = container_of(se_cmd, struct ft_cmd, se_cmd); in ft_queue_data_in() local
187 struct ft_cmd *cmd = container_of(work, struct ft_cmd, work); in ft_execute_work() local
195 void ft_recv_write_data(struct ft_cmd *cmd, struct fc_frame *fp) in ft_recv_write_data()
327 void ft_invl_hw_context(struct ft_cmd *cmd) in ft_invl_hw_context()
/linux-6.15/drivers/scsi/
Dscsi_trace.c96 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
Dwd719x.c191 struct scsi_cmnd *cmd = scb->cmd; in wd719x_finish_cmd() local
207 static int wd719x_queuecommand(struct Scsi_Host *sh, struct scsi_cmnd *cmd) in wd719x_queuecommand()
463 static int wd719x_abort(struct scsi_cmnd *cmd) in wd719x_abort()
487 static int wd719x_reset(struct scsi_cmnd *cmd, u8 opcode, u8 device) in wd719x_reset()
513 static int wd719x_dev_reset(struct scsi_cmnd *cmd) in wd719x_dev_reset()
518 static int wd719x_bus_reset(struct scsi_cmnd *cmd) in wd719x_bus_reset()
523 static int wd719x_host_reset(struct scsi_cmnd *cmd) in wd719x_host_reset()
/linux-6.15/drivers/scsi/qedi/
Dqedi_fw.c20 void qedi_iscsi_unmap_sg_list(struct qedi_cmd *cmd) in qedi_iscsi_unmap_sg_list()
39 struct qedi_cmd *cmd; in qedi_process_logout_resp() local
91 struct qedi_cmd *cmd; in qedi_process_text_resp() local
267 struct qedi_cmd *cmd; in qedi_process_login_resp() local
417 struct qedi_cmd *cmd; in qedi_process_nopin_mesg() local
581 struct qedi_cmd *cmd = task->dd_data; in qedi_scsi_completion() local
716 struct qedi_cmd *cmd = task->dd_data; in qedi_process_nopin_local_cmpl() local
1140 struct qedi_cmd *cmd, *cmd_tmp; in qedi_cleanup_all_io() local
1290 struct qedi_cmd *cmd = (struct qedi_cmd *)task->dd_data; in qedi_wait_for_cleanup_request() local
1321 struct qedi_cmd *cmd; in qedi_abort_work() local
[all …]
/linux-6.15/block/
Dioctl.c307 unsigned cmd, unsigned long arg) in blkdev_compat_ptr_ioctl()
425 static int blkdev_flushbuf(struct block_device *bdev, unsigned cmd, in blkdev_flushbuf()
443 static int blkdev_roset(struct block_device *bdev, unsigned cmd, in blkdev_roset()
564 unsigned int cmd, unsigned long arg, in blkdev_common_ioctl()
657 long blkdev_ioctl(struct file *file, unsigned cmd, unsigned long arg) in blkdev_ioctl()
716 long compat_blkdev_ioctl(struct file *file, unsigned cmd, unsigned long arg) in compat_blkdev_ioctl()
771 static void blk_cmd_complete(struct io_uring_cmd *cmd, unsigned int issue_flags) in blk_cmd_complete()
783 struct io_uring_cmd *cmd = bio->bi_private; in bio_cmd_bio_end_io() local
793 static int blkdev_cmd_discard(struct io_uring_cmd *cmd, in blkdev_cmd_discard()
850 int blkdev_uring_cmd(struct io_uring_cmd *cmd, unsigned int issue_flags) in blkdev_uring_cmd()
/linux-6.15/drivers/gpu/drm/vmwgfx/
Dvmwgfx_context.c148 } *cmd; in vmw_hw_context_destroy() local
251 } *cmd; in vmw_context_init() local
305 } *cmd; in vmw_gb_context_create() local
348 } *cmd; in vmw_gb_context_bind() local
387 uint8_t *cmd; in vmw_gb_context_unbind() local
440 } *cmd; in vmw_gb_context_destroy() local
472 } *cmd; in vmw_dx_context_create() local
515 } *cmd; in vmw_dx_context_bind() local
596 uint8_t *cmd; in vmw_dx_context_unbind() local
656 } *cmd; in vmw_dx_context_destroy() local
Dvmwgfx_scrn.c131 } *cmd; in vmw_sou_fifo_create() local
178 } *cmd; in vmw_sou_fifo_destroy() local
470 void *cmd) in vmw_sou_bo_define_gmrfb()
496 void *cmd, struct drm_rect *clip, in vmw_sou_bo_populate_clip()
514 void *cmd, struct drm_rect *bb) in vmw_stud_bo_post_clip()
565 void *cmd) in vmw_sou_surface_post_prepare()
582 void *cmd, uint32_t num_hits) in vmw_sou_surface_pre_clip()
613 void *cmd, struct drm_rect *clip, in vmw_sou_surface_clip_rect()
631 void *cmd, struct drm_rect *bb) in vmw_sou_surface_post_clip()
956 } *cmd; in do_bo_define_gmrfb() local
[all …]
/linux-6.15/drivers/net/wireless/ath/carl9170/
Dcmd.c119 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-6.15/tools/testing/selftests/bpf/progs/
Dtest_cgroup1_hierarchy.c17 static int bpf_link_create_verify(int cmd) in bpf_link_create_verify()
54 int BPF_PROG(lsm_run, int cmd, union bpf_attr *attr, unsigned int size, bool kernel) in BPF_PROG()
60 int BPF_PROG(lsm_s_run, int cmd, union bpf_attr *attr, unsigned int size, bool kernel) in BPF_PROG()
/linux-6.15/drivers/watchdog/
Drave-sp-wdt.c74 u8 cmd[] = { in rave_sp_wdt_legacy_configure() local
87 u8 cmd[] = { in rave_sp_wdt_rdu_configure() local
119 u8 cmd[] = { in rave_sp_wdt_legacy_restart() local
130 u8 cmd[] = { in rave_sp_wdt_rdu_restart() local
205 u8 cmd[] = { in rave_sp_wdt_ping() local
/linux-6.15/drivers/net/ethernet/hisilicon/hibmcge/
Dhbg_mdio.c23 static void hbg_mdio_set_command(struct hbg_mac *mac, u32 cmd) in hbg_mdio_set_command()
28 static void hbg_mdio_get_command(struct hbg_mac *mac, u32 *cmd) in hbg_mdio_get_command()
49 u32 cmd = 0; in hbg_mdio_wait_ready() local
63 u32 cmd = 0; in hbg_mdio_cmd_send() local
107 u32 cmd = 0; in hbg_mdio_init_hw() local
/linux-6.15/drivers/bluetooth/
Dbtqca.c21 char cmd; in qca_read_soc_version() local
96 char cmd; in qca_read_fw_build_info() local
154 const u8 cmd[] = { EDL_PATCH_CONFIG_CMD, 0x01, 0, 0, 0 }; in qca_send_patch_config_cmd() local
212 u8 cmd; in qca_read_fw_board_id() local
484 u8 cmd[MAX_SIZE_PER_TLV_SEGMENT + 2]; in qca_tlv_send_segment() local
675 u8 cmd[2]; in qca_disable_soc_logging() local
696 u8 cmd[9]; in qca_set_bdaddr_rome() local
/linux-6.15/drivers/mmc/host/
Dsdhci.c150 bool sdhci_data_line_cmd(struct mmc_command *cmd) in sdhci_data_line_cmd()
719 dma_addr_t addr, int len, unsigned int cmd) in sdhci_adma_write_desc()
737 int len, unsigned int cmd) in __sdhci_adma_write_desc()
908 struct mmc_command *cmd, in sdhci_target_timeout()
937 struct mmc_command *cmd) in sdhci_calc_sw_timeout()
969 static u8 sdhci_calc_timeout(struct sdhci_host *host, struct mmc_command *cmd, in sdhci_calc_timeout()
1057 void __sdhci_set_timeout(struct sdhci_host *host, struct mmc_command *cmd) in __sdhci_set_timeout()
1074 static void sdhci_set_timeout(struct sdhci_host *host, struct mmc_command *cmd) in sdhci_set_timeout()
1207 static void sdhci_prepare_data(struct sdhci_host *host, struct mmc_command *cmd) in sdhci_prepare_data()
1257 struct mmc_command *cmd) in sdhci_external_dma_setup()
[all …]
/linux-6.15/fs/nilfs2/
Dioctl.c196 unsigned int cmd, void __user *argp) in nilfs_ioctl_change_cpmode()
248 unsigned int cmd, void __user *argp) in nilfs_ioctl_delete_checkpoint()
324 unsigned int cmd, void __user *argp) in nilfs_ioctl_get_cpstat()
389 unsigned int cmd, void __user *argp) in nilfs_ioctl_get_sustat()
496 unsigned int cmd, void __user *argp) in nilfs_ioctl_get_bdescs()
829 unsigned int cmd, void __user *argp) in nilfs_ioctl_clean_segments()
960 unsigned int cmd, void __user *argp) in nilfs_ioctl_sync()
1131 unsigned int cmd, void __user *argp, in nilfs_ioctl_get_info()
1178 unsigned int cmd, void __user *argp) in nilfs_ioctl_set_suinfo()
1328 long nilfs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in nilfs_ioctl()
[all …]
/linux-6.15/drivers/net/ethernet/intel/iavf/
Diavf_ethtool.c252 struct ethtool_link_ksettings *cmd) in iavf_get_link_ksettings()
919 struct ethtool_rxnfc *cmd) in iavf_get_ethtool_fdir_entry()
1060 iavf_get_fdir_fltr_ids(struct iavf_adapter *adapter, struct ethtool_rxnfc *cmd, in iavf_get_fdir_fltr_ids()
1255 static int iavf_add_fdir_ethtool(struct iavf_adapter *adapter, struct ethtool_rxnfc *cmd) in iavf_add_fdir_ethtool()
1306 static int iavf_del_fdir_ethtool(struct iavf_adapter *adapter, struct ethtool_rxnfc *cmd) in iavf_del_fdir_ethtool()
1323 static u32 iavf_adv_rss_parse_hdrs(struct ethtool_rxnfc *cmd) in iavf_adv_rss_parse_hdrs()
1367 static u64 iavf_adv_rss_parse_hash_flds(struct ethtool_rxnfc *cmd, bool symm) in iavf_adv_rss_parse_hash_flds()
1434 struct ethtool_rxnfc *cmd) in iavf_set_adv_rss_hash_opt()
1520 struct ethtool_rxnfc *cmd) in iavf_get_adv_rss_hash_opt()
1574 static int iavf_set_rxnfc(struct net_device *netdev, struct ethtool_rxnfc *cmd) in iavf_set_rxnfc()
[all …]
/linux-6.15/net/wireless/
Dwext-priv.c93 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-6.15/net/ethtool/
Dnetlink.c287 struct sk_buff *ethnl_reply_init(size_t payload, struct net_device *dev, u8 cmd, in ethnl_reply_init()
317 void *ethnl_dump_put(struct sk_buff *skb, struct netlink_callback *cb, u8 cmd) in ethnl_dump_put()
323 void *ethnl_bcastmsg_put(struct sk_buff *skb, u8 cmd) in ethnl_bcastmsg_put()
329 void *ethnl_unicast_put(struct sk_buff *skb, u32 portid, u32 seq, u8 cmd) in ethnl_unicast_put()
468 const u8 cmd = info->genlhdr->cmd; in ethnl_default_doit() local
680 const u8 cmd = info->genlhdr->cmd; in ethnl_default_set_doit() local
761 static void ethnl_default_notify(struct net_device *dev, unsigned int cmd, in ethnl_default_notify()
861 void ethtool_notify(struct net_device *dev, unsigned int cmd, const void *data) in ethtool_notify()
/linux-6.15/drivers/mtd/devices/
Dmchp48l640.c62 static int mchp48l640_mkcmd(struct mchp48l640_flash *flash, u8 cmd, loff_t addr, char *buf) in mchp48l640_mkcmd()
73 unsigned char cmd[2]; in mchp48l640_read_status() local
119 unsigned char cmd[2]; in mchp48l640_write_prepare() local
145 unsigned char cmd[2]; in mchp48l640_set_mode() local
173 unsigned char *cmd; in mchp48l640_write_page() local
247 unsigned char *cmd; in mchp48l640_read_page() local
/linux-6.15/drivers/gpu/drm/panel/
Dpanel-ilitek-ili9881c.c32 struct cmd { struct
33 u8 cmd; argument
34 u8 data;
35 } cmd; member
1254 static int ili9881c_send_cmd_data(struct ili9881c *ctx, u8 cmd, u8 data) in ili9881c_send_cmd_data()

12345678910>>...169