Searched refs:icerr (Results 1 – 1 of 1) sorted by relevance
436 stmf_ic_echo_request_reply_msg_t *icerr; in stmf_ic_rx_msg() local481 icerr = m->icm_msg; in stmf_ic_rx_msg()482 echo_msg = stmf_ic_echo_reply_msg_alloc(icerr->icerr_datalen, in stmf_ic_rx_msg()483 icerr->icerr_data, 0); in stmf_ic_rx_msg()884 stmf_ic_echo_request_reply_msg_t *icerr = NULL; in stmf_ic_echo_request_reply_msg_alloc() local887 icerr = kmem_zalloc(sizeof (*icerr), KM_SLEEP); in stmf_ic_echo_request_reply_msg_alloc()888 icm->icm_msg = (void *)icerr; in stmf_ic_echo_request_reply_msg_alloc()890 icerr->icerr_data = data; in stmf_ic_echo_request_reply_msg_alloc()891 icerr->icerr_datalen = data_len; in stmf_ic_echo_request_reply_msg_alloc()