Searched refs:tb_xdp_fill_header (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/thunderbolt/ |
| D | xdomain.c | 202 static inline void tb_xdp_fill_header(struct tb_xdp_header *hdr, u64 route, in tb_xdp_fill_header() function 249 tb_xdp_fill_header(&req.hdr, route, retry % 4, UUID_REQUEST, in tb_xdp_uuid_request() 274 tb_xdp_fill_header(&res.hdr, route, sequence, UUID_RESPONSE, in tb_xdp_uuid_response() 291 tb_xdp_fill_header(&res.hdr, route, sequence, ERROR_RESPONSE, in tb_xdp_error_response() 316 tb_xdp_fill_header(&req.hdr, route, retry % 4, PROPERTIES_REQUEST, in tb_xdp_properties_request() 427 tb_xdp_fill_header(&res->hdr, xd->route, sequence, PROPERTIES_RESPONSE, in tb_xdp_properties_response() 453 tb_xdp_fill_header(&req.hdr, route, retry % 4, in tb_xdp_properties_changed_request() 474 tb_xdp_fill_header(&res.hdr, route, sequence, in tb_xdp_properties_changed_response()
|