Searched refs:tb_xdp_error_response (Results  1 – 2 of 2) sorted by relevance
| /Linux-v6.6/drivers/thunderbolt/ | 
| D | tb_msgs.h | 552 struct tb_xdp_error_response {  struct563 		struct tb_xdp_error_response err;  argument
 584 		struct tb_xdp_error_response err;
 598 		struct tb_xdp_error_response err;
 618 		struct tb_xdp_error_response err;
 648 		struct tb_xdp_error_response err;
 
 | 
| D | xdomain.c | 243 static int tb_xdp_handle_error(const struct tb_xdp_error_response *res)  in tb_xdp_handle_error()309 static int tb_xdp_error_response(struct tb_ctl *ctl, u64 route, u8 sequence,  in tb_xdp_error_response()  function
 312 	struct tb_xdp_error_response res;  in tb_xdp_error_response()
 428 		tb_xdp_error_response(ctl, xd->route, sequence,  in tb_xdp_properties_response()
 752 		tb_xdp_error_response(ctl, route, sequence, ERROR_NOT_READY);  in tb_xdp_handle_request()
 808 			tb_xdp_error_response(ctl, route, sequence,  in tb_xdp_handle_request()
 827 			tb_xdp_error_response(ctl, route, sequence,  in tb_xdp_handle_request()
 834 		tb_xdp_error_response(ctl, route, sequence,  in tb_xdp_handle_request()
 
 |