Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/port/pppt/
H A Dalua_ic_if.c435 stmf_ic_echo_request_reply_msg_t *icerr; in stmf_ic_rx_msg() local
480 icerr = m->icm_msg; in stmf_ic_rx_msg()
481 echo_msg = stmf_ic_echo_reply_msg_alloc(icerr->icerr_datalen, in stmf_ic_rx_msg()
482 icerr->icerr_data, 0); in stmf_ic_rx_msg()
883 stmf_ic_echo_request_reply_msg_t *icerr = NULL; in stmf_ic_echo_request_reply_msg_alloc() local
886 icerr = kmem_zalloc(sizeof (*icerr), KM_SLEEP); in stmf_ic_echo_request_reply_msg_alloc()
887 icm->icm_msg = (void *)icerr; in stmf_ic_echo_request_reply_msg_alloc()
889 icerr->icerr_data = data; in stmf_ic_echo_request_reply_msg_alloc()
890 icerr->icerr_datalen = data_len; in stmf_ic_echo_request_reply_msg_alloc()