Home
last modified time | relevance | path

Searched defs:subn (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_multicast.c119 osm_mgrp_t *osm_mgrp_new(IN osm_subn_t * subn, IN ib_net16_t mlid, in osm_mgrp_new()
151 void osm_mgrp_cleanup(osm_subn_t * subn, osm_mgrp_t * mgrp) in osm_mgrp_cleanup()
190 static void mgrp_send_notice(osm_subn_t * subn, osm_log_t * log, in mgrp_send_notice()
272 osm_mcm_port_t *osm_mgrp_add_port(IN osm_subn_t * subn, osm_log_t * log, in osm_mgrp_add_port()
346 boolean_t osm_mgrp_remove_port(osm_subn_t * subn, osm_log_t * log, osm_mgrp_t * mgrp, in osm_mgrp_remove_port()
423 void osm_mgrp_delete_port(osm_subn_t * subn, osm_log_t * log, osm_mgrp_t * mgrp, in osm_mgrp_delete_port()
H A Dosm_sa_mcmember_record.c142 static ib_net16_t find_ipv6_snm_mlid(osm_subn_t *subn, ib_gid_t *mgid) in find_ipv6_snm_mlid()
H A Dosm_subnet.c1458 osm_port_t *osm_get_port_by_lid_ho(IN osm_subn_t const * subn, IN uint16_t lid) in osm_get_port_by_lid_ho()
1465 osm_mgrp_t *osm_get_mgrp_by_mgid(IN osm_subn_t * subn, IN ib_gid_t * mgid) in osm_get_mgrp_by_mgid()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_congestion_control.h78 osm_subn_t *subn; member
H A Dosm_opensm.h213 osm_subn_t subn; member
H A Dosm_perfmgr.h136 osm_subn_t *subn; member
H A Dosm_subnet.h1431 static inline struct osm_port *osm_get_port_by_lid(IN osm_subn_t const * subn, in osm_get_port_by_lid()
/freebsd/contrib/mandoc/
H A Dmdoc_html.c521 struct roff_node *sn, *subn; in mdoc_sh_pre() local