Searched refs:NACL_ATTR (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/target/iscsi/ |
D | iscsi_target_configfs.c | 395 #define NACL_ATTR(_name, _mode) TF_NACL_ATTRIB_ATTR(iscsi, _name, _mode); macro 400 NACL_ATTR(dataout_timeout, S_IRUGO | S_IWUSR); 405 NACL_ATTR(dataout_timeout_retries, S_IRUGO | S_IWUSR); 410 NACL_ATTR(default_erl, S_IRUGO | S_IWUSR); 415 NACL_ATTR(nopin_timeout, S_IRUGO | S_IWUSR); 420 NACL_ATTR(nopin_response_timeout, S_IRUGO | S_IWUSR); 425 NACL_ATTR(random_datain_pdu_offsets, S_IRUGO | S_IWUSR); 430 NACL_ATTR(random_datain_seq_offsets, S_IRUGO | S_IWUSR); 435 NACL_ATTR(random_r2t_offsets, S_IRUGO | S_IWUSR);
|