• Home
  • Raw
  • Download

Lines Matching refs:rfc

70     for (xx = 0, yy = rfc_cb.rfc.last_port + 1; xx < MAX_RFC_PORTS; xx++, yy++)  in port_allocate_port()
86 p_port->rfc.port_timer = alarm_new("rfcomm_port.port_timer"); in port_allocate_port()
87 rfc_cb.rfc.last_port = yy; in port_allocate_port()
92 …M_TRACE_DEBUG("rfc_cb.port.port[%d]:%p allocated, last_port:%d", yy, p_port, rfc_cb.rfc.last_port); in port_allocate_port()
214 p_port, p_port->rfc.state, p_port->keep_port_handle); in port_release_port()
227 alarm_cancel(p_port->rfc.port_timer); in port_release_port()
231 if (p_port->rfc.state == RFC_STATE_CLOSED) in port_release_port()
233 if (p_port->rfc.p_mcb) in port_release_port()
235 p_port->rfc.p_mcb->port_inx[p_port->dlci] = 0; in port_release_port()
238 rfc_check_mcb_active(p_port->rfc.p_mcb); in port_release_port()
265 p_port->rfc.p_mcb = NULL; in port_release_port()
273 alarm_free(p_port->rfc.port_timer); in port_release_port()
361 if (p_port->in_use && (p_port->rfc.p_mcb == NULL)) in port_find_dlci_port()
425 || !p_port->rfc.p_mcb in port_flow_control_user()
426 || !p_port->rfc.p_mcb->peer_ready in port_flow_control_user()
501 if (!p_port->rfc.p_mcb) in port_flow_control_peer()
505 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) in port_flow_control_peer()
527 rfc_send_credit(p_port->rfc.p_mcb, p_port->dlci, in port_flow_control_peer()
566 RFCOMM_FlowReq (p_port->rfc.p_mcb, p_port->dlci, TRUE); in port_flow_control_peer()
576 RFCOMM_FlowReq (p_port->rfc.p_mcb, p_port->dlci, FALSE); in port_flow_control_peer()
587 RFCOMM_FlowReq (p_port->rfc.p_mcb, p_port->dlci, FALSE); in port_flow_control_peer()