Lines Matching refs:__spd_table
64 } __spd_table[2]; variable
90 __spd_table[0].name = "<unknown product>"; in spd_attach()
97 __spd_table[SPD_HDD].name = "SCPH-20400"; in spd_attach()
98 __spd_table[SPD_NIC].name = "SCPH-10190"; in spd_attach()
101 __spd_table[SPD_HDD].name = "SCPH-10260"; in spd_attach()
102 __spd_table[SPD_NIC].name = "SCPH-10260"; in spd_attach()
111 spa.spa_product_name = __spd_table[SPD_HDD].name; in spd_attach()
115 spa.spa_product_name = __spd_table[SPD_NIC].name; in spd_attach()
127 aprint_normal("%s at %s", __spd_table[spa->spa_slot].name, pnp); in spd_print()
141 if (__spd_table[SPD_HDD].func != NULL) in spd_intr()
142 (*__spd_table[SPD_HDD].func)(__spd_table[SPD_HDD].arg); in spd_intr()
147 if (__spd_table[SPD_NIC].func) in spd_intr()
148 (*__spd_table[SPD_NIC].func)(__spd_table[SPD_NIC].arg); in spd_intr()
163 KDASSERT(__spd_table[slot].func == 0); in spd_intr_establish()
165 __spd_table[slot].func = func; in spd_intr_establish()
166 __spd_table[slot].arg = arg; in spd_intr_establish()
178 __spd_table[slot].func = 0; in spd_intr_disestablish()