Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c415 emlxs_dfc_copyin(emlxs_hba_t *hba, void *arg, dfc_t *dfc1, dfc_t *dfc2, in emlxs_dfc_copyin() argument
440 dfc1->cmd = dfc32.cmd; in emlxs_dfc_copyin()
441 dfc1->flag = dfc32.flag; in emlxs_dfc_copyin()
442 dfc1->buf1 = (void *)((uintptr_t)dfc32.buf1); in emlxs_dfc_copyin()
443 dfc1->buf1_size = dfc32.buf1_size; in emlxs_dfc_copyin()
444 dfc1->data1 = dfc32.data1; in emlxs_dfc_copyin()
445 dfc1->buf2 = (void *)((uintptr_t)dfc32.buf2); in emlxs_dfc_copyin()
446 dfc1->buf2_size = dfc32.buf2_size; in emlxs_dfc_copyin()
447 dfc1->data2 = dfc32.data2; in emlxs_dfc_copyin()
448 dfc1->buf3 = (void *)((uintptr_t)dfc32.buf3); in emlxs_dfc_copyin()
[all …]