Home
last modified time | relevance | path

Searched refs:dlnip (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/softmac/
H A Dsoftmac_ctl.c216 dl_notify_ind_t *dlnip = (dl_notify_ind_t *)mp->b_rptr; in softmac_process_notify_ind() local
219 ASSERT(dlnip->dl_primitive == DL_NOTIFY_IND); in softmac_process_notify_ind()
221 switch (dlnip->dl_notification) { in softmac_process_notify_ind()
223 if (dlnip->dl_data != DL_CURR_PHYS_ADDR) in softmac_process_notify_ind()
226 addroff = dlnip->dl_addr_offset; in softmac_process_notify_ind()
227 addrlen = dlnip->dl_addr_length - softmac->smac_saplen; in softmac_process_notify_ind()
/titanic_50/usr/src/uts/common/io/
H A Dgld.c3875 dl_notify_ind_t *dlnip; in gld_notify_ind() local
3920 dlnip = (dl_notify_ind_t *)mp->b_rptr; in gld_notify_ind()
3921 dlnip->dl_primitive = DL_NOTIFY_IND; in gld_notify_ind()
3922 dlnip->dl_notification = 0; in gld_notify_ind()
3923 dlnip->dl_data = 0; in gld_notify_ind()
3924 dlnip->dl_addr_length = 0; in gld_notify_ind()
3925 dlnip->dl_addr_offset = 0; in gld_notify_ind()
3931 dlnip->dl_notification = bit; in gld_notify_ind()
3936 dlnip->dl_notification = bit; in gld_notify_ind()
3941 dlnip->dl_notification = bit; in gld_notify_ind()
[all …]