Searched defs:tag_owner (Results  1 – 7 of 7) sorted by relevance
| /openbmc/libmctp/tests/ | 
| H A D | test_serial.c | 50 static void rx_message(uint8_t eid __unused, bool tag_owner, uint8_t msg_tag,  in rx_message() 80 	bool tag_owner = false;  in main()  local
  | 
| H A D | test_i2c.c | 75 static void test_i2c_rxmsg(uint8_t src_eid, bool tag_owner, uint8_t msg_tag,  in test_i2c_rxmsg() 97 	const bool tag_owner = false;  in run_tx_test()  local 118 	const bool tag_owner = true;  in test_neigh_expiry()  local
  | 
| H A D | test_core.c | 48 	bool tag_owner;  member 51 static void rx_message(uint8_t eid __unused, bool tag_owner, uint8_t msg_tag,  in rx_message()
  | 
| /openbmc/libmctp/ | 
| H A D | core.c | 444 				 uint8_t msg_tag, bool tag_owner, void *buffer,  in mctp_ctrl_handle_msg() 497 		    mctp_eid_t dest, bool tag_owner, uint8_t msg_tag, void *buf,  in mctp_rx() 557 	bool tag_owner;  in mctp_bus_rx()  local 854 				  mctp_eid_t dest, bool tag_owner,  in mctp_message_tx_on_bus() 909 int mctp_message_tx_alloced(struct mctp *mctp, mctp_eid_t eid, bool tag_owner,  in mctp_message_tx_alloced() 932 int mctp_message_tx(struct mctp *mctp, mctp_eid_t eid, bool tag_owner,  in mctp_message_tx()
  | 
| H A D | control.c | 218 			  bool tag_owner, uint8_t msg_tag, const void *data,  in mctp_control_handler()
  | 
| /openbmc/libmctp/utils/ | 
| H A D | mctp-astlpc-daemon.c | 35 static void rx_message(uint8_t eid, uint8_t msg_tag, bool tag_owner, void *data,  in rx_message()
  | 
| /openbmc/libmctp/tests/fuzz/ | 
| H A D | i2c-fuzz.c | 117 static void fuzz_i2c_rxmsg(uint8_t src_eid, bool tag_owner, uint8_t msg_tag,  in fuzz_i2c_rxmsg() 162 	bool tag_owner = fuzz_chance(ctx, 50);  in do_tx()  local
  |