Searched refs:dl_notify_ind_t (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/io/dld/ |
H A D | dld_str.c | 1417 dl_notify_ind_t *dlip; in str_notify_sdu_size() 1422 if ((mp = mexchange(dsp->ds_wq, NULL, sizeof (dl_notify_ind_t), in str_notify_sdu_size() 1426 bzero(mp->b_rptr, sizeof (dl_notify_ind_t)); 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() 1552 if ((mp = mexchange(dsp->ds_wq, NULL, sizeof (dl_notify_ind_t), in str_notify_promisc_on_phys() 1556 bzero(mp->b_rptr, sizeof (dl_notify_ind_t)); in str_notify_promisc_on_phys() 1557 dlip = (dl_notify_ind_t *)mp->b_rptr; in str_notify_promisc_on_phys() 1571 dl_notify_ind_t *dlip; in str_notify_promisc_off_phys() 1576 if ((mp = mexchange(dsp->ds_wq, NULL, sizeof (dl_notify_ind_t), in str_notify_promisc_off_phys() [all …]
|
/illumos-gate/usr/src/uts/common/io/softmac/ |
H A D | softmac_fp.c | 703 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 D | softmac_ctl.c | 216 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 D | dlpi.h | 982 } 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 D | libdlpi.c | 73 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 D | gld.c | 3582 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 D | ip_if.c | 4928 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 D | ip.c | 4760 dl_notify_ind_t *notifyp; in ip_dlnotify_alloc() 4766 notifyp = (dl_notify_ind_t *)mp->b_rptr; in ip_dlnotify_alloc() 4775 dl_notify_ind_t *notifyp; in ip_dlnotify_alloc2() 4781 notifyp = (dl_notify_ind_t *)mp->b_rptr; in ip_dlnotify_alloc2() 8575 dl_notify_ind_t *notify = (dl_notify_ind_t *)mp->b_rptr; in ip_rput_dlpi_writer()
|