Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c82 rsp_buf->code); in emlxs_menlo_set_mode()
85 rval = rsp_buf->code; in emlxs_menlo_set_mode()
93 if (rsp_buf) { in emlxs_menlo_set_mode()
145 rsp_buf->code); in emlxs_menlo_reset()
148 rval = rsp_buf->code; in emlxs_menlo_reset()
156 if (rsp_buf) { in emlxs_menlo_reset()
207 rsp_buf->code); in emlxs_menlo_get_cfg()
210 rval = rsp_buf->code; in emlxs_menlo_get_cfg()
264 rsp_buf->code); in emlxs_menlo_get_logcfg()
321 rsp_buf->code); in emlxs_menlo_get_log()
[all …]
H A Demlxs_dfc.c5616 uint8_t *rsp_buf; in emlxs_dfc_send_ct() local
5630 rsp_buf = dfc->buf2; in emlxs_dfc_send_ct()
5651 if (!rsp_size || !rsp_buf) { in emlxs_dfc_send_ct()
5918 uint8_t *rsp_buf = NULL; in emlxs_dfc_send_menlo() local
5977 rsp_buf = (uint8_t *)dfc->buf2; in emlxs_dfc_send_menlo()
5981 rsp_buf, &rsp_size); in emlxs_dfc_send_menlo()
6705 uint8_t *rsp_buf; in emlxs_dfc_send_els() local
6719 rsp_buf = dfc->buf2; in emlxs_dfc_send_els()
6732 if (!rsp_buf || !rsp_size) { in emlxs_dfc_send_els()
6840 bzero((void *)rsp_buf, rsp_size); in emlxs_dfc_send_els()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_extern.h843 uint32_t cmd_size, uint8_t *rsp_buf,