Lines Matching refs:config
45 struct mod_transport_channel_config *config; member
105 ((channel_ctx->config->policies & MOD_TRANSPORT_POLICY_SECURE) != in transport_get_secure()
141 channel_ctx->config->transport_type != in transport_get_message_header()
169 channel_ctx->config->transport_type != in transport_get_payload()
195 channel_ctx->config->transport_type != in transport_write_payload()
228 transport_type = channel_ctx->config->transport_type; in transport_respond()
235 channel_ctx->config->out_band_mailbox_address); in transport_respond()
284 buffer, channel_ctx->config->driver_id); in transport_respond()
294 channel_ctx->config->driver_id); in transport_respond()
317 transport_type = channel_ctx->config->transport_type; in transport_transmit()
324 channel_ctx->config->out_band_mailbox_address); in transport_transmit()
369 channel_ctx->out, channel_ctx->config->driver_id); in transport_transmit()
379 channel_ctx->config->driver_id); in transport_transmit()
410 channel_ctx->config->transport_type == in transport_trigger_interrupt()
414 channel_ctx->config->driver_id); in transport_trigger_interrupt()
456 channel_ctx->config->transport_type == in transport_get_fch()
461 channel_ctx->config->driver_id, fch); in transport_get_fch()
479 channel_ctx->config->transport_type == in transport_fch_register_callback()
484 channel_ctx->config->driver_id, param, fch_callback); in transport_fch_register_callback()
501 transport_type = channel_ctx->config->transport_type; in transport_message_handler()
513 channel_ctx->config->out_band_mailbox_address); in transport_message_handler()
515 if (channel_ctx->config->channel_type == in transport_message_handler()
533 channel_ctx->config->channel_type == in transport_message_handler()
567 in, channel_ctx->config->driver_id); in transport_message_handler()
608 channel_ctx->config->out_band_mailbox_address); in transport_message_handler()
657 if (channel_ctx->config->transport_type == in transport_signal_message()
667 if (channel_ctx->config->transport_type == in transport_signal_message()
687 if ((channel_ctx->config->policies & MOD_TRANSPORT_POLICY_INIT_MAILBOX) != in transport_mailbox_init()
692 if (channel_ctx->config->channel_type == in transport_mailbox_init()
696 channel_ctx->config->out_band_mailbox_address) = in transport_mailbox_init()
739 channel_ctx->config = (struct mod_transport_channel_config *)data; in transport_channel_init()
742 if ((channel_ctx->config->channel_type >= in transport_channel_init()
744 (channel_ctx->config->transport_type >= in transport_channel_init()
751 if ((channel_ctx->config->transport_type == in transport_channel_init()
753 ((channel_ctx->config->out_band_mailbox_address == 0) || in transport_channel_init()
754 (channel_ctx->config->out_band_mailbox_size == 0))) { in transport_channel_init()
761 if ((channel_ctx->config->transport_type == in transport_channel_init()
763 (channel_ctx->config->in_band_mailbox_size == 0)) { in transport_channel_init()
770 switch (channel_ctx->config->transport_type) { in transport_channel_init()
773 fwk_mm_alloc(1, channel_ctx->config->out_band_mailbox_size); in transport_channel_init()
775 fwk_mm_alloc(1, channel_ctx->config->out_band_mailbox_size); in transport_channel_init()
777 channel_ctx->config->out_band_mailbox_size - in transport_channel_init()
784 fwk_mm_alloc(1, channel_ctx->config->in_band_mailbox_size); in transport_channel_init()
786 fwk_mm_alloc(1, channel_ctx->config->in_band_mailbox_size); in transport_channel_init()
788 channel_ctx->config->in_band_mailbox_size - in transport_channel_init()
829 channel_ctx->config->driver_id, in transport_bind()
830 channel_ctx->config->driver_api_id, in transport_bind()
847 if (channel_ctx->config->transport_type == in transport_bind()
872 channel_ctx->config->signal_api_id, in transport_bind()
917 if (fwk_id_get_module_idx(channel_ctx->config->driver_id) == in transport_process_bind_request()
919 fwk_id_get_element_idx(channel_ctx->config->driver_id) == in transport_process_bind_request()
971 if (channel_ctx->config->transport_type == in transport_start()
977 channel_ctx->config->pd_source_id, in transport_start()