Home
last modified time | relevance | path

Searched refs:ctl_pkg (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/thunderbolt/
Dctl.c31 struct ctl_pkg *rx_packets[TB_CTL_RX_PKG_COUNT];
147 tb_cfg_request_find(struct tb_ctl *ctl, struct ctl_pkg *pkg) in tb_cfg_request_find()
169 static int check_header(const struct ctl_pkg *pkg, u32 len, in check_header()
219 static struct tb_cfg_result decode_error(const struct ctl_pkg *response) in decode_error()
245 static struct tb_cfg_result parse_header(const struct ctl_pkg *pkg, u32 len, in parse_header()
307 static void tb_ctl_pkg_free(struct ctl_pkg *pkg) in tb_ctl_pkg_free()
316 static struct ctl_pkg *tb_ctl_pkg_alloc(struct tb_ctl *ctl) in tb_ctl_pkg_alloc()
318 struct ctl_pkg *pkg = kzalloc(sizeof(*pkg), GFP_KERNEL); in tb_ctl_pkg_alloc()
337 struct ctl_pkg *pkg = container_of(frame, typeof(*pkg), frame); in tb_ctl_tx_callback()
352 struct ctl_pkg *pkg; in tb_ctl_tx()
[all …]
Dctl.h47 struct ctl_pkg { struct
88 const struct ctl_pkg *pkg);
89 bool (*copy)(struct tb_cfg_request *req, const struct ctl_pkg *pkg);
Ddma_port.c66 const struct ctl_pkg *pkg) in dma_port_match()
82 static bool dma_port_copy(struct tb_cfg_request *req, const struct ctl_pkg *pkg) in dma_port_copy()
Dxdomain.c49 const struct ctl_pkg *pkg) in tb_xdomain_match()
82 const struct ctl_pkg *pkg) in tb_xdomain_copy()
Dicm.c255 const struct ctl_pkg *pkg) in icm_match()
268 static bool icm_copy(struct tb_cfg_request *req, const struct ctl_pkg *pkg) in icm_copy()