Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibroute.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()
238 if (dump_mlid(str, sizeof str, i, nports, mft) == 0) in dump_multicast_tables()
H A Ddump_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()
H A Dsaquery.c783 offset + i, cl_ntoh16(mftr->mft[i])); in dump_one_mft_record()
/freebsd/contrib/bearssl/T0/
H A DWordInterpreted.cs172 bool mft = op.MayFallThrough; in AnalyseFlow()
186 mft = false; in AnalyseFlow()
219 if (!mft || !MergeSA(sa, off, c)) { in AnalyseFlow()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_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/contrib/ofed/opensm/include/iba/
H A Dib_types.h6517 ib_net16_t mft[IB_MCAST_BLOCK_SIZE]; member