Searched refs:PORT_EV_CONNECTED (Results 1 – 2 of 2) sorted by relevance
127 #define PORT_EV_CONNECTED 0x00000200 macro145 PORT_EV_FCS | PORT_EV_CONNECTED)
452 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECTED)) in PORT_DlcEstablishInd()453 (p_port->p_callback)(PORT_EV_CONNECTED, p_port->inx); in PORT_DlcEstablishInd()492 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECTED)) in PORT_DlcEstablishCnf()493 (p_port->p_callback)(PORT_EV_CONNECTED, p_port->inx); in PORT_DlcEstablishCnf()604 event |= (PORT_EV_CONNECTED & p_port->ev_mask); in PORT_ControlInd()649 event = (p_port->ev_mask & PORT_EV_CONNECTED); in PORT_ControlCnf()