Searched refs:tpg_get_default_depth (Results 1 – 3 of 3) sorted by relevance
24 u32 (*tpg_get_default_depth)(struct se_portal_group *); member
196 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()
1686 .tpg_get_default_depth = lio_tpg_get_default_depth,