Lines Matching defs:index
51 * The top 16 bits of handle are the library index
193 HBA_UINT32 index;
248 HBA_UINT32 index;
288 * on a linked list. There is a unique "index" foreach each adapter.
289 * Adapters always keep their index, even if they are removed from the
391 adapt_infop->index = _hbaapi_total_tgtadapter_count;
413 * The adapter index is from old code, but we have
424 if(adapt_infop->index == adapterindex) {
435 DEBUG(2, "GetAdapterName for index:%d ->%s", adapterindex, adaptername, 0);
470 /* or this with the library index to get the common handle */
471 handle = HBA_HANDLE_FROM_LOCAL(lib_infop->index, handle);
534 *phandle = HBA_HANDLE_FROM_LOCAL(lib_infop->index, handle);
562 if(lib_infop->index == libraryIndex) {