Searched refs:tb_xdp_error_response (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/thunderbolt/ |
D | tb_msgs.h | 542 struct tb_xdp_error_response { struct 553 struct tb_xdp_error_response err; argument 574 struct tb_xdp_error_response err; 588 struct tb_xdp_error_response err; 608 struct tb_xdp_error_response err; 638 struct tb_xdp_error_response err;
|
D | xdomain.c | 242 static int tb_xdp_handle_error(const struct tb_xdp_error_response *res) in tb_xdp_handle_error() 308 static int tb_xdp_error_response(struct tb_ctl *ctl, u64 route, u8 sequence, in tb_xdp_error_response() function 311 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() 732 tb_xdp_error_response(ctl, route, sequence, ERROR_NOT_READY); in tb_xdp_handle_request() 779 tb_xdp_error_response(ctl, route, sequence, in tb_xdp_handle_request() 798 tb_xdp_error_response(ctl, route, sequence, in tb_xdp_handle_request() 805 tb_xdp_error_response(ctl, route, sequence, in tb_xdp_handle_request()
|