Searched refs:llc1_t (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/ |
H A D | llc1.c | 69 static mblk_t *llc1_form_udata(llc1_t *lld, llc_mac_info_t *macinfo, 72 static mblk_t *llc1_xid_ind_con(llc1_t *lld, llc_mac_info_t *macinfo, 75 static mblk_t *llc1_test_ind_con(llc1_t *lld, llc_mac_info_t *macinfo, 111 static int llc1_snap_match(llc1_t *lld, struct snaphdr *snap); 256 (llc1_t *)&llc1_device_list.llc1_str_next; in llc1_attach() 345 llc1_t *llc1; in llc1_open() 384 llc1 = kmem_zalloc(sizeof (llc1_t), KM_SLEEP); in llc1_open() 410 llc1_t *llc1; in llc1_close() 416 llc1 = (llc1_t *)q->q_ptr; in llc1_close() 459 kmem_free(llc1, sizeof (llc1_t)); in llc1_close() [all …]
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | llc1.h | 140 } llc1_t; typedef 159 llc1_t *llc1_str_next, *llc1_str_prev; /* open streams */
|