Home
last modified time | relevance | path

Searched refs:offset_bytes (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/infiniband/hw/hfi1/
H A Dqsfp.c179 u8 offset_bytes[2]; in i2c_bus_write() local
191 offset_bytes[1] = (offset >> 8) & 0xff; in i2c_bus_write()
195 offset_bytes[0] = offset & 0xff; in i2c_bus_write()
200 msgs[0].buf = offset_bytes; in i2c_bus_write()
227 u8 offset_bytes[2]; in i2c_bus_read() local
239 offset_bytes[1] = (offset >> 8) & 0xff; in i2c_bus_read()
243 offset_bytes[0] = offset & 0xff; in i2c_bus_read()
248 msgs[0].buf = offset_bytes; in i2c_bus_read()
/linux/drivers/scsi/leapraid/
H A Dleapraid_app.c139 u32 offset_bytes, in leapraid_ctl_validate_sge_offset() argument
164 if (offset_bytes > LEAPRAID_REQUEST_SIZE - sge_bytes) { in leapraid_ctl_validate_sge_offset()
167 __func__, offset_bytes, req->func); in leapraid_ctl_validate_sge_offset()