Home
last modified time | relevance | path

Searched refs:cpqary3_bds (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_bd.c27 static cpqary3_bd_t cpqary3_bds[] = { variable
690 #define NBOARD_DEFS (sizeof (cpqary3_bds) / sizeof (cpqary3_bd_t))
701 if ((vid == cpqary3_bds[i].bd_pci_subvenid) && in cpqary3_bd_getbybid()
702 (sid == cpqary3_bds[i].bd_pci_subsysid)) in cpqary3_bd_getbybid()
703 return (&(cpqary3_bds[i])); in cpqary3_bd_getbybid()