Lines Matching defs:index
214 "(err=%d)", a->index,
262 int index)
271 if (index >= MAX_ADAPTERS) {
273 "tried to init invalid adapter index %u!",
274 index);
278 if (esas2r_adapters[index]) {
280 "tried to init existing adapter index %u!",
281 index);
297 esas2r_kill_adapter(index);
304 esas2r_adapters[index] = a;
305 sprintf(a->name, ESAS2R_DRVR_NAME "_%02d", index);
315 a->index);
341 esas2r_kill_adapter(index);
353 esas2r_kill_adapter(index);
357 a->index = index;
382 esas2r_kill_adapter(index);
400 esas2r_kill_adapter(index);