Lines Matching refs:vfs
78 int irq, vfs = pf->total_vfs; in otx2_disable_flr_me_intr() local
81 otx2_write64(pf, RVU_PF_VFME_INT_ENA_W1CX(0), INTR_MASK(vfs)); in otx2_disable_flr_me_intr()
86 otx2_write64(pf, RVU_PF_VFFLR_INT_ENA_W1CX(0), INTR_MASK(vfs)); in otx2_disable_flr_me_intr()
90 if (vfs <= 64) in otx2_disable_flr_me_intr()
93 otx2_write64(pf, RVU_PF_VFME_INT_ENA_W1CX(1), INTR_MASK(vfs - 64)); in otx2_disable_flr_me_intr()
97 otx2_write64(pf, RVU_PF_VFFLR_INT_ENA_W1CX(1), INTR_MASK(vfs - 64)); in otx2_disable_flr_me_intr()
557 int vfs = pf->total_vfs; in otx2_pfvf_mbox_intr_handler() local
563 if (vfs > 64) { in otx2_pfvf_mbox_intr_handler()
566 otx2_queue_work(mbox, pf->mbox_pfvf_wq, 64, vfs, intr, in otx2_pfvf_mbox_intr_handler()
568 vfs -= 64; in otx2_pfvf_mbox_intr_handler()
574 otx2_queue_work(mbox, pf->mbox_pfvf_wq, 0, vfs, intr, TYPE_PFVF); in otx2_pfvf_mbox_intr_handler()