Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.h430 int (*gc_start_chip)(struct gem_dev *dp); member
H A Dsfe.c2161 gcp->gc_start_chip = &sfe_start_chip; in sfeattach()
H A Dsfe_util.c3141 if ((*dp->gc.gc_start_chip)(dp) != GEM_SUCCESS) { in gem_mac_start()