Searched refs:llc_mac_info (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | llc1.h | 86 struct llc_mac_info { struct 87 struct llc_mac_info *llcp_next, *llcp_prev; argument 138 struct llc_mac_info *llc_mac_info; member
|
/titanic_41/usr/src/uts/common/io/ |
H A D | llc1.c | 440 if (llc1->llc_mac_info && in llc1_close() 441 llc1->llc_mac_info->llcp_flags & in llc1_close() 444 llc1->llc_mac_info, in llc1_close() 763 putnext(lld->llc_mac_info->llcp_queue, mp); in llc1_uwsrv() 896 lld->llc_mac_info = NULL; in llc1_ioctl() 948 if (llc1_getppa(lld->llc_mac_info, in llc1_ioctl() 1004 llc_mac_info_t *macinfo = llc->llc_mac_info; in llc1_cmds() 1131 if (lld->llc_mac_info == NULL) in llc1_bind() 1161 if (lld->llc_mac_info->llcp_type == DL_CSMACD) in llc1_bind() 1190 dlbindack(q, mp, sap, lld->llc_mac_info->llcp_macaddr, 6, 0, 0); in llc1_bind() [all …]
|