Searched refs:llc_mac_info_t (Results 1 – 2 of 2) sorted by relevance
/titanic_41/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, 71 static mblk_t *llc1_xid_reply(llc_mac_info_t *macinfo, mblk_t *mp, int sap); 72 static mblk_t *llc1_xid_ind_con(llc1_t *lld, llc_mac_info_t *macinfo, 74 static mblk_t *llc1_test_reply(llc_mac_info_t *macinfo, mblk_t *mp, int sap); 75 static mblk_t *llc1_test_ind_con(llc1_t *lld, llc_mac_info_t *macinfo, 79 static void llc1_recv(llc_mac_info_t *macinfo, mblk_t *mp); 80 static void llc1_req_raw(llc_mac_info_t *macinfo); 81 static void llc1_find_waiting(llc_mac_info_t *macinfo, mblk_t *mp, long prim); 84 static void llc1_send_disable_multi(llc_mac_info_t *, llc_mcast_t *); 90 static void llc1_init_kstat(llc_mac_info_t *macinfo); [all …]
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | llc1.h | 108 } llc_mac_info_t; typedef 155 llc_mac_info_t *llc1_mac_next, *llc1_mac_prev; /* the various mac */
|