Searched refs:vlnt (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | chip.c | 7010 dp->vlnt[2 * i] = byte & 0xf; in get_sc2vlnt() 7011 dp->vlnt[(2 * i) + 1] = (byte & 0xf0) >> 4; in get_sc2vlnt() 7018 dp->vlnt[16 + (2 * i)] = byte & 0xf; in get_sc2vlnt() 7019 dp->vlnt[16 + (2 * i) + 1] = (byte & 0xf0) >> 4; in get_sc2vlnt() 7039 0, dp->vlnt[0] & 0xf, in set_sc2vlnt() 7040 1, dp->vlnt[1] & 0xf, in set_sc2vlnt() 7041 2, dp->vlnt[2] & 0xf, in set_sc2vlnt() 7042 3, dp->vlnt[3] & 0xf, in set_sc2vlnt() 7043 4, dp->vlnt[4] & 0xf, in set_sc2vlnt() 7044 5, dp->vlnt[5] & 0xf, in set_sc2vlnt() [all …]
|
D | mad.h | 309 u8 vlnt[32]; /* 5 bit VL, 3 bits reserved */ member
|