Searched refs:mgsl_icount (Results 1 – 2 of 2) sorted by relevance
213 struct mgsl_icount { struct
143 struct mgsl_icount icount;422 static int get_stats(MGSLPC_INFO *info, struct mgsl_icount __user *user_icount);899 struct mgsl_icount *icount = &info->icount; in rx_ready_async()1768 static int get_stats(MGSLPC_INFO * info, struct mgsl_icount __user *user_icount) in get_stats()1776 COPY_TO_USER(err, user_icount, &info->icount, sizeof(struct mgsl_icount)); in get_stats()1958 struct mgsl_icount cprev, cnow; in wait_events()2066 struct mgsl_icount cprev, cnow; in modem_input_wait()2195 struct mgsl_icount cnow; /* kernel counter temps */ in mgslpc_get_icount()