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.c483 if (dfc1->buf1_size && dfc1->buf1) { in emlxs_dfc_copyin()
487 if (ddi_copyin(dfc1->buf1, dfc2->buf1, dfc1->buf1_size, in emlxs_dfc_copyin()
499 if (dfc1->buf2_size && dfc1->buf2) { in emlxs_dfc_copyin()
503 if (ddi_copyin(dfc1->buf2, dfc2->buf2, dfc1->buf2_size, in emlxs_dfc_copyin()
515 if (dfc1->buf3_size && dfc1->buf3) { in emlxs_dfc_copyin()
519 if (ddi_copyin(dfc1->buf3, dfc2->buf3, dfc1->buf3_size, in emlxs_dfc_copyin()
531 if (dfc1->buf4_size && dfc1->buf4) { in emlxs_dfc_copyin()
535 if (ddi_copyin(dfc1->buf4, dfc2->buf4, dfc1->buf4_size, in emlxs_dfc_copyin()
569 if (ddi_copyout(dfc2->buf1, dfc1->buf1, dfc1->buf1_size, in emlxs_dfc_copyout()
583 if (ddi_copyout(dfc2->buf2, dfc1->buf2, dfc1->buf2_size, in emlxs_dfc_copyout()
[all …]