Searched refs:vf_mbox (Results 1 – 2 of 2) sorted by relevance
151 struct mbox *vf_mbox; in otx2vf_vfaf_mbox_up_handler() local155 vf_mbox = container_of(work, struct mbox, mbox_up_wrk); in otx2vf_vfaf_mbox_up_handler()156 vf = vf_mbox->pfvf; in otx2vf_vfaf_mbox_up_handler()157 mbox = &vf_mbox->mbox_up; in otx2vf_vfaf_mbox_up_handler()161 if (vf_mbox->up_num_msgs == 0) in otx2vf_vfaf_mbox_up_handler()166 for (id = 0; id < vf_mbox->up_num_msgs; id++) { in otx2vf_vfaf_mbox_up_handler()
467 struct mbox *vf_mbox; in otx2_pfvf_mbox_handler() local470 vf_mbox = container_of(work, struct mbox, mbox_wrk); in otx2_pfvf_mbox_handler()471 pf = vf_mbox->pfvf; in otx2_pfvf_mbox_handler()472 vf_idx = vf_mbox - pf->mbox_pfvf; in otx2_pfvf_mbox_handler()480 for (id = 0; id < vf_mbox->num_msgs; id++) { in otx2_pfvf_mbox_handler()493 vf_mbox->num_msgs); in otx2_pfvf_mbox_handler()505 struct mbox *vf_mbox = container_of(work, struct mbox, mbox_up_wrk); in otx2_pfvf_mbox_up_handler() local506 struct otx2_nic *pf = vf_mbox->pfvf; in otx2_pfvf_mbox_up_handler()513 vf_idx = vf_mbox - pf->mbox_pfvf; in otx2_pfvf_mbox_up_handler()520 for (id = 0; id < vf_mbox->up_num_msgs; id++) { in otx2_pfvf_mbox_up_handler()[all …]