Searched refs:NACL_ATTR (Results 1 – 1 of 1) sorted by relevance
/drivers/target/iscsi/ |
D | iscsi_target_configfs.c | 338 #define NACL_ATTR(_name, _mode) TF_NACL_ATTRIB_ATTR(iscsi, _name, _mode); macro 343 NACL_ATTR(dataout_timeout, S_IRUGO | S_IWUSR); 348 NACL_ATTR(dataout_timeout_retries, S_IRUGO | S_IWUSR); 353 NACL_ATTR(default_erl, S_IRUGO | S_IWUSR); 358 NACL_ATTR(nopin_timeout, S_IRUGO | S_IWUSR); 363 NACL_ATTR(nopin_response_timeout, S_IRUGO | S_IWUSR); 368 NACL_ATTR(random_datain_pdu_offsets, S_IRUGO | S_IWUSR); 373 NACL_ATTR(random_datain_seq_offsets, S_IRUGO | S_IWUSR); 378 NACL_ATTR(random_r2t_offsets, S_IRUGO | S_IWUSR);
|