Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/port/pppt/
H A Dalua_ic_if.c481 echo_msg = stmf_ic_echo_reply_msg_alloc(icerr->icerr_datalen, in stmf_ic_rx_msg()
890 icerr->icerr_datalen = data_len; in stmf_ic_echo_request_reply_msg_alloc()
1384 NVLIST_ADD_FIELD(uint32, m, icerr_datalen); in stmf_ic_echo_request_reply_msg_marshal()
1385 if (m->icerr_datalen) in stmf_ic_echo_request_reply_msg_marshal()
1386 NVLIST_ADD_ARRAY_LEN(uint8, m, icerr_data, m->icerr_datalen); in stmf_ic_echo_request_reply_msg_marshal()
1971 NV_PAIR(UINT32, m, icerr_datalen), in stmf_ic_echo_request_reply_msg_unmarshal()
1979 if (m->icerr_datalen) { in stmf_ic_echo_request_reply_msg_unmarshal()
1981 "icerr_data", m->icerr_datalen, NULL); in stmf_ic_echo_request_reply_msg_unmarshal()
/illumos-gate/usr/src/uts/common/sys/
H A Dpppt_ic_if.h208 uint32_t icerr_datalen; member