Home | History | Annotate | Download | only in qemu

Lines Matching refs:idx

2110         int idx = nic_get_free_idx();
2117 if (idx == -1 || nb_nics >= MAX_NICS) {
2122 nd = &nd_table[idx];
2129 macaddr[5] = 0x56 + idx;
2147 ret = idx;