Lines Matching refs:portno
60 if (!test_bit(port->portno, sparx5->bridge_mask)) { in sparx5_attr_stp_state_set()
62 "Controlling non-bridged port %d?\n", port->portno); in sparx5_attr_stp_state_set()
68 set_bit(port->portno, sparx5->bridge_fwd_mask); in sparx5_attr_stp_state_set()
71 set_bit(port->portno, sparx5->bridge_lrn_mask); in sparx5_attr_stp_state_set()
76 clear_bit(port->portno, sparx5->bridge_fwd_mask); in sparx5_attr_stp_state_set()
77 clear_bit(port->portno, sparx5->bridge_lrn_mask); in sparx5_attr_stp_state_set()
111 if (!test_bit(port->portno, e->port_mask) && in sparx5_port_attr_mrouter_set()
183 set_bit(port->portno, sparx5->bridge_mask); in sparx5_port_bridge_join()
201 clear_bit(port->portno, sparx5->bridge_mask); in sparx5_port_bridge_join()
212 clear_bit(port->portno, sparx5->bridge_mask); in sparx5_port_bridge_leave()
336 sparx5_add_mact_entry(sparx5, port->ndev, port->portno, in sparx5_switchdev_bridge_fdb_event_work()
561 set_bit(port->portno, entry->port_mask); in sparx5_handle_port_mdb_add()
599 clear_bit(port->portno, entry->port_mask); in sparx5_handle_port_mdb_del()