Searched refs:get_conf_reply (Results 1 – 1 of 1) sorted by relevance
1508 uint8_t *get_conf_reply; in vioscsi_handle_get_config() local1525 get_conf_reply = (uint8_t*)calloc(G_CONFIG_REPLY_SIZE, sizeof(uint8_t)); in vioscsi_handle_get_config()1527 if (get_conf_reply == NULL) in vioscsi_handle_get_config()1542 (struct scsi_config_feature_header *)(get_conf_reply); in vioscsi_handle_get_config()1544 (struct scsi_config_generic_descriptor *)(get_conf_reply + 8); in vioscsi_handle_get_config()1546 (struct scsi_config_profile_descriptor *)(get_conf_reply + 12); in vioscsi_handle_get_config()1548 (struct scsi_config_core_descriptor *)(get_conf_reply + 16); in vioscsi_handle_get_config()1550 (struct scsi_config_morphing_descriptor *)(get_conf_reply + 28); in vioscsi_handle_get_config()1554 (struct scsi_config_random_read_descriptor *)(get_conf_reply + 44); in vioscsi_handle_get_config()1629 if (write_mem(acct->resp_desc->addr, get_conf_reply, in vioscsi_handle_get_config()[all …]