Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c3512 READ_SLIM_COPY(hba, (uint32_t *)mb, in emlxs_sli3_issue_mbox_cmd()
3531 READ_SLIM_COPY(hba, in emlxs_sli3_issue_mbox_cmd()
5901 READ_SLIM_COPY(hba, (uint32_t *)mb, (uint32_t *)mbox, in emlxs_handle_mb_event()
5918 READ_SLIM_COPY(hba, (uint32_t *)mbq->extbuf, in emlxs_handle_mb_event()
H A Demlxs_dfc.c7297 READ_SLIM_COPY(hba, (uint32_t *)dfc->buf1, (uint32_t *)slim, in emlxs_dfc_read_mem()
7951 READ_SLIM_COPY(hba, (uint32_t *)buffer, in emlxs_get_dump_region()
8010 READ_SLIM_COPY(hba, (uint32_t *)buffer, in emlxs_get_dump_region()
8046 READ_SLIM_COPY(hba, (uint32_t *)buffer, in emlxs_get_dump_region()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1241 #define READ_SLIM_COPY(_hba, _bufp, _slimp, _wcnt) ddi_rep_get32(\ macro