Searched refs:notifications (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_ctl.c32 softmac_send_notify_req(softmac_lower_t *slp, uint32_t notifications) argument
44 ((dl_notify_req_t *)reqmp->b_rptr)->dl_notifications = notifications;
H A Dsoftmac_main.c1319 uint32_t notifications; local
1391 notifications = DL_NOTE_PHYS_ADDR | DL_NOTE_LINK_UP |
1396 (notifications & softmac->smac_notifications));
/illumos-gate/usr/src/uts/common/io/
H A Dsundlpi.c178 uint32_t notifications)
186 dlp->notify_ack.dl_notifications = notifications;
442 * should set `notesp' to the set of notifications they wish to enable;
443 * upon success it will contain the notifications enabled by the provider.
175 dlnotifyack( queue_t *wq, mblk_t *mp, uint32_t notifications) argument
H A Dgld.c220 * The set of notifications generatable by GLD itself, the additional
698 * The available set of notifications is those generatable by GLD
702 mac_pvt->notifications = gld_internal_notes;
704 mac_pvt->notifications |= gld_linkstate_notes;
705 mac_pvt->notifications &= gld_supported_notes;
3867 * For each (understood) bit in the <notifications> argument, contruct
3872 gld_notify_ind(gld_mac_info_t *macinfo, uint32_t notifications, queue_t *q) argument
3907 for (bit = 1; notifications != 0; bit <<= 1) {
3908 if ((notifications & bit) == 0)
3910 notifications
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dgldpriv.h372 uint32_t notifications; /* DL_NOTE options supported */ member in struct:gld_mac_pvt

Completed in 117 milliseconds