Searched defs:rsp_buf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c47 menlo_rsp_t *rsp_buf = NULL; local
58 rsp_buf = (menlo_rsp_t *)kmem_zalloc(rsp_size, KM_SLEEP);
69 (uint8_t *)rsp_buf, &rsp_size)) {
75 emlxs_swap32_buffer((uint8_t *)rsp_buf, rsp_size);
78 if (rsp_buf->code != 0) {
81 rsp_buf->code);
84 rval = rsp_buf->code;
92 if (rsp_buf) {
93 kmem_free(rsp_buf, 4);
110 menlo_rsp_t *rsp_buf local
164 emlxs_menlo_get_cfg( emlxs_hba_t *hba, menlo_get_config_rsp_t *rsp_buf, uint32_t rsp_size) argument
222 emlxs_menlo_get_logcfg( emlxs_hba_t *hba, menlo_rsp_t *rsp_buf, uint32_t rsp_size) argument
277 emlxs_menlo_get_log( emlxs_hba_t *hba, uint32_t id, menlo_rsp_t *rsp_buf, uint32_t rsp_size) argument
333 emlxs_menlo_get_paniclog( emlxs_hba_t *hba, menlo_rsp_t *rsp_buf, uint32_t rsp_size) argument
[all...]
H A Demlxs_dfc.c5560 uint8_t *rsp_buf; local
5574 rsp_buf = dfc->buf2;
5595 if (!rsp_size || !rsp_buf) {
5741 bcopy((void *)pkt->pkt_resp, (void *)rsp_buf, rsp_size);
5862 uint8_t *rsp_buf = NULL; local
5920 rsp_buf = (uint8_t *)dfc->buf2;
5924 rsp_buf, &rsp_size);
5928 bcopy((void *)rsp_buf, (void *)dfc->buf2, rsp_size);
5941 uint8_t *rsp_buf, uint32_t *rsp_size)
6098 bcopy((void *)&rsp_code, (void *)rsp_buf, *rsp_siz
5940 emlxs_send_menlo_cmd(emlxs_hba_t *hba, uint8_t *cmd_buf, uint32_t cmd_size, uint8_t *rsp_buf, uint32_t *rsp_size) argument
6647 uint8_t *rsp_buf; local
[all...]

Completed in 74 milliseconds