Lines Matching refs:dlci
63 tPORT *port_allocate_port (UINT8 dlci, BD_ADDR bd_addr) in port_allocate_port() argument
81 p_port->dlci = dlci; in port_allocate_port()
235 p_port->rfc.p_mcb->port_inx[p_port->dlci] = 0; in port_release_port()
260 p_port->dlci &= 0xfe; in port_release_port()
317 tPORT *port_find_mcb_dlci_port (tRFC_MCB *p_mcb, UINT8 dlci) in port_find_mcb_dlci_port() argument
324 if (dlci > RFCOMM_MAX_DLCI) in port_find_mcb_dlci_port()
327 inx = p_mcb->port_inx[dlci]; in port_find_mcb_dlci_port()
330 … RFCOMM_TRACE_DEBUG2("port_find_mcb_dlci_port: p_mcb:%p, port_inx[dlci:%d] is 0", p_mcb, dlci); in port_find_mcb_dlci_port()
347 tPORT *port_find_dlci_port (UINT8 dlci) in port_find_dlci_port() argument
358 if (p_port->dlci == dlci) in port_find_dlci_port()
362 else if ((dlci & 0x01) && (p_port->dlci == (dlci - 1))) in port_find_dlci_port()
364 p_port->dlci++; in port_find_dlci_port()
382 tPORT *port_find_port (UINT8 dlci, BD_ADDR bd_addr) in port_find_port() argument
391 && (p_port->dlci == dlci) in port_find_port()
522 rfc_send_credit(p_port->rfc.p_mcb, p_port->dlci, in port_flow_control_peer()
561 RFCOMM_FlowReq (p_port->rfc.p_mcb, p_port->dlci, TRUE); in port_flow_control_peer()
571 RFCOMM_FlowReq (p_port->rfc.p_mcb, p_port->dlci, FALSE); in port_flow_control_peer()
582 RFCOMM_FlowReq (p_port->rfc.p_mcb, p_port->dlci, FALSE); in port_flow_control_peer()