Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Decpp.c189 static struct ecpp_hw_bind *ecpp_determine_sio_type(struct ecppunit *);
437 struct ecpp_hw_bind ecpp_hw_bind[] = { variable
593 struct ecpp_hw_bind *hw_bind; in ecpp_attach()
4092 static struct ecpp_hw_bind *
4095 struct ecpp_hw_bind *hw_bind; in ecpp_determine_sio_type()
4101 for (hw_bind = NULL, i = 0; i < NELEM(ecpp_hw_bind); i++) { in ecpp_determine_sio_type()
4102 if (strcmp(name, ecpp_hw_bind[i].name) == 0) { in ecpp_determine_sio_type()
4103 hw_bind = &ecpp_hw_bind[i]; in ecpp_determine_sio_type()
/titanic_41/usr/src/uts/common/sys/
H A Decppvar.h91 struct ecpp_hw_bind { struct