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()
452 struct mbox *vf_mbox; in otx2_pfvf_mbox_handler() local455 vf_mbox = container_of(work, struct mbox, mbox_wrk); in otx2_pfvf_mbox_handler()456 pf = vf_mbox->pfvf; in otx2_pfvf_mbox_handler()457 vf_idx = vf_mbox - pf->mbox_pfvf; in otx2_pfvf_mbox_handler()465 for (id = 0; id < vf_mbox->num_msgs; id++) { in otx2_pfvf_mbox_handler()478 vf_mbox->num_msgs); in otx2_pfvf_mbox_handler()490 struct mbox *vf_mbox = container_of(work, struct mbox, mbox_up_wrk); in otx2_pfvf_mbox_up_handler() local491 struct otx2_nic *pf = vf_mbox->pfvf; in otx2_pfvf_mbox_up_handler()498 vf_idx = vf_mbox - pf->mbox_pfvf; in otx2_pfvf_mbox_up_handler()505 for (id = 0; id < vf_mbox->up_num_msgs; id++) { in otx2_pfvf_mbox_up_handler()[all …]