Searched refs:dl_notify_ind_t (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/io/dld/ |
H A D | dld_str.c | 1400 dl_notify_ind_t *dlip; in str_notify_sdu_size() 1405 if ((mp = mexchange(dsp->ds_wq, NULL, sizeof (dl_notify_ind_t), in str_notify_sdu_size() 1409 bzero(mp->b_rptr, sizeof (dl_notify_ind_t)); in str_notify_sdu_size() 1410 dlip = (dl_notify_ind_t *)mp->b_rptr; in str_notify_sdu_size() 1530 dl_notify_ind_t *dlip; in str_notify_promisc_on_phys() 1535 if ((mp = mexchange(dsp->ds_wq, NULL, sizeof (dl_notify_ind_t), in str_notify_promisc_on_phys() 1539 bzero(mp->b_rptr, sizeof (dl_notify_ind_t)); in str_notify_promisc_on_phys() 1540 dlip = (dl_notify_ind_t *)mp->b_rptr; in str_notify_promisc_on_phys() 1554 dl_notify_ind_t *dlip; in str_notify_promisc_off_phys() 1559 if ((mp = mexchange(dsp->ds_wq, NULL, sizeof (dl_notify_ind_t), in str_notify_promisc_off_phys() [all …]
|
/titanic_41/usr/src/uts/common/io/softmac/ |
H A D | softmac_fp.c | 729 if (MBLKL(mp) < sizeof (dl_notify_ind_t) || in softmac_wput_single_nondata() 730 ((dl_notify_ind_t *)mp->b_rptr)->dl_notification != in softmac_wput_single_nondata() 1131 dl_notify_ind_t *dlip; in softmac_datapath_switch() 1145 if ((mp = allocb(sizeof (dl_notify_ind_t), BPRI_LO)) == NULL) { in softmac_datapath_switch() 1152 mp->b_wptr = mp->b_rptr + sizeof (dl_notify_ind_t); in softmac_datapath_switch() 1154 bzero(mp->b_rptr, sizeof (dl_notify_ind_t)); in softmac_datapath_switch() 1155 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()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | dlpi.h | 1004 } dl_notify_ind_t; typedef 1504 dl_notify_ind_t notify_ind; 1572 #define DL_NOTIFY_IND_SIZE sizeof (dl_notify_ind_t)
|
/titanic_41/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() 1416 dlnotif = (dl_notify_ind_t *)(void *)ctl.buf; in i_dlpi_strgetmsg() 1733 i_dlpi_notifyind_process(dlpi_impl_t *dip, dl_notify_ind_t *dlnotifyindp)
|
/titanic_41/usr/src/uts/common/io/ |
H A D | gld.c | 3875 dl_notify_ind_t *dlnip; in gld_notify_ind() 3920 dlnip = (dl_notify_ind_t *)mp->b_rptr; in gld_notify_ind() 3958 dlnip->dl_addr_offset = sizeof (dl_notify_ind_t); in gld_notify_ind() 3963 mp->b_rptr + sizeof (dl_notify_ind_t), in gld_notify_ind()
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | ip_if.c | 4924 dl_notify_ind_t *dlindp; in ipif_ill_refrele_tail() 4991 dlindp = (dl_notify_ind_t *)mp->b_rptr; in ipif_ill_refrele_tail() 17782 dl_notify_ind_t *dlindp = (dl_notify_ind_t *)mp->b_rptr; in ill_set_phys_addr() 17848 dl_notify_ind_t *dlip = (dl_notify_ind_t *)mp->b_rptr; in ill_set_allowed_ips() 17896 dl_notify_ind_t *dlindp = (dl_notify_ind_t *)addrmp->b_rptr; in ill_set_phys_addr_tail()
|
H A D | ip.c | 4730 dl_notify_ind_t *notifyp; in ip_dlnotify_alloc() 4736 notifyp = (dl_notify_ind_t *)mp->b_rptr; in ip_dlnotify_alloc() 4745 dl_notify_ind_t *notifyp; in ip_dlnotify_alloc2() 4751 notifyp = (dl_notify_ind_t *)mp->b_rptr; in ip_dlnotify_alloc2() 8522 dl_notify_ind_t *notify = (dl_notify_ind_t *)mp->b_rptr; in ip_rput_dlpi_writer()
|