Searched refs:I2O_CMD_LCT_NOTIFY (Results 1 – 4 of 4) sorted by relevance
400 msg->u.head[1] = cpu_to_le32(I2O_CMD_LCT_NOTIFY << 24 | HOST_TID << 12 | in i2o_exec_lct_notify()484 if ((le32_to_cpu(msg->u.head[1]) >> 24) == I2O_CMD_LCT_NOTIFY) { in i2o_exec_reply()554 cpu_to_le32(I2O_CMD_LCT_NOTIFY << 24 | HOST_TID << 12 | in i2o_exec_lct_get()
309 case I2O_CMD_LCT_NOTIFY: in i2o_report_exec_cmd()
239 #define I2O_CMD_LCT_NOTIFY 0xA2 macro
3119 msg[1] = I2O_CMD_LCT_NOTIFY<<24 | HOST_TID<<12 | ADAPTER_TID; in adpt_i2o_lct_get()