Lines Matching refs:mon_data

257 	struct mxser_mon mon_data;  member
822 port->mon_data.modem_status = status; in mxser_check_modem_status()
1596 ip->mon_data.modem_status = status; in mxser_ioctl_special()
1597 me->rx_cnt[p] = ip->mon_data.rxcnt; in mxser_ioctl_special()
1598 me->tx_cnt[p] = ip->mon_data.txcnt; in mxser_ioctl_special()
1599 me->up_rxcnt[p] = ip->mon_data.up_rxcnt; in mxser_ioctl_special()
1600 me->up_txcnt[p] = ip->mon_data.up_txcnt; in mxser_ioctl_special()
1602 ip->mon_data.modem_status; in mxser_ioctl_special()
1747 info->mon_data.rxcnt = 0; in mxser_ioctl()
1748 info->mon_data.txcnt = 0; in mxser_ioctl()
1774 info->mon_data.hold_reason &= ~NPPI_NOTIFY_XOFFHOLD; in mxser_ioctl()
1776 info->mon_data.hold_reason |= NPPI_NOTIFY_XOFFHOLD; in mxser_ioctl()
1779 info->mon_data.hold_reason &= ~NPPI_NOTIFY_XOFFXENT; in mxser_ioctl()
1781 info->mon_data.hold_reason |= NPPI_NOTIFY_XOFFXENT; in mxser_ioctl()
1784 info->mon_data.hold_reason |= NPPI_NOTIFY_CTSHOLD; in mxser_ioctl()
1786 info->mon_data.hold_reason &= ~NPPI_NOTIFY_CTSHOLD; in mxser_ioctl()
1788 if (copy_to_user(argp, &info->mon_data, in mxser_ioctl()
2146 port->mon_data.rxcnt += cnt; in mxser_receive_chars()
2147 port->mon_data.up_rxcnt += cnt; in mxser_receive_chars()
2167 port->mon_data.txcnt++; in mxser_transmit_chars()
2168 port->mon_data.up_txcnt++; in mxser_transmit_chars()
2196 port->mon_data.txcnt += (cnt - port->xmit_cnt); in mxser_transmit_chars()
2197 port->mon_data.up_txcnt += (cnt - port->xmit_cnt); in mxser_transmit_chars()
2407 memset(&info->mon_data, 0, sizeof(struct mxser_mon)); in mxser_initbrd()