Searched refs:icerr_datalen (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/comstar/port/pppt/ |
H A D | alua_ic_if.c | 481 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()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | pppt_ic_if.h | 208 uint32_t icerr_datalen; member
|