Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.h431 int (*gc_stop_chip)(struct gem_dev *dp); member
H A Dsfe.c2162 gcp->gc_stop_chip = &sfe_stop_chip; in sfeattach()
H A Dsfe_util.c3229 if ((*dp->gc.gc_stop_chip)(dp) != GEM_SUCCESS) { in gem_mac_stop()