Lines Matching defs:pkg
149 static int check_header(struct ctl_pkg *pkg, u32 len, enum tb_cfg_pkg_type type, in check_header()
203 struct cfg_error_pkg *pkg = response->buffer; in decode_error() local
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()
306 struct ctl_pkg *pkg = kzalloc(sizeof(*pkg), GFP_KERNEL); in tb_ctl_pkg_alloc() local
325 struct ctl_pkg *pkg = container_of(frame, typeof(*pkg), frame); in tb_ctl_tx_callback() local
340 struct ctl_pkg *pkg; in tb_ctl_tx() local
372 struct cfg_event_pkg *pkg = response->buffer; in tb_ctl_handle_plug_event() local
387 static void tb_ctl_rx_submit(struct ctl_pkg *pkg) in tb_ctl_rx_submit()
400 struct ctl_pkg *pkg = container_of(frame, typeof(*pkg), frame); in tb_ctl_rx_callback() local
445 struct ctl_pkg *pkg; in tb_ctl_rx() local
580 struct cfg_error_pkg pkg = { in tb_cfg_error() local