Searched refs:vf_mbox (Results 1 – 2 of 2) sorted by relevance
148 struct mbox *vf_mbox; in otx2vf_vfaf_mbox_up_handler() local152 vf_mbox = container_of(work, struct mbox, mbox_up_wrk); in otx2vf_vfaf_mbox_up_handler()153 vf = vf_mbox->pfvf; in otx2vf_vfaf_mbox_up_handler()154 mbox = &vf_mbox->mbox_up; in otx2vf_vfaf_mbox_up_handler()158 if (vf_mbox->up_num_msgs == 0) in otx2vf_vfaf_mbox_up_handler()163 for (id = 0; id < vf_mbox->up_num_msgs; id++) { in otx2vf_vfaf_mbox_up_handler()
457 struct mbox *vf_mbox; in otx2_pfvf_mbox_handler() local460 vf_mbox = container_of(work, struct mbox, mbox_wrk); in otx2_pfvf_mbox_handler()461 pf = vf_mbox->pfvf; in otx2_pfvf_mbox_handler()462 vf_idx = vf_mbox - pf->mbox_pfvf; in otx2_pfvf_mbox_handler()470 for (id = 0; id < vf_mbox->num_msgs; id++) { in otx2_pfvf_mbox_handler()483 vf_mbox->num_msgs); in otx2_pfvf_mbox_handler()495 struct mbox *vf_mbox = container_of(work, struct mbox, mbox_up_wrk); in otx2_pfvf_mbox_up_handler() local496 struct otx2_nic *pf = vf_mbox->pfvf; in otx2_pfvf_mbox_up_handler()503 vf_idx = vf_mbox - pf->mbox_pfvf; in otx2_pfvf_mbox_up_handler()510 for (id = 0; id < vf_mbox->up_num_msgs; id++) { in otx2_pfvf_mbox_up_handler()[all …]