Searched refs:chg_count (Results 1 – 1 of 1) sorted by relevance
1833 struct mpi3mr_ioctl_chgcnt chg_count; in mpi3mr_get_change_count() local1834 memset(&chg_count, 0, sizeof(chg_count)); in mpi3mr_get_change_count()1836 chg_count.change_count = sc->change_count; in mpi3mr_get_change_count()1837 if (data_in_sz >= sizeof(chg_count)) { in mpi3mr_get_change_count()1838 if ((rval = copyout(&chg_count, data_in_buf, sizeof(chg_count)))) { in mpi3mr_get_change_count()