Home
last modified time | relevance | path

Searched refs:p_mcm (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_mcm_port.c56 osm_mcm_port_t *p_mcm; in osm_mcm_port_new() local
58 p_mcm = malloc(sizeof(*p_mcm)); in osm_mcm_port_new()
59 if (p_mcm) { in osm_mcm_port_new()
60 memset(p_mcm, 0, sizeof(*p_mcm)); in osm_mcm_port_new()
61 p_mcm->port = port; in osm_mcm_port_new()
62 p_mcm->mgrp = mgrp; in osm_mcm_port_new()
65 return p_mcm; in osm_mcm_port_new()
68 void osm_mcm_port_delete(IN osm_mcm_port_t * p_mcm) in osm_mcm_port_delete() argument
70 CL_ASSERT(p_mcm); in osm_mcm_port_delete()
72 free(p_mcm); in osm_mcm_port_delete()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_mcm_port.h138 void osm_mcm_port_delete(IN osm_mcm_port_t * p_mcm);