Home
last modified time | relevance | path

Searched refs:mcmd (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/char/agp/
Disoch.c85 u32 mnistat, tnistat, tstatus, mcmd; in agp_3_5_isochronous_node_enable() local
260 pci_read_config_dword(dev, cur->capndx+AGPCMD, &mcmd); in agp_3_5_isochronous_node_enable()
264 mcmd &= ~(0xff << 24); in agp_3_5_isochronous_node_enable()
268 mcmd |= master[cdev].rq << 24; in agp_3_5_isochronous_node_enable()
270 pci_write_config_dword(dev, cur->capndx+AGPCMD, mcmd); in agp_3_5_isochronous_node_enable()
293 u32 tstatus, mcmd; in agp_3_5_nonisochronous_node_enable() local
307 pci_read_config_dword(cur->dev, cur->capndx+AGPCMD, &mcmd); in agp_3_5_nonisochronous_node_enable()
308 mcmd &= ~(0xff << 24); in agp_3_5_nonisochronous_node_enable()
309 mcmd |= ((cdev == ndevs - 1) ? rem : mrq) << 24; in agp_3_5_nonisochronous_node_enable()
310 pci_write_config_dword(cur->dev, cur->capndx+AGPCMD, mcmd); in agp_3_5_nonisochronous_node_enable()
/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_target.c1182 static int qlt_reset(struct scsi_qla_host *vha, void *iocb, int mcmd) in qlt_reset() argument
1214 mcmd, loop_id); in qlt_reset()
1216 return qlt_issue_task_mgmt(sess, 0, mcmd, iocb, QLA24XX_MGMT_SEND_NACK); in qlt_reset()
1950 struct qla_tgt_mgmt_cmd *mcmd = in qlt_do_tmr_work() local
1952 struct qla_hw_data *ha = mcmd->vha->hw; in qlt_do_tmr_work()
1957 switch (mcmd->tmr_func) { in qlt_do_tmr_work()
1959 tag = mcmd->orig_iocb.abts.exchange_addr_to_abort; in qlt_do_tmr_work()
1966 rc = ha->tgt.tgt_ops->handle_tmr(mcmd, mcmd->unpacked_lun, in qlt_do_tmr_work()
1967 mcmd->tmr_func, tag); in qlt_do_tmr_work()
1970 spin_lock_irqsave(mcmd->qpair->qp_lock_ptr, flags); in qlt_do_tmr_work()
[all …]
Dtcm_qla2xxx.c260 struct qla_tgt_mgmt_cmd *mcmd = container_of(work, in tcm_qla2xxx_complete_mcmd() local
263 transport_generic_free_cmd(&mcmd->se_cmd, 0); in tcm_qla2xxx_complete_mcmd()
271 static void tcm_qla2xxx_free_mcmd(struct qla_tgt_mgmt_cmd *mcmd) in tcm_qla2xxx_free_mcmd() argument
273 INIT_WORK(&mcmd->free_work, tcm_qla2xxx_complete_mcmd); in tcm_qla2xxx_free_mcmd()
274 queue_work(tcm_qla2xxx_free_wq, &mcmd->free_work); in tcm_qla2xxx_free_mcmd()
330 struct qla_tgt_mgmt_cmd *mcmd = container_of(se_cmd, in tcm_qla2xxx_release_cmd() local
332 qlt_free_mcmd(mcmd); in tcm_qla2xxx_release_cmd()
584 static int tcm_qla2xxx_handle_tmr(struct qla_tgt_mgmt_cmd *mcmd, u64 lun, in tcm_qla2xxx_handle_tmr() argument
587 struct fc_port *sess = mcmd->sess; in tcm_qla2xxx_handle_tmr()
588 struct se_cmd *se_cmd = &mcmd->se_cmd; in tcm_qla2xxx_handle_tmr()
[all …]
/Linux-v4.19/drivers/mtd/spi-nor/
Dnxp-spifi.c65 u32 mcmd; member
119 writel(spifi->mcmd, spifi->io_base + SPIFI_MCMD); in nxp_spifi_set_memory_mode_on()
245 spifi->mcmd = SPIFI_CMD_FIELDFORM_ALL_SERIAL; in nxp_spifi_setup_memory_cmd()
249 spifi->mcmd = SPIFI_CMD_FIELDFORM_QUAD_DUAL_DATA; in nxp_spifi_setup_memory_cmd()
260 spifi->mcmd |= SPIFI_CMD_OPCODE(spifi->nor.read_opcode) | in nxp_spifi_setup_memory_cmd()
/Linux-v4.19/drivers/platform/x86/
Dacerhdf.c128 static const struct manualcmd mcmd = { variable
318 ec_write(mcmd.mreg, mcmd.moff); in acerhdf_change_fanstate()
/Linux-v4.19/drivers/isdn/capi/
Dcapi.c858 struct capi_manufacturer_cmd mcmd; in capi_ioctl() local
861 if (copy_from_user(&mcmd, argp, sizeof(mcmd))) in capi_ioctl()
863 return capi20_manufacturer(mcmd.cmd, mcmd.data); in capi_ioctl()