Home
last modified time | relevance | path

Searched refs:next_port (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/dev/bhnd/bcma/
H A Dbcma_erom.c304 uint8_t next_type, next_port; in bcma_erom_lookup_core_addr() local
316 next_port = BCMA_EROM_GET_ATTR(entry, REGION_PORT); in bcma_erom_lookup_core_addr()
319 next_port != region_port) in bcma_erom_lookup_core_addr()
330 uint8_t next_port, next_type; in bcma_erom_lookup_core_addr() local
340 next_port = BCMA_EROM_GET_ATTR(entry, REGION_PORT); in bcma_erom_lookup_core_addr()
343 next_port != region_port) in bcma_erom_lookup_core_addr()
/freebsd-12.1/contrib/ofed/opensm/include/opensm/
H A Dosm_mesh.h52 int next_port; member
/freebsd-12.1/contrib/ofed/opensm/opensm/
H A Dosm_ucast_lash.c974 int port = l->next_port++; in get_next_port()
980 if (l->next_port >= l->num_ports) in get_next_port()
981 l->next_port = 0; in get_next_port()
/freebsd-12.1/contrib/tcpdump/
H A Dprint-openflow-1.0.c1169 goto next_port; in of10_phy_ports_print()
1201 next_port: in of10_phy_ports_print()
2065 goto next_port; in of10_port_stats_reply_print()
2118 next_port: in of10_port_stats_reply_print()
/freebsd-12.1/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h605 atomic_t next_port; member