Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.h429 int (*gc_init_chip)(struct gem_dev *dp); member
H A Dsfe.c2160 gcp->gc_init_chip = &sfe_init_chip; in sfeattach()
H A Dsfe_util.c3107 if ((*dp->gc.gc_init_chip)(dp) != GEM_SUCCESS) { in gem_mac_init()