Lines Matching defs:vu_ctrlr_group
729 struct nvmf_vfio_user_poll_group *vu_ctrlr_group;
733 vu_ctrlr_group = ctrlr_to_poll_group(vu_ctrlr);
735 vu_ctrlr_group->stats.ctrlr_kicks++;
737 spdk_thread_send_msg(poll_group_to_thread(vu_ctrlr_group),
5040 struct nvmf_vfio_user_poll_group *vu_ctrlr_group;
5045 vu_ctrlr_group = ctrlr_to_poll_group(vu_ctrlr);
5047 SPDK_DEBUGLOG(vfio_user_db, "ctrlr pg:%p got intr\n", vu_ctrlr_group);
5049 vu_ctrlr_group->stats.ctrlr_intr++;
5072 if (vu_group != vu_ctrlr_group) {
5079 ret |= vfio_user_poll_group_process(vu_ctrlr_group);