Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Ddls_impl.h122 extern int dls_active_set(dld_str_t *);
/titanic_44/usr/src/uts/common/io/dld/
H A Ddld_proto.c435 if ((err = dls_active_set(dsp)) != 0) { in proto_bind_req()
614 if ((promisc_saved == 0) && (err = dls_active_set(dsp)) != 0) { in proto_promiscon_req()
752 if ((dsp->ds_dmap == NULL) && (err = dls_active_set(dsp)) != 0) { in proto_enabmulti_req()
920 if ((err = dls_active_set(dsp)) != 0) { in proto_setphysaddr_req()
/titanic_44/usr/src/uts/common/io/dls/
H A Ddls.c679 dls_active_set(dld_str_t *dsp) in dls_active_set() function