Home
last modified time | relevance | path

Searched refs:dl_notifications (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dsundlpi.c186 dlp->notify_ack.dl_notifications = notifications; in dlnotifyack()
458 ((dl_notify_req_t *)mp->b_rptr)->dl_notifications = *notesp; in dl_notify()
462 *notesp = ((dl_notify_ack_t *)mp->b_rptr)->dl_notifications; in dl_notify()
H A Dgld.c3727 gld->gld_notifications = dlnrp->dl_notifications & pvt->notifications; in gld_notify_req()
3739 dlnap->dl_notifications = pvt->notifications; in gld_notify_req()
/illumos-gate/usr/src/uts/common/sys/
H A Ddlpi.h955 uint32_t dl_notifications; /* Requested set of notifications */ member
964 uint32_t dl_notifications; /* Supported set of notifications */ member
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_ctl.c44 ((dl_notify_req_t *)reqmp->b_rptr)->dl_notifications = notifications; in softmac_send_notify_req()
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_proto.c1167 dsp->ds_notifications = dlp->dl_notifications & note; in proto_notify_req()
/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c843 notifyreqp->dl_notifications = notes; in dlpi_enabnotify()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_if.c2298 ((dl_notify_req_t *)notify_mp->b_rptr)->dl_notifications = in ill_dl_phys()
H A Dip.c8752 if (noteack->dl_notifications & DL_NOTE_LINK_UP) in ip_rput_dlpi_writer()