en_port_attribute
ssize_t (*show)(struct en_port *, struct en_port_attribute *, char *buf);
ssize_t (*store)(struct en_port *, struct en_port_attribute *, char *buf, size_t count);
struct en_port_attribute en_port_attr_##_name = __ATTR_RO(_name)
struct en_port_attribute en_port_attr_##_name = __ATTR(_name, _mode, _show, _store)