Lines Matching refs:tl_merror

936 static void tl_merror(queue_t *, mblk_t *, int);
1809 tl_merror(wq, mp, EPROTO); in tl_wput()
1853 tl_merror(wq, mp, EPROTO); in tl_wput()
1878 tl_merror(wq, mp, EPROTO); in tl_wput()
1892 tl_merror(wq, mp, EPROTO); in tl_wput()
1924 tl_merror(wq, mp, EPROTO); in tl_wput()
1942 tl_merror(wq, mp, EPROTO); in tl_wput()
2213 tl_merror(tep->te_wq, mp, EPROTO); in tl_do_proto()
2221 tl_merror(tep->te_wq, mp, EPROTO); in tl_do_proto()
2229 tl_merror(tep->te_wq, mp, EPROTO); in tl_do_proto()
2237 tl_merror(tep->te_wq, mp, EPROTO); in tl_do_proto()
2245 tl_merror(tep->te_wq, mp, EPROTO); in tl_do_proto()
2253 tl_merror(tep->te_wq, mp, EPROTO); in tl_do_proto()
2261 tl_merror(tep->te_wq, mp, EPROTO); in tl_do_proto()
2268 tl_merror(tep->te_wq, mp, EPROTO); in tl_do_proto()
2367 tl_merror(wq, NULL, ENOSR); in tl_error_ack()
2396 tl_merror(wq, NULL, ENOMEM); in tl_ok_ack()
3085 tl_merror(wq, NULL, ENOSR); in tl_conn_req()
3320 tl_merror(wq, indmp, ENOMEM); in tl_conn_req_ser()
3730 tl_merror(wq, respmp, ENOMEM); in tl_conn_res()
3810 tl_merror(wq, respmp, ENOMEM); in tl_conn_res()
4101 tl_merror(wq, respmp, ENOMEM); in tl_discon_req()
4132 tl_merror(wq, respmp, ENOMEM); in tl_discon_req()
4190 tl_merror(wq, respmp, ENOMEM); in tl_discon_req()
4516 tl_merror(wq, mp, EPROTO); in tl_data()
4542 tl_merror(wq, mp, EPROTO); in tl_data()
4553 tl_merror(wq, mp, EPROTO); in tl_data()
4581 tl_merror(wq, mp, EPROTO); in tl_data()
4637 tl_merror(wq, mp, EPROTO); in tl_data()
4680 tl_merror(peer_tep->te_wq, mp, EPROTO); in tl_data()
4716 tl_merror(wq, mp, EPROTO); in tl_exdata()
4755 tl_merror(wq, mp, EPROTO); in tl_exdata()
4804 tl_merror(wq, mp, EPROTO); in tl_exdata()
4846 tl_merror(peer_tep->te_wq, mp, EPROTO); in tl_exdata()
4880 tl_merror(wq, mp, EPROTO); in tl_ordrel()
4928 tl_merror(wq, mp, EPROTO); in tl_ordrel()
4970 tl_merror(peer_tep->te_wq, mp, EPROTO); in tl_ordrel()
5112 tl_merror(wq, mp, EPROTO); in tl_unitdata()
5128 tl_merror(wq, mp, EINVAL); in tl_unitdata()
5175 tl_merror(wq, mp, EINVAL); in tl_unitdata()
6078 tl_merror(queue_t *wq, mblk_t *mp, int error) in tl_merror() function