Searched refs:tb_xdp_fill_header (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/drivers/thunderbolt/ |
D | xdomain.c | 228 static inline void tb_xdp_fill_header(struct tb_xdp_header *hdr, u64 route, in tb_xdp_fill_header() function 271 tb_xdp_fill_header(&req.hdr, route, retry % 4, UUID_REQUEST, in tb_xdp_uuid_request() 298 tb_xdp_fill_header(&res.hdr, route, sequence, UUID_RESPONSE, in tb_xdp_uuid_response() 315 tb_xdp_fill_header(&res.hdr, route, sequence, ERROR_RESPONSE, in tb_xdp_error_response() 340 tb_xdp_fill_header(&req.hdr, route, retry % 4, PROPERTIES_REQUEST, in tb_xdp_properties_request() 450 tb_xdp_fill_header(&res->hdr, xd->route, sequence, PROPERTIES_RESPONSE, in tb_xdp_properties_response() 476 tb_xdp_fill_header(&req.hdr, route, retry % 4, in tb_xdp_properties_changed_request() 497 tb_xdp_fill_header(&res.hdr, route, sequence, in tb_xdp_properties_changed_response() 512 tb_xdp_fill_header(&req.hdr, route, sequence, LINK_STATE_STATUS_REQUEST, in tb_xdp_link_state_status_request() 546 tb_xdp_fill_header(&res.hdr, xd->route, sequence, in tb_xdp_link_state_status_response() [all …]
|