• Home
  • Raw
  • Download

Lines Matching refs:rfc

68     p_port->rfc.p_mcb = p_mcb;  in port_open_continue()
109 tRFC_MCB *p_mcb = p_port->rfc.p_mcb; in port_start_control()
130 tRFC_MCB *p_mcb = p_port->rfc.p_mcb; in port_start_par_neg()
151 tRFC_MCB *p_mcb = p_port->rfc.p_mcb; in port_start_close()
174 if ((p_mcb == NULL) || (p_port->rfc.state == RFC_STATE_CLOSED)) in port_start_close()
210 if (p_port->rfc.p_mcb == p_mcb) in PORT_StartCnf()
228 p_port->rfc.p_mcb = NULL; in PORT_StartCnf()
271 if ((p_port->rfc.p_mcb == NULL) in PORT_StartInd()
272 || (p_port->rfc.p_mcb == p_mcb)) in PORT_StartInd()
323 p_port->rfc.p_mcb = p_mcb; in PORT_ParNegInd()
531 RFCOMM_PortNegReq (p_port->rfc.p_mcb, p_port->dlci, NULL); in PORT_DlcEstablishCnf()
533 RFCOMM_ControlReq (p_port->rfc.p_mcb, p_port->dlci, &p_port->local_ctrl); in PORT_DlcEstablishCnf()
605 RFCOMM_ControlReq (p_port->rfc.p_mcb, p_port->dlci, &p_port->local_ctrl); in PORT_PortNegCnf()
640 RFCOMM_ControlReq (p_port->rfc.p_mcb, p_port->dlci, &p_port->local_ctrl); in PORT_ControlInd()
783 if (p_port->rfc.p_mcb == p_mcb) in PORT_CloseInd()
809 if (p_port->rfc.p_mcb == p_mcb) in Port_TimeOutCloseMux()
953 || (p_port->rfc.p_mcb != p_mcb) in PORT_FlowInd()
954 || (p_port->rfc.state != RFC_STATE_OPENED)) in PORT_FlowInd()
995 while (!p_port->tx.peer_fc && p_port->rfc.p_mcb && p_port->rfc.p_mcb->peer_ready) in port_rfc_send_tx_data()
1008 RFCOMM_DataReq (p_port->rfc.p_mcb, p_port->dlci, p_buf); in port_rfc_send_tx_data()
1045 tRFC_MCB *p_mcb = p_port->rfc.p_mcb; in port_rfc_closed()
1053 p_port->rfc.state = RFC_STATE_CLOSED; in port_rfc_closed()
1061 p_port->rfc.p_mcb = NULL; in port_rfc_closed()
1093 p_port->rfc.state = RFC_STATE_CLOSED; in port_rfc_closed()