Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/pcn/
H A Dpcn.c138 static const pcn_type_t *pcn_match(uint16_t, uint16_t);
321 if ((pcn_type = pcn_match(venid, devid)) == NULL) { in pcn_attach()
1386 pcn_match(uint16_t vid, uint16_t did) in pcn_match() function