Lines Matching refs:mon_data
260 struct mxser_mon mon_data; member
825 port->mon_data.modem_status = status; in mxser_check_modem_status()
1585 ip->mon_data.modem_status = status; in mxser_ioctl_special()
1586 me->rx_cnt[p] = ip->mon_data.rxcnt; in mxser_ioctl_special()
1587 me->tx_cnt[p] = ip->mon_data.txcnt; in mxser_ioctl_special()
1588 me->up_rxcnt[p] = ip->mon_data.up_rxcnt; in mxser_ioctl_special()
1589 me->up_txcnt[p] = ip->mon_data.up_txcnt; in mxser_ioctl_special()
1591 ip->mon_data.modem_status; in mxser_ioctl_special()
1749 info->mon_data.rxcnt = 0; in mxser_ioctl()
1750 info->mon_data.txcnt = 0; in mxser_ioctl()
1776 info->mon_data.hold_reason &= ~NPPI_NOTIFY_XOFFHOLD; in mxser_ioctl()
1778 info->mon_data.hold_reason |= NPPI_NOTIFY_XOFFHOLD; in mxser_ioctl()
1781 info->mon_data.hold_reason &= ~NPPI_NOTIFY_XOFFXENT; in mxser_ioctl()
1783 info->mon_data.hold_reason |= NPPI_NOTIFY_XOFFXENT; in mxser_ioctl()
1786 info->mon_data.hold_reason |= NPPI_NOTIFY_CTSHOLD; in mxser_ioctl()
1788 info->mon_data.hold_reason &= ~NPPI_NOTIFY_CTSHOLD; in mxser_ioctl()
1790 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()
2413 memset(&info->mon_data, 0, sizeof(struct mxser_mon)); in mxser_initbrd()