Searched refs:offset_size (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/ntfs3/
H A Drun.c827 int offset_size, size_size, tmp; local
862 /* offset_size - How much bytes is packed dlcn. */
864 offset_size = 0;
869 offset_size = run_packed_size(dlcn);
873 tmp = run_buf_size - packed_size - 2 - offset_size;
883 run_buf[0] = ((u8)(size_size | (offset_size << 4)));
891 run_pack_s64(run_buf, offset_size, dlcn);
892 run_buf += offset_size;
895 packed_size += 1 + offset_size + size_size;
948 /* offset_size
949 u8 offset_size = *run_buf++ >> 4; local
1123 u8 offset_size = *run_buf++ >> 4; local
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Dqsfp.c174 u8 slave_addr, int offset, int offset_size,
182 switch (offset_size) {
199 msgs[0].len = offset_size;
222 u8 slave_addr, int offset, int offset_size,
230 switch (offset_size) {
247 msgs[0].len = offset_size;
280 int offset_size; local
284 offset_size = (i2c_addr >> 8) & 0x3;
285 return i2c_bus_write(dd, bus, slave_addr, offset, offset_size, bp, len);
319 int offset_size; local
173 i2c_bus_write(struct hfi1_devdata *dd, struct hfi1_i2c_bus *i2c, u8 slave_addr, int offset, int offset_size, u8 *data, u16 len) argument
221 i2c_bus_read(struct hfi1_devdata *dd, struct hfi1_i2c_bus *bus, u8 slave_addr, int offset, int offset_size, u8 *data, u16 len) argument
[all...]
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Db43legacy.h378 __be16 offset_size; member in struct:b43legacy_iv
H A Dmain.c1793 if (array_size < sizeof(iv->offset_size))
1795 array_size -= sizeof(iv->offset_size);
1796 offset = be16_to_cpu(iv->offset_size);
/linux-master/drivers/net/wireless/broadcom/b43/
H A Db43.h650 __be16 offset_size; member in struct:b43_iv
H A Dmain.c2767 if (array_size < sizeof(iv->offset_size))
2769 array_size -= sizeof(iv->offset_size);
2770 offset = be16_to_cpu(iv->offset_size);

Completed in 151 milliseconds