Lines Matching refs:value
1138 * acc_shaper_para_calc() Get the IR value by the qos formula, the return value
2412 * restore vm_pfoff to initial value for mmap()
3745 pci_err(qm->pdev, "input qos value is error, please set 1~1000!\n");
3805 pci_info(qm->pdev, "the qos value of function%u is set to %lu.\n",
4279 unsigned long long value = 0;
4284 NULL, &value);
4290 if (value) {
4291 pci_err(pdev, "Reset step %llu failed!\n", value);
4366 u32 value;
4379 value = readl(qm->io_base + ACC_AM_CFG_PORT_WR_EN);
4380 writel(value & ~qm->err_info.msi_wr_port,
4384 value = qm_get_dev_err_status(qm) & qm->err_info.ecc_2bits_mask;
4385 if (value && qm->err_ini->clear_dev_hw_err_status)
4386 qm->err_ini->clear_dev_hw_err_status(qm, value);
4397 u32 value;
4407 value = readl(qm->io_base + ACC_AM_CFG_PORT_WR_EN);
4408 value |= qm->err_info.msi_wr_port;
4409 writel(value, qm->io_base + ACC_AM_CFG_PORT_WR_EN);
5209 /* Fetch and save the value of irq type related capability registers */
5379 /* Only the PF value needs to be initialized */