Home
last modified time | relevance | path

Searched refs:auth_to_tpg (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/target/iscsi/
H A Discsi_target_configfs.c844 return __iscsi_tpg_auth_##name##_show(auth_to_tpg(item), page); \
850 return __iscsi_tpg_auth_##name##_store(auth_to_tpg(item), page, count); \
880 return __iscsi_tpg_auth_##name##_show(auth_to_tpg(item), page); \
/OK3568_Linux_fs/kernel/include/target/
H A Dtarget_core_base.h918 static inline struct se_portal_group *auth_to_tpg(struct config_item *item) in auth_to_tpg() function