Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Ddlpi.c93 case DL_NOTE_PHYS_ADDR: in dlpi_notify()
193 DL_NOTE_PHYS_ADDR | DL_NOTE_LINK_DOWN | DL_NOTE_LINK_UP | in port_dlpi_open()
/illumos-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.c1750 case DL_NOTE_PHYS_ADDR:
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_common_impl.h294 #define NOTE_PHYS_ADDR DL_NOTE_PHYS_ADDR
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_ctl.c222 case DL_NOTE_PHYS_ADDR: in softmac_process_notify_ind()
H A Dsoftmac_main.c850 notes = DL_NOTE_PHYS_ADDR | DL_NOTE_LINK_UP | DL_NOTE_LINK_DOWN; in softmac_mac_register()
1391 notifications = DL_NOTE_PHYS_ADDR | DL_NOTE_LINK_UP | in softmac_lower_setup()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.c153 if (dnip->dni_note != DL_NOTE_PHYS_ADDR) in phyint_link_notify()
240 notes = DL_NOTE_PHYS_ADDR; in phyint_link_init()
261 if (pi->pi_notes & DL_NOTE_PHYS_ADDR) { in phyint_link_close()
263 pi->pi_notes &= ~DL_NOTE_PHYS_ADDR; in phyint_link_close()
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_str.c1599 if (!(dsp->ds_notifications & DL_NOTE_PHYS_ADDR)) in str_notify_phys_addr()
1611 dlip->dl_notification = DL_NOTE_PHYS_ADDR; in str_notify_phys_addr()
H A Ddld_proto.c1141 DL_NOTE_PHYS_ADDR | in proto_notify_req()
/illumos-gate/usr/src/uts/common/sys/
H A Ddlpi.h400 #define DL_NOTE_PHYS_ADDR 0x0001 /* Physical address change */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dgld.c228 DL_NOTE_PHYS_ADDR;
234 DL_NOTE_PHYS_ADDR |
3620 if (bit == DL_NOTE_PHYS_ADDR) in gld_notify_ind()
3662 case DL_NOTE_PHYS_ADDR: in gld_notify_ind()
5124 gld_notify_ind(macinfo, DL_NOTE_PHYS_ADDR, NULL); in gld_setaddr()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_if.c2299 (DL_NOTE_PHYS_ADDR | DL_NOTE_SDU_SIZE | DL_NOTE_FASTPATH_FLUSH | in ill_dl_phys()
H A Dip.c8560 case DL_NOTE_PHYS_ADDR: in ip_rput_dlpi_writer()
H A Dip_if.c4999 case DL_NOTE_PHYS_ADDR: in ipif_ill_refrele_tail()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c1654 retval = dlpi_enabnotify(dh, DL_NOTE_PHYS_ADDR, notifycb, NULL, &id); in setifether()