Lines Matching refs:rfc
71 p_port->rfc.p_mcb = p_mcb; in port_open_continue()
112 tRFC_MCB *p_mcb = p_port->rfc.p_mcb; in port_start_control()
133 tRFC_MCB *p_mcb = p_port->rfc.p_mcb; in port_start_par_neg()
154 tRFC_MCB *p_mcb = p_port->rfc.p_mcb; in port_start_close()
177 if ((p_mcb == NULL) || (p_port->rfc.state == RFC_STATE_CLOSED)) in port_start_close()
213 if (p_port->rfc.p_mcb == p_mcb) in PORT_StartCnf()
273 if ((p_port->rfc.p_mcb == NULL) in PORT_StartInd()
274 || (p_port->rfc.p_mcb == p_mcb)) in PORT_StartInd()
325 p_port->rfc.p_mcb = p_mcb; in PORT_ParNegInd()
533 RFCOMM_PortNegReq (p_port->rfc.p_mcb, p_port->dlci, NULL); in PORT_DlcEstablishCnf()
535 RFCOMM_ControlReq (p_port->rfc.p_mcb, p_port->dlci, &p_port->local_ctrl); in PORT_DlcEstablishCnf()
608 RFCOMM_ControlReq (p_port->rfc.p_mcb, p_port->dlci, &p_port->local_ctrl); in PORT_PortNegCnf()
643 RFCOMM_ControlReq (p_port->rfc.p_mcb, p_port->dlci, &p_port->local_ctrl); in PORT_ControlInd()
787 if (p_port->rfc.p_mcb == p_mcb) in PORT_CloseInd()
813 if (p_port->rfc.p_mcb == p_mcb) in Port_TimeOutCloseMux()
957 || (p_port->rfc.p_mcb != p_mcb) in PORT_FlowInd()
958 || (p_port->rfc.state != RFC_STATE_OPENED)) in PORT_FlowInd()
999 while (!p_port->tx.peer_fc && p_port->rfc.p_mcb && p_port->rfc.p_mcb->peer_ready) in port_rfc_send_tx_data()
1012 RFCOMM_DataReq (p_port->rfc.p_mcb, p_port->dlci, p_buf); in port_rfc_send_tx_data()
1049 tRFC_MCB *p_mcb = p_port->rfc.p_mcb; in port_rfc_closed()
1057 p_port->rfc.state = RFC_STATE_CLOSED; in port_rfc_closed()
1065 p_port->rfc.p_mcb = NULL; in port_rfc_closed()
1097 p_port->rfc.state = RFC_STATE_CLOSED; in port_rfc_closed()