Lines Matching refs:index
799 * so extracting the index here to refer to the ibdev_cache value,
1396 sol_ibv_query_gid(struct ibv_context *context, uint8_t port_num, int index,
1405 if (!context || !gid || (index < 0) ||
1406 ((port_num & 0x80) && (index == 0)))
1411 count = index;
1413 start = index;
1455 int index, uint16_t *pkey)
1463 if (!context || !pkey || (index < 0) ||
1464 ((port_num & 0x80) && (index == 0)))
1472 count = index;
1474 start = index;