Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thunderbolt/
Dctl.c17 struct ctl_pkg { struct
34 struct ctl_pkg *rx_packets[TB_CTL_RX_PKG_COUNT]; argument
35 DECLARE_KFIFO(response_fifo, struct ctl_pkg*, 16);
149 static int check_header(struct ctl_pkg *pkg, u32 len, enum tb_cfg_pkg_type type, in check_header()
201 static struct tb_cfg_result decode_error(struct ctl_pkg *response) in decode_error()
222 static struct tb_cfg_result parse_header(struct ctl_pkg *pkg, u32 len, in parse_header()
295 static void tb_ctl_pkg_free(struct ctl_pkg *pkg) in tb_ctl_pkg_free()
304 static struct ctl_pkg *tb_ctl_pkg_alloc(struct tb_ctl *ctl) in tb_ctl_pkg_alloc()
306 struct ctl_pkg *pkg = kzalloc(sizeof(*pkg), GFP_KERNEL); in tb_ctl_pkg_alloc()
325 struct ctl_pkg *pkg = container_of(frame, typeof(*pkg), frame); in tb_ctl_tx_callback()
[all …]