Lines Matching defs:pos
5021 static u32 qib_read_7322cntrs(struct qib_devdata *dd, loff_t pos, char **namep,
5028 if (pos >= ret)
5037 if (!cntr || pos >= ret) {
5056 static u32 qib_read_7322portcntrs(struct qib_devdata *dd, loff_t pos, u32 port,
5063 if (pos >= ret)
5073 if (!cntr || pos >= ret) {
8283 int ret, pos;
8290 for (pos = 0; pos < len; ++pos) {
8293 outp[pos >> 3] &= ~(1 << (pos & 7));
8294 outp[pos >> 3] |= (ret << (pos & 7));
8297 int tdi = inp[pos >> 3] >> (pos & 7);
8314 ret = pos;