Searched refs:DL_NOTE_PHYS_ADDR (Results 1 - 15 of 15) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi_impl.h65 DL_NOTE_PHYS_ADDR | DL_NOTE_SDU_SIZE | DL_NOTE_SPEED | \
H A Dlibdlpi.c1751 case DL_NOTE_PHYS_ADDR:
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Ddlpi.c93 case DL_NOTE_PHYS_ADDR:
193 DL_NOTE_PHYS_ADDR | DL_NOTE_LINK_DOWN | DL_NOTE_LINK_UP |
/opensolaris-onvv-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_ctl.c222 case DL_NOTE_PHYS_ADDR:
H A Dsoftmac_main.c851 notes = DL_NOTE_PHYS_ADDR | DL_NOTE_LINK_UP | DL_NOTE_LINK_DOWN;
1392 notifications = DL_NOTE_PHYS_ADDR | DL_NOTE_LINK_UP |
/opensolaris-onvv-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_common_impl.h294 #define NOTE_PHYS_ADDR DL_NOTE_PHYS_ADDR
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.c153 if (dnip->dni_note != DL_NOTE_PHYS_ADDR)
240 notes = DL_NOTE_PHYS_ADDR;
261 if (pi->pi_notes & DL_NOTE_PHYS_ADDR) {
263 pi->pi_notes &= ~DL_NOTE_PHYS_ADDR;
/opensolaris-onvv-gate/usr/src/uts/common/io/dld/
H A Ddld_str.c1572 * DL_NOTIFY_IND: DL_NOTE_PHYS_ADDR
1582 if (!(dsp->ds_notifications & DL_NOTE_PHYS_ADDR))
1594 dlip->dl_notification = DL_NOTE_PHYS_ADDR;
H A Ddld_proto.c1124 DL_NOTE_PHYS_ADDR |
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Ddlpi.h397 #define DL_NOTE_PHYS_ADDR 0x0001 /* Physical address change */ macro
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dgld.c229 DL_NOTE_PHYS_ADDR;
235 DL_NOTE_PHYS_ADDR |
3913 if (bit == DL_NOTE_PHYS_ADDR)
3955 case DL_NOTE_PHYS_ADDR:
5419 gld_notify_ind(macinfo, DL_NOTE_PHYS_ADDR, NULL);
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dip6_if.c2299 (DL_NOTE_PHYS_ADDR | DL_NOTE_SDU_SIZE | DL_NOTE_FASTPATH_FLUSH |
H A Dip.c8491 case DL_NOTE_PHYS_ADDR:
H A Dip_if.c4998 case DL_NOTE_PHYS_ADDR:
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c1649 retval = dlpi_enabnotify(dh, DL_NOTE_PHYS_ADDR, notifycb, NULL, &id);
1654 * This link does not support DL_NOTE_PHYS_ADDR: bring down
1658 * NOTE: Skipping this when DL_NOTE_PHYS_ADDR is supported is

Completed in 467 milliseconds