Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_mesh.h52 int next_port; member
/freebsd/sys/dev/bhnd/bcma/
H A Dbcma_erom.c300 uint8_t next_type, next_port; in bcma_erom_lookup_core_addr() local
312 next_port = BCMA_EROM_GET_ATTR(entry, REGION_PORT); in bcma_erom_lookup_core_addr()
315 next_port != region_port) in bcma_erom_lookup_core_addr()
326 uint8_t next_port, next_type; in bcma_erom_lookup_core_addr() local
336 next_port = BCMA_EROM_GET_ATTR(entry, REGION_PORT); in bcma_erom_lookup_core_addr()
339 next_port != region_port) in bcma_erom_lookup_core_addr()
/freebsd/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/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h646 atomic_t next_port; member