/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_nx2.c | 954 switch (p_hdr->cmd) { in qla8044_process_reset_template() 987 "entry = %d\n", __func__, p_hdr->cmd, index); in qla8044_process_reset_template() 2933 dma_desc.cmd.dma_desc_cmd = (m_hdr->dma_desc_cmd & 0xff0f); in qla8044_minidump_pex_dma_read() 2934 dma_desc.cmd.dma_desc_cmd |= in qla8044_minidump_pex_dma_read() 2938 dma_desc.cmd.read_data_size = chunk_size = ISP8044_PEX_DMA_READ_SIZE; in qla8044_minidump_pex_dma_read() 2949 dma_desc.cmd.read_data_size = chunk_size; in qla8044_minidump_pex_dma_read() 3521 uint32_t cmd; in qla8044_write_flash_status_reg() local 3523 cmd = vha->hw->fdt_wrt_sts_reg_cmd; in qla8044_write_flash_status_reg() 3526 QLA8044_FLASH_STATUS_WRITE_DEF_SIG | cmd); in qla8044_write_flash_status_reg()
|
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_ethtool.c | 979 struct qlcnic_cmd_args cmd; in qlcnic_irq_test() local 994 ret = qlcnic_alloc_mbx_args(&cmd, adapter, QLCNIC_CMD_INTRPT_TEST); in qlcnic_irq_test() 998 cmd.req.arg[1] = ahw->pci_func; in qlcnic_irq_test() 999 ret = qlcnic_issue_cmd(adapter, &cmd); in qlcnic_irq_test() 1007 qlcnic_free_mbx_args(&cmd); in qlcnic_irq_test()
|
/openbmc/linux/drivers/net/ethernet/socionext/ |
H A D | sni_ave.c | 1167 struct ethtool_wolinfo wol = { .cmd = ETHTOOL_GWOL }; in ave_init() 1458 static int ave_ioctl(struct net_device *ndev, struct ifreq *ifr, int cmd) in ave_ioctl() argument 1460 return phy_mii_ioctl(ndev->phydev, ifr, cmd); in ave_ioctl() 1737 struct ethtool_wolinfo wol = { .cmd = ETHTOOL_GWOL }; in ave_suspend() 1755 struct ethtool_wolinfo wol = { .cmd = ETHTOOL_GWOL }; in ave_resume()
|
/openbmc/linux/net/ipv4/netfilter/ |
H A D | ip_tables.c | 1621 do_ipt_set_ctl(struct sock *sk, int cmd, sockptr_t arg, unsigned int len) in do_ipt_set_ctl() argument 1628 switch (cmd) { in do_ipt_set_ctl() 1650 do_ipt_get_ctl(struct sock *sk, int cmd, void __user *user, int *len) in do_ipt_get_ctl() argument 1657 switch (cmd) { in do_ipt_get_ctl() 1686 if (cmd == IPT_SO_GET_REVISION_TARGET) in do_ipt_get_ctl()
|
/openbmc/linux/net/ipv6/netfilter/ |
H A D | ip6_tables.c | 1630 do_ip6t_set_ctl(struct sock *sk, int cmd, sockptr_t arg, unsigned int len) in do_ip6t_set_ctl() argument 1637 switch (cmd) { in do_ip6t_set_ctl() 1659 do_ip6t_get_ctl(struct sock *sk, int cmd, void __user *user, int *len) in do_ip6t_get_ctl() argument 1666 switch (cmd) { in do_ip6t_get_ctl() 1695 if (cmd == IP6T_SO_GET_REVISION_TARGET) in do_ip6t_get_ctl()
|
/openbmc/linux/net/openvswitch/ |
H A D | conntrack.c | 1611 ovs_ct_limit_cmd_reply_start(struct genl_info *info, u8 cmd, in ovs_ct_limit_cmd_reply_start() argument 1623 &dp_ct_limit_genl_family, 0, cmd); in ovs_ct_limit_cmd_reply_start() 1934 { .cmd = OVS_CT_LIMIT_CMD_SET, 1941 { .cmd = OVS_CT_LIMIT_CMD_DEL, 1948 { .cmd = OVS_CT_LIMIT_CMD_GET,
|
/openbmc/linux/fs/ |
H A D | userfaultfd.c | 2097 static long userfaultfd_ioctl(struct file *file, unsigned cmd, in userfaultfd_ioctl() argument 2103 if (cmd != UFFDIO_API && !userfaultfd_is_initialized(ctx)) in userfaultfd_ioctl() 2106 switch(cmd) { in userfaultfd_ioctl() 2251 static long userfaultfd_dev_ioctl(struct file *file, unsigned int cmd, unsigned long flags) in userfaultfd_dev_ioctl() argument 2253 if (cmd != USERFAULTFD_IOC_NEW) in userfaultfd_dev_ioctl()
|
/openbmc/linux/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_gpu.c | 1436 char *comm = NULL, *cmd = NULL; in etnaviv_gpu_recover_hang() local 1445 cmd = kstrdup_quotable_cmdline(task, GFP_KERNEL); in etnaviv_gpu_recover_hang() 1449 if (comm && cmd) in etnaviv_gpu_recover_hang() 1450 dev_err(gpu->dev, "offending task: %s (%s)\n", comm, cmd); in etnaviv_gpu_recover_hang() 1452 kfree(cmd); in etnaviv_gpu_recover_hang()
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_sli.c | 10784 IOCB_t *cmd; in __lpfc_sli_prep_els_req_rsp_s3() local 10787 memset(cmd, 0, sizeof(*cmd)); in __lpfc_sli_prep_els_req_rsp_s3() 10804 cmd->ulpBdeCount = 1; in __lpfc_sli_prep_els_req_rsp_s3() 10805 cmd->ulpLe = 1; in __lpfc_sli_prep_els_req_rsp_s3() 10817 cmd->ulpCt_h = 0; in __lpfc_sli_prep_els_req_rsp_s3() 10931 IOCB_t *cmd; in __lpfc_sli_prep_gen_req_s3() local 10934 memset(cmd, 0, sizeof(*cmd)); in __lpfc_sli_prep_gen_req_s3() 10948 cmd->ulpBdeCount = 1; in __lpfc_sli_prep_gen_req_s3() 10949 cmd->ulpLe = 1; in __lpfc_sli_prep_gen_req_s3() 21258 uint32_t cmd; in lpfc_wqe_bpl2sgl() local [all …]
|
/openbmc/linux/drivers/s390/cio/ |
H A D | ccwreq.c | 173 struct cmd_scsw *scsw = &irb->scsw.cmd; in ccwreq_status()
|
/openbmc/linux/drivers/media/usb/pwc/ |
H A D | pwc.h | 194 __u8 cmd[4]; /* the four byte of the command (in case of member
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_session.c | 268 req.msg.cmd = IPMI_GET_SESSION_INFO; // 0x3D in ipmi_get_session_info()
|
/openbmc/linux/sound/pci/echoaudio/ |
H A D | layla24_dsp.c | 35 static int load_asic_generic(struct echoaudio *chip, u32 cmd, short asic);
|
/openbmc/linux/drivers/platform/x86/amd/ |
H A D | hsmp.c | 258 static long hsmp_ioctl(struct file *fp, unsigned int cmd, unsigned long arg) in hsmp_ioctl() argument
|
/openbmc/linux/drivers/media/pci/ddbridge/ |
H A D | ddbridge.h | 178 struct dvb_diseqc_master_cmd *cmd);
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02.h | 169 int mt76x02_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | amx_test.c | 312 TEST_FAIL("Unknown ucall %lu", uc.cmd); in main()
|
/openbmc/linux/arch/arm/mach-mxs/ |
H A D | mach-mxs.c | 451 static void mxs_restart(enum reboot_mode mode, const char *cmd) in mxs_restart() argument
|
/openbmc/linux/drivers/clk/at91/ |
H A D | sama5d3.c | 35 .cmd = BIT(12),
|
H A D | sama5d4.c | 35 .cmd = BIT(12),
|
/openbmc/linux/drivers/auxdisplay/ |
H A D | hd44780_common.c | 101 void (*write_cmd_raw)(struct hd44780_common *hdc, int cmd); in hd44780_common_init_display()
|
/openbmc/linux/arch/arm/boot/dts/rockchip/ |
H A D | rk3288-phycore-rdk.dts | 191 sdmmc_cmd: sdmmc-cmd {
|
/openbmc/linux/arch/arm/mach-dove/ |
H A D | common.c | 435 void dove_restart(enum reboot_mode mode, const char *cmd) in dove_restart() argument
|
/openbmc/linux/arch/arm/mach-sa1100/ |
H A D | generic.c | 94 void sa11x0_restart(enum reboot_mode mode, const char *cmd) in sa11x0_restart() argument
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | mmp2-olpc-xo-1-75.dts | 234 cmd-gpios = <&gpio 155 GPIO_ACTIVE_HIGH>;
|