Searched refs:hca_table (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/ofed/libmthca/src/
H A Dmthca.c96 } hca_table[] = { variable in typeref:struct:__anon5112
277 for (i = 0; i < sizeof hca_table / sizeof hca_table[0]; ++i)
278 if (vendor == hca_table[i].vendor &&
279 device == hca_table[i].device)
299 dev->hca_type = hca_table[i].type;
/freebsd-11.0-release/contrib/ofed/libmlx4/src/
H A Dmlx4.c63 } hca_table[] = { variable in typeref:struct:__anon5095
285 for (i = 0; i < sizeof hca_table / sizeof hca_table[0]; ++i)
286 if (vendor == hca_table[i].vendor &&
287 device == hca_table[i].device)
/freebsd-11.0-release/contrib/ofed/libcxgb4/src/
H A Ddev.c57 } hca_table[] = {
440 for (i = 0; i < sizeof hca_table / sizeof hca_table[0]; ++i)
441 if (vendor == hca_table[i].vendor &&
442 device == hca_table[i].device)
495 CHELSIO_PCI_ID_CHIP_VERSION(hca_table[i].device));
504 dev->chip_version = CHELSIO_PCI_ID_CHIP_VERSION(hca_table[i].device);

Completed in 100 milliseconds