Lines Matching defs:pkg
167 tb_cfg_request_find(struct tb_ctl *ctl, struct ctl_pkg *pkg) in tb_cfg_request_find()
188 static int check_header(const struct ctl_pkg *pkg, u32 len, in check_header()
240 struct cfg_error_pkg *pkg = response->buffer; in decode_error() local
256 static struct tb_cfg_result parse_header(const struct ctl_pkg *pkg, u32 len, in parse_header()
318 static void tb_ctl_pkg_free(struct ctl_pkg *pkg) in tb_ctl_pkg_free()
329 struct ctl_pkg *pkg = kzalloc(sizeof(*pkg), GFP_KERNEL); in tb_ctl_pkg_alloc() local
348 struct ctl_pkg *pkg = container_of(frame, typeof(*pkg), frame); in tb_ctl_tx_callback() local
363 struct ctl_pkg *pkg; in tb_ctl_tx() local
396 struct ctl_pkg *pkg, size_t size) in tb_ctl_handle_event()
402 static void tb_ctl_rx_submit(struct ctl_pkg *pkg) in tb_ctl_rx_submit()
412 static int tb_async_error(const struct ctl_pkg *pkg) in tb_async_error()
441 struct ctl_pkg *pkg = container_of(frame, typeof(*pkg), frame); in tb_ctl_rx_callback() local
768 struct cfg_ack_pkg pkg = { in tb_cfg_ack_notification() local
830 struct cfg_error_pkg pkg = { in tb_cfg_ack_plug() local
843 const struct ctl_pkg *pkg) in tb_cfg_match()
869 static bool tb_cfg_copy(struct tb_cfg_request *req, const struct ctl_pkg *pkg) in tb_cfg_copy()