Home
last modified time | relevance | path

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

/linux/drivers/target/iscsi/
H A Discsi_target_configfs.c861 return __iscsi_tpg_auth_##name##_show(auth_to_tpg(item), page); \
867 return __iscsi_tpg_auth_##name##_store(auth_to_tpg(item), page, count); \
896 return __iscsi_tpg_auth_##name##_show(auth_to_tpg(item), page); \
/linux/include/target/
H A Dtarget_core_base.h976 static inline struct se_portal_group *auth_to_tpg(struct config_item *item) in auth_to_tpg() function