Home
last modified time | relevance | path

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

/openbmc/btbridge/
H A Dbtbridged.c316 if (!bt_msg) { in method_send_message()
328 bt_msg->rsp.cc = cc; in method_send_message()
349 if (!bt_msg) in bt_host_write()
371 data[1] = (bt_msg->rsp.netfn << 2) | (bt_msg->rsp.lun & 0x3); in bt_host_write()
382 memcpy(data + 5, bt_msg->rsp.data, bt_msg->rsp.data_len); in bt_host_write()
388 if (bt_msg->call) { in bt_host_write()
417 if (bt_msg->call) { in bt_host_write()
591 if (!bt_msg) { in dispatch_bt()
600 "out to %s", bt_msg->rsp.seq, bt_msg->rsp.netfn, bt_msg->rsp.lun, in dispatch_bt()
601 bt_msg->rsp.cmd, bt_msg->rsp.cc, BT_BMC_PATH); in dispatch_bt()
[all …]