Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_str.c697 dsp->ds_notifications = 0; in dld_str_destroy()
1419 if (!(dsp->ds_notifications & (DL_NOTE_SDU_SIZE|DL_NOTE_SDU_SIZE2))) in str_notify_sdu_size()
1429 if (dsp->ds_notifications & DL_NOTE_SDU_SIZE2) { in str_notify_sdu_size()
1549 if (!(dsp->ds_notifications & DL_NOTE_PROMISC_ON_PHYS)) in str_notify_promisc_on_phys()
1573 if (!(dsp->ds_notifications & DL_NOTE_PROMISC_OFF_PHYS)) in str_notify_promisc_off_phys()
1599 if (!(dsp->ds_notifications & DL_NOTE_PHYS_ADDR)) in str_notify_phys_addr()
1633 if (!(dsp->ds_notifications & DL_NOTE_LINK_UP)) in str_notify_link_up()
1657 if (!(dsp->ds_notifications & DL_NOTE_LINK_DOWN)) in str_notify_link_down()
1681 if (!(dsp->ds_notifications & DL_NOTE_SPEED)) in str_notify_speed()
1706 if (!(dsp->ds_notifications & DL_NOTE_CAPAB_RENEG)) in str_notify_capab_reneg()
[all …]
H A Ddld_proto.c1167 dsp->ds_notifications = dlp->dl_notifications & note; in proto_notify_req()
1177 if (dsp->ds_notifications != 0) { in proto_notify_req()
/illumos-gate/usr/src/uts/common/sys/
H A Ddld_impl.h154 uint32_t ds_notifications; /* SL */ member