Home
last modified time | relevance | path

Searched refs:dl_data (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_str.c1435 dlip->dl_data = max_sdu; in str_notify_sdu_size()
1612 dlip->dl_data = addr_type; in str_notify_phys_addr()
1692 dlip->dl_data = speed; in str_notify_speed()
1765 dlip->dl_data = 0; in str_notify_allowed_ips()
/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c1745 notifinfo.dni_speed = dlnotifyindp->dl_data;
1748 notifinfo.dni_size = dlnotifyindp->dl_data;
1755 if (dlnotifyindp->dl_data != DL_CURR_PHYS_ADDR)
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_ctl.c223 if (dlnip->dl_data != DL_CURR_PHYS_ADDR) in softmac_process_notify_ind()
/illumos-gate/usr/src/uts/common/sys/
H A Ddlpi.h977 #define dl_data dl_dlu.dlu_data32 macro
/illumos-gate/usr/src/uts/common/io/
H A Dgld.c3630 dlnip->dl_data = 0; in gld_notify_ind()
3659 dlnip->dl_data = stats->glds_speed/1000ULL; in gld_notify_ind()
3664 dlnip->dl_data = DL_CURR_PHYS_ADDR; in gld_notify_ind()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c17798 if (dlindp->dl_data != DL_IPV6_LINK_LAYER_ADDR && in ill_set_phys_addr()
17799 dlindp->dl_data != DL_CURR_DEST_ADDR && in ill_set_phys_addr()
17800 dlindp->dl_data != DL_CURR_PHYS_ADDR) { in ill_set_phys_addr()
17917 switch (dlindp->dl_data) { in ill_set_phys_addr_tail()
H A Dip.c4768 notifyp->dl_data = data; in ip_dlnotify_alloc()
8612 (uint_t)notify->dl_data; in ip_rput_dlpi_writer()
8613 ill->ill_mc_mtu = (uint_t)notify->dl_data; in ip_rput_dlpi_writer()