Lines Matching refs:tl_merror
870 static void tl_merror(queue_t *, mblk_t *, int);
1736 tl_merror(wq, mp, EPROTO); in tl_wput()
1780 tl_merror(wq, mp, EPROTO); in tl_wput()
1805 tl_merror(wq, mp, EPROTO); in tl_wput()
1819 tl_merror(wq, mp, EPROTO); in tl_wput()
1851 tl_merror(wq, mp, EPROTO); in tl_wput()
1869 tl_merror(wq, mp, EPROTO); in tl_wput()
2136 tl_merror(tep->te_wq, mp, EPROTO); in tl_do_proto()
2144 tl_merror(tep->te_wq, mp, EPROTO); in tl_do_proto()
2152 tl_merror(tep->te_wq, mp, EPROTO); in tl_do_proto()
2160 tl_merror(tep->te_wq, mp, EPROTO); in tl_do_proto()
2168 tl_merror(tep->te_wq, mp, EPROTO); in tl_do_proto()
2176 tl_merror(tep->te_wq, mp, EPROTO); in tl_do_proto()
2184 tl_merror(tep->te_wq, mp, EPROTO); in tl_do_proto()
2191 tl_merror(tep->te_wq, mp, EPROTO); in tl_do_proto()
2290 tl_merror(wq, NULL, ENOSR); in tl_error_ack()
2319 tl_merror(wq, NULL, ENOMEM); in tl_ok_ack()
2996 tl_merror(wq, NULL, ENOSR); in tl_conn_req()
3231 tl_merror(wq, indmp, ENOMEM); in tl_conn_req_ser()
3640 tl_merror(wq, respmp, ENOMEM); in tl_conn_res()
3720 tl_merror(wq, respmp, ENOMEM); in tl_conn_res()
4010 tl_merror(wq, respmp, ENOMEM); in tl_discon_req()
4041 tl_merror(wq, respmp, ENOMEM); in tl_discon_req()
4099 tl_merror(wq, respmp, ENOMEM); in tl_discon_req()
4425 tl_merror(wq, mp, EPROTO); in tl_data()
4451 tl_merror(wq, mp, EPROTO); in tl_data()
4462 tl_merror(wq, mp, EPROTO); in tl_data()
4490 tl_merror(wq, mp, EPROTO); in tl_data()
4546 tl_merror(wq, mp, EPROTO); in tl_data()
4589 tl_merror(peer_tep->te_wq, mp, EPROTO); in tl_data()
4625 tl_merror(wq, mp, EPROTO); in tl_exdata()
4664 tl_merror(wq, mp, EPROTO); in tl_exdata()
4713 tl_merror(wq, mp, EPROTO); in tl_exdata()
4755 tl_merror(peer_tep->te_wq, mp, EPROTO); in tl_exdata()
4789 tl_merror(wq, mp, EPROTO); in tl_ordrel()
4837 tl_merror(wq, mp, EPROTO); in tl_ordrel()
4879 tl_merror(peer_tep->te_wq, mp, EPROTO); in tl_ordrel()
5019 tl_merror(wq, mp, EPROTO); in tl_unitdata()
5035 tl_merror(wq, mp, EINVAL); in tl_unitdata()
5082 tl_merror(wq, mp, EINVAL); in tl_unitdata()
5929 tl_merror(queue_t *wq, mblk_t *mp, int error) in tl_merror() function