Lines Matching refs:mon_data

257 	struct mxser_mon mon_data;  member
819 port->mon_data.modem_status = status; in mxser_check_modem_status()
1600 ip->mon_data.modem_status = status; in mxser_ioctl_special()
1601 me->rx_cnt[p] = ip->mon_data.rxcnt; in mxser_ioctl_special()
1602 me->tx_cnt[p] = ip->mon_data.txcnt; in mxser_ioctl_special()
1603 me->up_rxcnt[p] = ip->mon_data.up_rxcnt; in mxser_ioctl_special()
1604 me->up_txcnt[p] = ip->mon_data.up_txcnt; in mxser_ioctl_special()
1606 ip->mon_data.modem_status; in mxser_ioctl_special()
1751 info->mon_data.rxcnt = 0; in mxser_ioctl()
1752 info->mon_data.txcnt = 0; in mxser_ioctl()
1778 info->mon_data.hold_reason &= ~NPPI_NOTIFY_XOFFHOLD; in mxser_ioctl()
1780 info->mon_data.hold_reason |= NPPI_NOTIFY_XOFFHOLD; in mxser_ioctl()
1783 info->mon_data.hold_reason &= ~NPPI_NOTIFY_XOFFXENT; in mxser_ioctl()
1785 info->mon_data.hold_reason |= NPPI_NOTIFY_XOFFXENT; in mxser_ioctl()
1788 info->mon_data.hold_reason |= NPPI_NOTIFY_CTSHOLD; in mxser_ioctl()
1790 info->mon_data.hold_reason &= ~NPPI_NOTIFY_CTSHOLD; in mxser_ioctl()
1792 if (copy_to_user(argp, &info->mon_data, in mxser_ioctl()
2150 port->mon_data.rxcnt += cnt; in mxser_receive_chars()
2151 port->mon_data.up_rxcnt += cnt; in mxser_receive_chars()
2171 port->mon_data.txcnt++; in mxser_transmit_chars()
2172 port->mon_data.up_txcnt++; in mxser_transmit_chars()
2200 port->mon_data.txcnt += (cnt - port->xmit_cnt); in mxser_transmit_chars()
2201 port->mon_data.up_txcnt += (cnt - port->xmit_cnt); in mxser_transmit_chars()
2411 memset(&info->mon_data, 0, sizeof(struct mxser_mon)); in mxser_initbrd()