Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c428 dfc32_t dfc32; in emlxs_dfc_copyin() local
430 if (ddi_copyin((void *)arg, (void *)&dfc32, in emlxs_dfc_copyin()
439 dfc1->cmd = dfc32.cmd; in emlxs_dfc_copyin()
440 dfc1->flag = dfc32.flag; in emlxs_dfc_copyin()
441 dfc1->buf1 = (void *)((uintptr_t)dfc32.buf1); in emlxs_dfc_copyin()
442 dfc1->buf1_size = dfc32.buf1_size; in emlxs_dfc_copyin()
443 dfc1->data1 = dfc32.data1; in emlxs_dfc_copyin()
444 dfc1->buf2 = (void *)((uintptr_t)dfc32.buf2); in emlxs_dfc_copyin()
445 dfc1->buf2_size = dfc32.buf2_size; in emlxs_dfc_copyin()
446 dfc1->data2 = dfc32.data2; in emlxs_dfc_copyin()
[all …]
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfc.h74 typedef struct dfc32 struct