Searched refs:rq_sa (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/ipmi/ |
H A D | ipmb_dev_int.c | 44 u8 rq_sa; member 121 * subtract 1 byte (rq_sa) from the length of the msg passed to in ipmb_i2c_write() 139 u8 rq_sa, netf_rq_lun, msg_len; in ipmb_write() local 153 rq_sa = GET_7BIT_ADDR(msg[RQ_SA_8BIT_IDX]); in ipmb_write() 158 ret = ipmb_i2c_write(ipmb_dev->client, msg, rq_sa); in ipmb_write() 163 * subtract rq_sa and netf_rq_lun from the length of the msg passed to in ipmb_write() 172 ret = i2c_smbus_xfer(ipmb_dev->client->adapter, rq_sa, in ipmb_write()
|
/kernel/linux/linux-6.6/drivers/char/ipmi/ |
H A D | ipmb_dev_int.c | 44 u8 rq_sa; member 121 * subtract 1 byte (rq_sa) from the length of the msg passed to in ipmb_i2c_write() 139 u8 rq_sa, netf_rq_lun, msg_len; in ipmb_write() local 153 rq_sa = GET_7BIT_ADDR(msg[RQ_SA_8BIT_IDX]); in ipmb_write() 158 ret = ipmb_i2c_write(ipmb_dev->client, msg, rq_sa); in ipmb_write() 163 * subtract rq_sa and netf_rq_lun from the length of the msg. Fill the in ipmb_write() 171 temp_client->addr = rq_sa; in ipmb_write()
|
Completed in 2 milliseconds