Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c47 menlo_rsp_t *rsp_buf = NULL; in emlxs_menlo_set_mode() local
58 rsp_buf = (menlo_rsp_t *)kmem_zalloc(rsp_size, KM_SLEEP); in emlxs_menlo_set_mode()
69 (uint8_t *)rsp_buf, &rsp_size)) { in emlxs_menlo_set_mode()
75 emlxs_swap32_buffer((uint8_t *)rsp_buf, rsp_size); in emlxs_menlo_set_mode()
78 if (rsp_buf->code != 0) { in emlxs_menlo_set_mode()
81 rsp_buf->code); in emlxs_menlo_set_mode()
84 rval = rsp_buf->code; in emlxs_menlo_set_mode()
92 if (rsp_buf) { in emlxs_menlo_set_mode()
93 kmem_free(rsp_buf, 4); in emlxs_menlo_set_mode()
110 menlo_rsp_t *rsp_buf = NULL; in emlxs_menlo_reset() local
[all …]
H A Demlxs_dfc.c5560 uint8_t *rsp_buf; in emlxs_dfc_send_ct() local
5574 rsp_buf = dfc->buf2; in emlxs_dfc_send_ct()
5595 if (!rsp_size || !rsp_buf) { in emlxs_dfc_send_ct()
5741 bcopy((void *)pkt->pkt_resp, (void *)rsp_buf, rsp_size); in emlxs_dfc_send_ct()
5862 uint8_t *rsp_buf = NULL; in emlxs_dfc_send_menlo() local
5920 rsp_buf = (uint8_t *)dfc->buf2; in emlxs_dfc_send_menlo()
5924 rsp_buf, &rsp_size); in emlxs_dfc_send_menlo()
5928 bcopy((void *)rsp_buf, (void *)dfc->buf2, rsp_size); in emlxs_dfc_send_menlo()
5941 uint8_t *rsp_buf, uint32_t *rsp_size) in emlxs_send_menlo_cmd() argument
6098 bcopy((void *)&rsp_code, (void *)rsp_buf, *rsp_size); in emlxs_send_menlo_cmd()
[all …]
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_extern.h840 uint32_t cmd_size, uint8_t *rsp_buf,