Lines Matching refs:ev_mask
157 if (p_port->ev_mask & PORT_EV_CONNECT_ERR) events |= PORT_EV_CONNECT_ERR; in port_start_close()
159 if (p_port->ev_mask & PORT_EV_ERR) events |= PORT_EV_ERR; in port_start_close()
214 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECT_ERR)) { in PORT_StartCnf()
449 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECTED)) in PORT_DlcEstablishInd()
489 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECTED)) in PORT_DlcEstablishCnf()
602 event |= (PORT_EV_CONNECTED & p_port->ev_mask); in PORT_ControlInd()
612 if (p_pars->break_signal) event |= (PORT_EV_BREAK & p_port->ev_mask); in PORT_ControlInd()
647 event = (p_port->ev_mask & PORT_EV_CONNECTED); in PORT_ControlCnf()
683 if ((p_port->p_callback != NULL) && (p_port->ev_mask & event)) in PORT_LineStatusInd()
684 p_port->p_callback((p_port->ev_mask & event), p_port->handle); in PORT_LineStatusInd()
803 (p_port->ev_mask & PORT_EV_RXFLAG)) { in PORT_DataInd()
834 events &= p_port->ev_mask; in PORT_DataInd()
880 events &= p_port->ev_mask; in PORT_FlowInd()
939 return (events & p_port->ev_mask); in port_rfc_send_tx_data()
989 if (p_port->ev_mask & PORT_EV_CONNECT_ERR) events |= PORT_EV_CONNECT_ERR; in port_rfc_closed()