Searched refs:ctl_pkg (Results 1 – 5 of 5) sorted by relevance
42 struct ctl_pkg *rx_packets[TB_CTL_RX_PKG_COUNT];159 tb_cfg_request_find(struct tb_ctl *ctl, struct ctl_pkg *pkg) in tb_cfg_request_find()181 static int check_header(const struct ctl_pkg *pkg, u32 len, in check_header()319 static void tb_ctl_pkg_free(struct ctl_pkg *pkg) in tb_ctl_pkg_free()328 static struct ctl_pkg *tb_ctl_pkg_alloc(struct tb_ctl *ctl) in tb_ctl_pkg_alloc()330 struct ctl_pkg *pkg = kzalloc(sizeof(*pkg), GFP_KERNEL); in tb_ctl_pkg_alloc()364 struct ctl_pkg *pkg; in tb_ctl_tx()394 struct ctl_pkg *pkg, size_t size) in tb_ctl_handle_event()399 static void tb_ctl_rx_submit(struct ctl_pkg *pkg) in tb_ctl_rx_submit()409 static int tb_async_error(const struct ctl_pkg *pkg) in tb_async_error()[all …]
46 struct ctl_pkg { struct87 const struct ctl_pkg *pkg);88 bool (*copy)(struct tb_cfg_request *req, const struct ctl_pkg *pkg);
66 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()
64 const struct ctl_pkg *pkg) in tb_xdomain_match()97 const struct ctl_pkg *pkg) in tb_xdomain_copy()
271 const struct ctl_pkg *pkg) in icm_match()284 static bool icm_copy(struct tb_cfg_request *req, const struct ctl_pkg *pkg) in icm_copy()
Completed in 17 milliseconds