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

/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c1751 struct en_port_attribute { struct
1753 ssize_t (*show)(struct en_port *, struct en_port_attribute *, char *buf);
1754 ssize_t (*store)(struct en_port *, struct en_port_attribute *, char *buf, size_t count);
1758 struct en_port_attribute en_port_attr_##_name = __ATTR_RO(_name)
1761 struct en_port_attribute en_port_attr_##_name = __ATTR(_name, _mode, _show, _store)

Completed in 72 milliseconds