Searched refs:tb_xdp_error_response (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
D | xdomain.c | 204 const struct tb_xdp_error_response *error; in tb_xdp_handle_error() 209 error = (const struct tb_xdp_error_response *)hdr; in tb_xdp_handle_error() 270 static int tb_xdp_error_response(struct tb_ctl *ctl, u64 route, u8 sequence, in tb_xdp_error_response() function 273 struct tb_xdp_error_response res; in tb_xdp_error_response() 391 tb_xdp_error_response(ctl, route, sequence, in tb_xdp_properties_response() 577 tb_xdp_error_response(ctl, route, sequence, ERROR_NOT_READY); in tb_xdp_handle_request() 617 tb_xdp_error_response(ctl, route, sequence, in tb_xdp_handle_request()
|
D | tb_msgs.h | 566 struct tb_xdp_error_response { struct
|