Searched refs:BRPORT_ATTR (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/bridge/ |
H A D | br_sysfs_if.c | 39 #define BRPORT_ATTR(_name, _mode, _show, _store) \ macro 56 static BRPORT_ATTR(_name, 0644, \ 89 static BRPORT_ATTR(path_cost, 0644, 97 static BRPORT_ATTR(priority, 0644, 128 static BRPORT_ATTR(port_id, 0444, show_port_id, NULL); 135 static BRPORT_ATTR(port_no, 0444, show_port_no, NULL); 141 static BRPORT_ATTR(change_ack, 0444, show_change_ack, NULL); 153 static BRPORT_ATTR(state, 0444, show_port_state, NULL); 174 static BRPORT_ATTR(hold_timer, 0444, show_hold_timer, NULL); 181 static BRPORT_ATTR(flush, 0200, NULL, store_flush); [all …]
|