162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci#ifndef ISCSI_TARGET_NODEATTRIB_H 362306a36Sopenharmony_ci#define ISCSI_TARGET_NODEATTRIB_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci#include <linux/types.h> 662306a36Sopenharmony_ci 762306a36Sopenharmony_cistruct iscsi_node_acl; 862306a36Sopenharmony_cistruct iscsi_portal_group; 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ciextern void iscsit_set_default_node_attribues(struct iscsi_node_acl *, 1162306a36Sopenharmony_ci struct iscsi_portal_group *); 1262306a36Sopenharmony_ciextern int iscsit_na_dataout_timeout(struct iscsi_node_acl *, u32); 1362306a36Sopenharmony_ciextern int iscsit_na_dataout_timeout_retries(struct iscsi_node_acl *, u32); 1462306a36Sopenharmony_ciextern int iscsit_na_nopin_timeout(struct iscsi_node_acl *, u32); 1562306a36Sopenharmony_ciextern int iscsit_na_nopin_response_timeout(struct iscsi_node_acl *, u32); 1662306a36Sopenharmony_ciextern int iscsit_na_random_datain_pdu_offsets(struct iscsi_node_acl *, u32); 1762306a36Sopenharmony_ciextern int iscsit_na_random_datain_seq_offsets(struct iscsi_node_acl *, u32); 1862306a36Sopenharmony_ciextern int iscsit_na_random_r2t_offsets(struct iscsi_node_acl *, u32); 1962306a36Sopenharmony_ciextern int iscsit_na_default_erl(struct iscsi_node_acl *, u32); 2062306a36Sopenharmony_ci 2162306a36Sopenharmony_ci#endif /* ISCSI_TARGET_NODEATTRIB_H */ 22