Home
last modified time | relevance | path

Searched refs:icerr (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/io/comstar/port/pppt/
H A Dalua_ic_if.c436 stmf_ic_echo_request_reply_msg_t *icerr; in stmf_ic_rx_msg() local
481 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() local
887 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()