Searched refs:extra_response (Results 1 – 1 of 1) sorted by relevance
665 struct iscsi_extra_response *extra_response; in iscsi_add_notunderstood_response() local673 extra_response = kzalloc(sizeof(struct iscsi_extra_response), GFP_KERNEL); in iscsi_add_notunderstood_response()674 if (!extra_response) { in iscsi_add_notunderstood_response()679 INIT_LIST_HEAD(&extra_response->er_list); in iscsi_add_notunderstood_response()681 strscpy(extra_response->key, key, sizeof(extra_response->key)); in iscsi_add_notunderstood_response()682 strscpy(extra_response->value, NOTUNDERSTOOD, in iscsi_add_notunderstood_response()683 sizeof(extra_response->value)); in iscsi_add_notunderstood_response()685 list_add_tail(&extra_response->er_list, in iscsi_add_notunderstood_response()