Home
last modified time | relevance | path

Searched refs:en_port_attribute (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c1750 struct en_port_attribute { struct
1752 ssize_t (*show)(struct en_port *, struct en_port_attribute *, char *buf); argument
1753 ssize_t (*store)(struct en_port *, struct en_port_attribute *, char *buf, size_t count); argument
1757 struct en_port_attribute en_port_attr_##_name = __ATTR_RO(_name)
1760 struct en_port_attribute en_port_attr_##_name = __ATTR(_name, _mode, _show, _store)