Lines Matching refs:mon_data

257 	struct mxser_mon mon_data;  member
822 port->mon_data.modem_status = status; in mxser_check_modem_status()
1581 ip->mon_data.modem_status = status; in mxser_ioctl_special()
1582 me->rx_cnt[p] = ip->mon_data.rxcnt; in mxser_ioctl_special()
1583 me->tx_cnt[p] = ip->mon_data.txcnt; in mxser_ioctl_special()
1584 me->up_rxcnt[p] = ip->mon_data.up_rxcnt; in mxser_ioctl_special()
1585 me->up_txcnt[p] = ip->mon_data.up_txcnt; in mxser_ioctl_special()
1587 ip->mon_data.modem_status; in mxser_ioctl_special()
1744 info->mon_data.rxcnt = 0; in mxser_ioctl()
1745 info->mon_data.txcnt = 0; in mxser_ioctl()
1771 info->mon_data.hold_reason &= ~NPPI_NOTIFY_XOFFHOLD; in mxser_ioctl()
1773 info->mon_data.hold_reason |= NPPI_NOTIFY_XOFFHOLD; in mxser_ioctl()
1776 info->mon_data.hold_reason &= ~NPPI_NOTIFY_XOFFXENT; in mxser_ioctl()
1778 info->mon_data.hold_reason |= NPPI_NOTIFY_XOFFXENT; in mxser_ioctl()
1781 info->mon_data.hold_reason |= NPPI_NOTIFY_CTSHOLD; in mxser_ioctl()
1783 info->mon_data.hold_reason &= ~NPPI_NOTIFY_CTSHOLD; in mxser_ioctl()
1785 if (copy_to_user(argp, &info->mon_data, in mxser_ioctl()
2143 port->mon_data.rxcnt += cnt; in mxser_receive_chars()
2144 port->mon_data.up_rxcnt += cnt; in mxser_receive_chars()
2164 port->mon_data.txcnt++; in mxser_transmit_chars()
2165 port->mon_data.up_txcnt++; in mxser_transmit_chars()
2193 port->mon_data.txcnt += (cnt - port->xmit_cnt); in mxser_transmit_chars()
2194 port->mon_data.up_txcnt += (cnt - port->xmit_cnt); in mxser_transmit_chars()
2402 memset(&info->mon_data, 0, sizeof(struct mxser_mon)); in mxser_initbrd()