Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
HDibroute.c94 uint16_t mft[16][IB_MLIDS_IN_BLOCK]) in dump_mlid()
103 mask = ntohs(mft[i][mlid % IB_MLIDS_IN_BLOCK]); in dump_mlid()
122 mask = ntohs(mft[chunk][mlid % IB_MLIDS_IN_BLOCK]); in dump_mlid()
136 uint16_t mft[16][IB_MLIDS_IN_BLOCK] = { { 0 }, { 0 }, { 0 }, { 0 }, { 0 }, { 0 }, { 0 }, { 0 }, { 0… variable
220 (mft + j, portid, IB_ATTR_MULTICASTFORWTBL, mod, 0, in dump_multicast_tables()
237 if (dump_mlid(str, sizeof str, i, nports, mft) == 0) in dump_multicast_tables()
HDdump_fts.c69 uint16_t mft[16][IB_MLIDS_IN_BLOCK]) in dump_mlid()
78 mask = ntohs(mft[i][mlid % IB_MLIDS_IN_BLOCK]); in dump_mlid()
97 mask = ntohs(mft[chunk][mlid % IB_MLIDS_IN_BLOCK]); in dump_mlid()
111 uint16_t mft[16][IB_MLIDS_IN_BLOCK] = { { 0 }, { 0 }, { 0 }, { 0 }, { 0 }, { 0 }, { 0 }, { 0 }, { 0… variable
196 (mft + j, portid, IB_ATTR_MULTICASTFORWTBL, mod, 0, in dump_multicast_tables()
216 if (dump_mlid(str, sizeof str, i, nports, mft) == 0) in dump_multicast_tables()
HDsaquery.c783 offset + i, cl_ntoh16(mftr->mft[i])); in dump_one_mft_record()
/freebsd-11-stable/contrib/ofed/opensm/opensm/
HDosm_sa_mft_record.c105 osm_switch_get_mft_block(p_sw, block, position, p_rec_item->resp.mft_rec.mft); in mftr_rcv_new_mftr()
/freebsd-11-stable/contrib/ofed/opensm/include/iba/
HDib_types.h6517 ib_net16_t mft[IB_MCAST_BLOCK_SIZE]; member