Lines Matching refs:port_count
234 unsigned int port_count; member
1362 if (port_number >= rocker->port_count) in rocker_event_link_change()
1405 if (port_number >= rocker->port_count) in rocker_event_mac_vlan_seen()
3013 group_ids = kcalloc(rocker->port_count, sizeof(u32), in rocker_port_vlan_flood_group()
3023 for (i = 0; i < rocker->port_count; i++) { in rocker_port_vlan_flood_group()
3084 for (i = 0; i < rocker->port_count; i++) { in rocker_port_vlan_l2_groups()
4588 for (i = 0; i < rocker->port_count; i++) { in rocker_remove_ports()
4674 alloc_size = sizeof(struct rocker_port *) * rocker->port_count; in rocker_probe_ports()
4678 for (i = 0; i < rocker->port_count; i++) { in rocker_probe_ports()
4701 if (msix_entries != ROCKER_MSIX_VEC_COUNT(rocker->port_count)) in rocker_msix_init()
4784 rocker->port_count = rocker_read32(rocker, PORT_PHYS_COUNT); in rocker_probe()