Searched refs:port_index (Results 1 – 1 of 1) sorted by relevance
64 uint8_t port_index = rfc_cb.rfc.last_port_index + static_cast<uint8_t>(1); in port_allocate_port() local67 loop_counter++, port_index++) { in port_allocate_port()68 if (port_index >= MAX_RFC_PORTS) { in port_allocate_port()69 port_index = 0; in port_allocate_port()71 tPORT* p_port = &rfc_cb.port.port[port_index]; in port_allocate_port()77 p_port->handle = port_index + static_cast<uint8_t>(1); in port_allocate_port()83 rfc_cb.rfc.last_port_index = port_index; in port_allocate_port()87 __func__, port_index, p_port, rfc_cb.rfc.last_port_index, in port_allocate_port()