Searched refs:IB_MLIDS_IN_BLOCK (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | ibroute.c | 91 #define IB_MLIDS_IN_BLOCK (IB_SMP_DATA_SIZE/2) macro 94 uint16_t mft[16][IB_MLIDS_IN_BLOCK]) in dump_mlid() argument 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… 209 startblock = startlid / IB_MLIDS_IN_BLOCK; in dump_multicast_tables() 210 lastblock = endlid / IB_MLIDS_IN_BLOCK; in dump_multicast_tables() 214 mod = (block - IB_MIN_MCAST_LID / IB_MLIDS_IN_BLOCK) in dump_multicast_tables() 230 i = block * IB_MLIDS_IN_BLOCK; in dump_multicast_tables() 231 e = i + IB_MLIDS_IN_BLOCK; in dump_multicast_tables()
|
H A D | dump_fts.c | 66 #define IB_MLIDS_IN_BLOCK (IB_SMP_DATA_SIZE/2) macro 69 uint16_t mft[16][IB_MLIDS_IN_BLOCK]) in dump_mlid() argument 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… 185 startblock = startlid / IB_MLIDS_IN_BLOCK; in dump_multicast_tables() 186 lastblock = endlid / IB_MLIDS_IN_BLOCK; in dump_multicast_tables() 190 mod = (block - IB_MIN_MCAST_LID / IB_MLIDS_IN_BLOCK) in dump_multicast_tables() 208 i = block * IB_MLIDS_IN_BLOCK; in dump_multicast_tables() 209 e = i + IB_MLIDS_IN_BLOCK; in dump_multicast_tables()
|