Searched refs:cmdsn_depth (Results 1 – 1 of 1) sorted by relevance
/drivers/target/iscsi/ |
D | iscsi_target_configfs.c | 734 u32 cmdsn_depth = 0; in lio_target_nacl_store_cmdsn_depth() local 737 cmdsn_depth = simple_strtoul(page, &endptr, 0); in lio_target_nacl_store_cmdsn_depth() 738 if (cmdsn_depth > TA_DEFAULT_CMDSN_DEPTH_MAX) { in lio_target_nacl_store_cmdsn_depth() 740 " TA_DEFAULT_CMDSN_DEPTH_MAX: %u\n", cmdsn_depth, in lio_target_nacl_store_cmdsn_depth() 766 config_item_name(acl_ci), cmdsn_depth, 1); in lio_target_nacl_store_cmdsn_depth() 770 config_item_name(tpg_ci), cmdsn_depth, in lio_target_nacl_store_cmdsn_depth() 777 TF_NACL_BASE_ATTR(lio_target, cmdsn_depth, S_IRUGO | S_IWUSR); 809 u32 cmdsn_depth; in lio_target_make_nodeacl() local 815 cmdsn_depth = ISCSI_TPG_ATTRIB(tpg)->default_cmdsn_depth; in lio_target_make_nodeacl() 821 name, cmdsn_depth); in lio_target_make_nodeacl()
|