Searched refs:old_num_ports (Results 1 – 1 of 1) sorted by relevance
2594 nexus_port_size_t i, num_ports, old_num_ports; in nx_port_grow() local2603 old_num_ports = nx->nx_num_ports; in nx_port_grow()2613 (old_num_ports / NX_PORT_CHUNK) * sizeof(*bmap), in nx_port_grow()2622 if ((ports = sk_realloc_type_array(struct nx_port_info, old_num_ports, in nx_port_grow()