Searched refs:mcmd (Results 1 – 6 of 6) sorted by relevance
/drivers/char/agp/ |
D | isoch.c | 84 u32 mnistat, tnistat, tstatus, mcmd; in agp_3_5_isochronous_node_enable() local 258 pci_read_config_dword(dev, cur->capndx+AGPCMD, &mcmd); in agp_3_5_isochronous_node_enable() 262 mcmd &= ~(0xff << 24); in agp_3_5_isochronous_node_enable() 266 mcmd |= master[cdev].rq << 24; in agp_3_5_isochronous_node_enable() 268 pci_write_config_dword(dev, cur->capndx+AGPCMD, mcmd); in agp_3_5_isochronous_node_enable() 291 u32 tstatus, mcmd; in agp_3_5_nonisochronous_node_enable() local 305 pci_read_config_dword(cur->dev, cur->capndx+AGPCMD, &mcmd); in agp_3_5_nonisochronous_node_enable() 306 mcmd &= ~(0xff << 24); in agp_3_5_nonisochronous_node_enable() 307 mcmd |= ((cdev == ndevs - 1) ? rem : mrq) << 24; in agp_3_5_nonisochronous_node_enable() 308 pci_write_config_dword(cur->dev, cur->capndx+AGPCMD, mcmd); in agp_3_5_nonisochronous_node_enable()
|
/drivers/scsi/qla2xxx/ |
D | tcm_qla2xxx.c | 262 struct qla_tgt_mgmt_cmd *mcmd = container_of(work, in tcm_qla2xxx_complete_mcmd() local 265 transport_generic_free_cmd(&mcmd->se_cmd, 0); in tcm_qla2xxx_complete_mcmd() 273 static void tcm_qla2xxx_free_mcmd(struct qla_tgt_mgmt_cmd *mcmd) in tcm_qla2xxx_free_mcmd() argument 275 INIT_WORK(&mcmd->free_work, tcm_qla2xxx_complete_mcmd); in tcm_qla2xxx_free_mcmd() 276 queue_work(tcm_qla2xxx_free_wq, &mcmd->free_work); in tcm_qla2xxx_free_mcmd() 332 struct qla_tgt_mgmt_cmd *mcmd = container_of(se_cmd, in tcm_qla2xxx_release_cmd() local 334 qlt_free_mcmd(mcmd); in tcm_qla2xxx_release_cmd() 553 static int tcm_qla2xxx_handle_tmr(struct qla_tgt_mgmt_cmd *mcmd, uint32_t lun, in tcm_qla2xxx_handle_tmr() argument 556 struct qla_tgt_sess *sess = mcmd->sess; in tcm_qla2xxx_handle_tmr() 557 struct se_cmd *se_cmd = &mcmd->se_cmd; in tcm_qla2xxx_handle_tmr() [all …]
|
D | qla_target.c | 667 static int qlt_reset(struct scsi_qla_host *vha, void *iocb, int mcmd) in qlt_reset() argument 687 switch (mcmd) { in qlt_reset() 689 mcmd = QLA_TGT_NEXUS_LOSS; in qlt_reset() 692 mcmd = QLA_TGT_ABORT_ALL; in qlt_reset() 701 mcmd, __func__); in qlt_reset() 724 mcmd, loop_id); in qlt_reset() 726 return qlt_issue_task_mgmt(sess, 0, mcmd, iocb, QLA24XX_MGMT_SEND_NACK); in qlt_reset() 1547 struct qla_tgt_mgmt_cmd *mcmd; in __qlt_24xx_handle_abts() local 1583 mcmd = mempool_alloc(qla_tgt_mgmt_cmd_mempool, GFP_ATOMIC); in __qlt_24xx_handle_abts() 1584 if (mcmd == NULL) { in __qlt_24xx_handle_abts() [all …]
|
/drivers/mtd/spi-nor/ |
D | nxp-spifi.c | 65 u32 mcmd; member 119 writel(spifi->mcmd, spifi->io_base + SPIFI_MCMD); in nxp_spifi_set_memory_mode_on() 246 spifi->mcmd = SPIFI_CMD_FIELDFORM_ALL_SERIAL; in nxp_spifi_setup_memory_cmd() 250 spifi->mcmd = SPIFI_CMD_FIELDFORM_QUAD_DUAL_DATA; in nxp_spifi_setup_memory_cmd() 261 spifi->mcmd |= SPIFI_CMD_OPCODE(spifi->nor.read_opcode) | in nxp_spifi_setup_memory_cmd()
|
/drivers/platform/x86/ |
D | acerhdf.c | 128 static const struct manualcmd mcmd = { variable 318 ec_write(mcmd.mreg, mcmd.moff); in acerhdf_change_fanstate()
|
/drivers/isdn/capi/ |
D | capi.c | 857 struct capi_manufacturer_cmd mcmd; in capi_ioctl() local 860 if (copy_from_user(&mcmd, argp, sizeof(mcmd))) in capi_ioctl() 862 return capi20_manufacturer(mcmd.cmd, mcmd.data); in capi_ioctl()
|