Searched refs:tb_xdp_fill_header (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/thunderbolt/ |
D | xdomain.c | 187 static inline void tb_xdp_fill_header(struct tb_xdp_header *hdr, u64 route, in tb_xdp_fill_header() function 234 tb_xdp_fill_header(&req.hdr, route, retry % 4, UUID_REQUEST, in tb_xdp_uuid_request() 259 tb_xdp_fill_header(&res.hdr, route, sequence, UUID_RESPONSE, in tb_xdp_uuid_response() 276 tb_xdp_fill_header(&res.hdr, route, sequence, ERROR_RESPONSE, in tb_xdp_error_response() 301 tb_xdp_fill_header(&req.hdr, route, retry % 4, PROPERTIES_REQUEST, in tb_xdp_properties_request() 413 tb_xdp_fill_header(&res->hdr, route, sequence, PROPERTIES_RESPONSE, in tb_xdp_properties_response() 439 tb_xdp_fill_header(&req.hdr, route, retry % 4, in tb_xdp_properties_changed_request() 460 tb_xdp_fill_header(&res.hdr, route, sequence, in tb_xdp_properties_changed_response()
|