Searched refs:p_vla_tbl (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_vl_arb_rcv.c | 69 ib_vl_arb_table_t *p_vla_tbl; in osm_vla_rcv_process() local 88 p_vla_tbl = ib_smp_get_payload_ptr(p_smp); in osm_vla_rcv_process() 153 p_vla_tbl, FILE_ID, OSM_LOG_DEBUG); in osm_vla_rcv_process() 154 osm_physp_set_vla_tbl(p_physp, p_vla_tbl, block_num); in osm_vla_rcv_process()
|
H A D | osm_helper.c | 2274 IN const ib_vl_arb_table_t * p_vla_tbl, in osm_dump_vl_arb_table_to_buf() argument 2277 if (!buf || !p_vla_tbl) in osm_dump_vl_arb_table_to_buf() 2285 p_vla_tbl->vl_entry[i].vl); in osm_dump_vl_arb_table_to_buf() 2288 p_vla_tbl->vl_entry[i].weight); in osm_dump_vl_arb_table_to_buf() 2300 IN const ib_vl_arb_table_t * p_vla_tbl, in osm_dump_vl_arb_table() argument 2307 port_num, p_vla_tbl, buf); in osm_dump_vl_arb_table() 2315 IN const ib_vl_arb_table_t * p_vla_tbl, in osm_dump_vl_arb_table_v2() argument 2323 port_num, p_vla_tbl, buf); in osm_dump_vl_arb_table_v2()
|
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_port.h | 674 IN ib_vl_arb_table_t * p_vla_tbl, in osm_physp_set_vla_tbl() argument 677 CL_ASSERT(p_vla_tbl); in osm_physp_set_vla_tbl() 680 p_physp->vl_arb[block_num - 1] = *p_vla_tbl; in osm_physp_set_vla_tbl()
|
H A D | osm_helper.h | 426 IN const ib_vl_arb_table_t * p_vla_tbl, 431 IN const ib_vl_arb_table_t * p_vla_tbl,
|
/freebsd/contrib/ofed/libibmad/ |
H A D | dump.c | 728 ib_vl_arb_table_t *p_vla_tbl = val; in mad_dump_vlarbitration() local 732 num /= sizeof(p_vla_tbl->vl_entry[0]); in mad_dump_vlarbitration() 738 ib_vl_arb_get_vl(p_vla_tbl->vl_entry[i].res_vl, &vl); in mad_dump_vlarbitration() 749 p_vla_tbl->vl_entry[i].weight); in mad_dump_vlarbitration()
|