Home
last modified time | relevance | path

Searched refs:tpg_get_default_depth (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/target/
Dtarget_core_fabric.h24 u32 (*tpg_get_default_depth)(struct se_portal_group *); member
/linux-4.4.14/drivers/target/
Dtarget_core_tpg.c196 if (tpg->se_tpg_tfo->tpg_get_default_depth) in target_alloc_node_acl()
197 acl->queue_depth = tpg->se_tpg_tfo->tpg_get_default_depth(tpg); in target_alloc_node_acl()
/linux-4.4.14/drivers/target/iscsi/
Discsi_target_configfs.c1686 .tpg_get_default_depth = lio_tpg_get_default_depth,