Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dpppt_ic_if.h147 uint8_t *icsd_data; member
/titanic_50/usr/src/uts/common/io/comstar/port/pppt/
H A Dalua_ic_if.c705 icsd->icsd_data = data; in stmf_ic_scsi_data_msg_alloc()
1289 NVLIST_ADD_ARRAY_LEN(uint8, m, icsd_data, m->icsd_data_len); in stmf_ic_scsi_data_msg_marshal()
1801 m->icsd_data = stmf_ic_uint8_array_unmarshal(nvl, "icsd_data", in stmf_ic_scsi_data_msg_unmarshal()
1803 if (!m->icsd_data) { in stmf_ic_scsi_data_msg_unmarshal()
/titanic_50/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c1849 bcopy(msg->icsd_data, xd->buf, xd_sz); in stmf_ic_rx_scsi_data()