imc_stub_table
for (i = 0; i < ARRAY_SIZE(imc_stub_table); i++) {
if (imc_stub_table[i].imcs_devid == did &&
imc_stub_table[i].imcs_pcidev == PCI_REG_DEV_G(regs[0]) &&
imc_stub_table[i].imcs_pcifunc == PCI_REG_FUNC_G(regs[0])) {
table = &imc_stub_table[i];
for (i = 0; i < ARRAY_SIZE(imc_stub_table); i++) {
if (imc_stub_table[i].imcs_devid == did &&
imc_stub_table[i].imcs_pcidev == PCI_REG_DEV_G(regs[0]) &&
imc_stub_table[i].imcs_pcifunc == PCI_REG_FUNC_G(regs[0])) {
table = &imc_stub_table[i];
if (i == ARRAY_SIZE(imc_stub_table)) {
static const imc_stub_table_t imc_stub_table[] = {