Lines Matching refs:pkg
29 struct tb_xdp_header *pkg; member
51 const struct ctl_pkg *pkg) in tb_xdomain_match() argument
53 switch (pkg->frame.eof) { in tb_xdomain_match()
58 const struct tb_xdp_header *res_hdr = pkg->buffer; in tb_xdomain_match()
61 if (pkg->frame.size < req->response_size / 4) in tb_xdomain_match()
84 const struct ctl_pkg *pkg) in tb_xdomain_copy() argument
86 memcpy(req->response, pkg->buffer, req->response_size); in tb_xdomain_copy()
465 const struct tb_xdp_header *pkg = xw->pkg; in tb_xdp_handle_request() local
466 const struct tb_xdomain_header *xhdr = &pkg->xd_hdr; in tb_xdp_handle_request()
490 switch (pkg->type) { in tb_xdp_handle_request()
493 (const struct tb_xdp_properties *)pkg); in tb_xdp_handle_request()
498 (const struct tb_xdp_properties_changed *)pkg; in tb_xdp_handle_request()
524 pkg->type); in tb_xdp_handle_request()
528 kfree(xw->pkg); in tb_xdp_handle_request()
543 xw->pkg = kmemdup(hdr, size, GFP_KERNEL); in tb_xdp_schedule_request()