Searched refs:SETUP_TEMPLATE (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_transport_srp.c75 #define SETUP_TEMPLATE(attrb, field, perm, test, ro_test, ro_perm) \ macro
87 SETUP_TEMPLATE(rport_attrs, field, S_IRUGO, 1, 0, 0)
90 SETUP_TEMPLATE(rport_attrs, field, S_IRUGO | S_IWUSR, \
H A Dscsi_transport_sas.c1680 #define SETUP_TEMPLATE(attrb, field, perm, test) \ macro
1699 SETUP_TEMPLATE(rphy_attrs, field, S_IRUGO, 1)
1702 SETUP_TEMPLATE(rphy_attrs, field, S_IRUGO, i->f->func)
1705 SETUP_TEMPLATE(phy_attrs, field, S_IRUGO, 1)
1716 SETUP_TEMPLATE(port_attrs, field, S_IRUGO, 1)
1719 SETUP_TEMPLATE(phy_attrs, field, S_IRUGO, i->f->func)
1722 SETUP_TEMPLATE(phy_attrs, field, S_IWUSR, 1)
1725 SETUP_TEMPLATE(phy_attrs, field, S_IWUSR, i->f->func)
1728 SETUP_TEMPLATE(end_dev_attrs, field, S_IRUGO, 1)
1731 SETUP_TEMPLATE(expander_attr
[all...]

Completed in 118 milliseconds