Home
last modified time | relevance | path

Searched refs:dl_notify_ind_t (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_str.c1417 dl_notify_ind_t *dlip; in str_notify_sdu_size()
1427 dlip = (dl_notify_ind_t *)mp->b_rptr; in str_notify_sdu_size()
1547 dl_notify_ind_t *dlip; in str_notify_promisc_on_phys()
1571 dl_notify_ind_t *dlip; in str_notify_promisc_off_phys()
1595 dl_notify_ind_t *dlip; in str_notify_phys_addr()
1631 dl_notify_ind_t *dlip; in str_notify_link_up()
1655 dl_notify_ind_t *dlip; in str_notify_link_down()
1679 dl_notify_ind_t *dlip; in str_notify_speed()
1704 dl_notify_ind_t *dlip; in str_notify_capab_reneg()
1728 dl_notify_ind_t *dlip; in str_notify_fastpath_flush()
[all …]
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c703 if (MBLKL(mp) < sizeof (dl_notify_ind_t) || in softmac_wput_single_nondata()
704 ((dl_notify_ind_t *)mp->b_rptr)->dl_notification != in softmac_wput_single_nondata()
1106 dl_notify_ind_t *dlip; in softmac_datapath_switch()
1120 if ((mp = allocb(sizeof (dl_notify_ind_t), BPRI_LO)) == NULL) { in softmac_datapath_switch()
1127 mp->b_wptr = mp->b_rptr + sizeof (dl_notify_ind_t); in softmac_datapath_switch()
1129 bzero(mp->b_rptr, sizeof (dl_notify_ind_t)); in softmac_datapath_switch()
1130 dlip = (dl_notify_ind_t *)mp->b_rptr; in softmac_datapath_switch()
H A Dsoftmac_ctl.c216 dl_notify_ind_t *dlnip = (dl_notify_ind_t *)mp->b_rptr; in softmac_process_notify_ind()
/illumos-gate/usr/src/uts/common/sys/
H A Ddlpi.h982 } dl_notify_ind_t; typedef
1482 dl_notify_ind_t notify_ind;
1550 #define DL_NOTIFY_IND_SIZE sizeof (dl_notify_ind_t)
/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c73 static int i_dlpi_notifyind_process(dlpi_impl_t *, dl_notify_ind_t *);
1316 dl_notify_ind_t *dlnotif; in i_dlpi_strgetmsg()
1415 dlnotif = (dl_notify_ind_t *)(void *)ctl.buf; in i_dlpi_strgetmsg()
1732 i_dlpi_notifyind_process(dlpi_impl_t *dip, dl_notify_ind_t *dlnotifyindp)
/illumos-gate/usr/src/uts/common/io/
H A Dgld.c3582 dl_notify_ind_t *dlnip; in gld_notify_ind()
3627 dlnip = (dl_notify_ind_t *)mp->b_rptr; in gld_notify_ind()
3665 dlnip->dl_addr_offset = sizeof (dl_notify_ind_t); in gld_notify_ind()
3670 mp->b_rptr + sizeof (dl_notify_ind_t), in gld_notify_ind()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c4928 dl_notify_ind_t *dlindp; in ipif_ill_refrele_tail()
4995 dlindp = (dl_notify_ind_t *)mp->b_rptr; in ipif_ill_refrele_tail()
17794 dl_notify_ind_t *dlindp = (dl_notify_ind_t *)mp->b_rptr; in ill_set_phys_addr()
17860 dl_notify_ind_t *dlip = (dl_notify_ind_t *)mp->b_rptr; in ill_set_allowed_ips()
17908 dl_notify_ind_t *dlindp = (dl_notify_ind_t *)addrmp->b_rptr; in ill_set_phys_addr_tail()
H A Dip.c4755 dl_notify_ind_t *notifyp; in ip_dlnotify_alloc()
4761 notifyp = (dl_notify_ind_t *)mp->b_rptr; in ip_dlnotify_alloc()
4770 dl_notify_ind_t *notifyp; in ip_dlnotify_alloc2()
4776 notifyp = (dl_notify_ind_t *)mp->b_rptr; in ip_dlnotify_alloc2()
8556 dl_notify_ind_t *notify = (dl_notify_ind_t *)mp->b_rptr; in ip_rput_dlpi_writer()