Lines Matching refs:port_count
237 unsigned int port_count; member
1443 if (port_number >= rocker->port_count) in rocker_event_link_change()
1482 if (port_number >= rocker->port_count) in rocker_event_mac_vlan_seen()
3144 rocker->port_count, sizeof(u32)); in rocker_port_vlan_flood_group()
3153 for (i = 0; i < rocker->port_count; i++) { in rocker_port_vlan_flood_group()
3214 for (i = 0; i < rocker->port_count; i++) { in rocker_port_vlan_l2_groups()
4960 for (i = 0; i < rocker->port_count; i++) { in rocker_remove_ports()
5060 alloc_size = sizeof(struct rocker_port *) * rocker->port_count; in rocker_probe_ports()
5064 for (i = 0; i < rocker->port_count; i++) { in rocker_probe_ports()
5087 if (msix_entries != ROCKER_MSIX_VEC_COUNT(rocker->port_count)) in rocker_msix_init()
5170 rocker->port_count = rocker_read32(rocker, PORT_PHYS_COUNT); in rocker_probe()