Lines Matching refs:vfs
77 int irq, vfs = pf->total_vfs; in otx2_disable_flr_me_intr() local
80 otx2_write64(pf, RVU_PF_VFME_INT_ENA_W1CX(0), INTR_MASK(vfs)); in otx2_disable_flr_me_intr()
85 otx2_write64(pf, RVU_PF_VFFLR_INT_ENA_W1CX(0), INTR_MASK(vfs)); in otx2_disable_flr_me_intr()
89 if (vfs <= 64) in otx2_disable_flr_me_intr()
92 otx2_write64(pf, RVU_PF_VFME_INT_ENA_W1CX(1), INTR_MASK(vfs - 64)); in otx2_disable_flr_me_intr()
96 otx2_write64(pf, RVU_PF_VFFLR_INT_ENA_W1CX(1), INTR_MASK(vfs - 64)); in otx2_disable_flr_me_intr()
556 int vfs = pf->total_vfs; in otx2_pfvf_mbox_intr_handler() local
562 if (vfs > 64) { in otx2_pfvf_mbox_intr_handler()
565 otx2_queue_work(mbox, pf->mbox_pfvf_wq, 64, vfs, intr, in otx2_pfvf_mbox_intr_handler()
567 vfs -= 64; in otx2_pfvf_mbox_intr_handler()
573 otx2_queue_work(mbox, pf->mbox_pfvf_wq, 0, vfs, intr, TYPE_PFVF); in otx2_pfvf_mbox_intr_handler()