SEND_RNID_RSP_SIZE
tmp_buf = kmem_zalloc(SEND_RNID_RSP_SIZE, KM_SLEEP);
rval = ql_get_rnid_params(ha, SEND_RNID_RSP_SIZE, tmp_buf);
kmem_free(tmp_buf, SEND_RNID_RSP_SIZE);
kmem_free(tmp_buf, SEND_RNID_RSP_SIZE);
(uint8_t)tmp_rnid.DataFormat, SEND_RNID_RSP_SIZE, tmp_buf);
(uint8_t)tmp_rnid.DataFormat, SEND_RNID_RSP_SIZE,
kmem_free(tmp_buf, SEND_RNID_RSP_SIZE);
copy_len = (cmd->ResponseLen > SEND_RNID_RSP_SIZE) ?
SEND_RNID_RSP_SIZE : cmd->ResponseLen;
if (copy_len < SEND_RNID_RSP_SIZE) {
} else if (cmd->ResponseLen > SEND_RNID_RSP_SIZE) {
kmem_free(tmp_buf, SEND_RNID_RSP_SIZE);