Lines Matching refs:rfc_cb
67 tPORT *p_port = &rfc_cb.port.port[0]; in port_allocate_port()
70 for (xx = 0, yy = rfc_cb.rfc.last_port + 1; xx < MAX_RFC_PORTS; xx++, yy++) in port_allocate_port()
75 p_port = &rfc_cb.port.port[yy]; 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()
293 if ((rfc_cb.port.rfc_mcb[i].state != RFC_MX_STATE_IDLE) in port_find_mcb()
294 && !memcmp (rfc_cb.port.rfc_mcb[i].bd_addr, bd_addr, BD_ADDR_LEN)) in port_find_mcb()
300 i, &rfc_cb.port.rfc_mcb[i], rfc_cb.port.rfc_mcb[i].lcid); in port_find_mcb()
301 return (&rfc_cb.port.rfc_mcb[i]); in port_find_mcb()
339 return (&rfc_cb.port.port[inx - 1]); in port_find_mcb_dlci_port()
359 p_port = &rfc_cb.port.port[i]; in port_find_dlci_port()
394 p_port = &rfc_cb.port.port[i]; in port_find_port()