Lines Matching refs:set
393 int (*set_msi)(struct hisi_qm *qm, bool set);
904 /* set c_flag */
1130 dev_err(dev, "system page size is not support: %lu, default set to 4KB",
1756 static int qm_set_msi(struct hisi_qm *qm, bool set)
1760 if (set) {
1813 static int qm_set_msi_v3(struct hisi_qm *qm, bool set)
1820 if (set)
1826 if (set) {
2216 * is_resetting flag should be set negative so that this qp will not
2508 * qm_hw_err_isolate() - Try to set the isolation status of the uacce device
2533 * the setting error threshold in one hour, the isolated state will be set
2586 /* Must be set by PF */
2991 * @qm: The qm we want to set its vft.
3294 dev_err(dev, "Failed to set vft!\n");
3582 dev_err(dev, "type: %d, failed to set shaper vft!\n", i);
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",
4060 static int qm_set_pf_mse(struct hisi_qm *qm, bool set)
4067 if (set)
4075 if (set == ((cmd & PCI_COMMAND_MEMORY) >> 1))
4084 static int qm_set_vf_mse(struct hisi_qm *qm, bool set)
4093 if (set)
4101 if (set == (sriov_ctrl & PCI_SRIOV_CTRL_MSE) >>
4254 /* OOO register set and check */
5141 /* Check whether the set qp number is valid */