Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/sfe/
H A Dsfe_util.h428 int (*gc_reset_chip)(struct gem_dev *dp); member
H A Dsfe_util.c1607 if ((*dp->gc.gc_reset_chip)(dp) != GEM_SUCCESS) { in gem_restart_nic()
3234 if ((*dp->gc.gc_reset_chip)(dp) != GEM_SUCCESS) { in gem_mac_stop()
4882 ret = (*dp->gc.gc_reset_chip)(dp); in gem_do_attach()
5187 if ((*dp->gc.gc_reset_chip)(dp) != GEM_SUCCESS) { in gem_resume()
5262 (*dp->gc.gc_reset_chip)(dp); in gem_resume()
H A Dsfe.c2239 gcp->gc_reset_chip = &sfe_reset_chip_dp83815; in sfeattach()
2241 gcp->gc_reset_chip = &sfe_reset_chip_sis900; in sfeattach()