Searched refs:opts (Results 1 – 9 of 9) sorted by relevance
146 *data++ = ctx->opts.bs; in receive_send_fc()147 *data++ = ctx->opts.stmin; in receive_send_fc()224 if (ctx->opts.bs == 0) { in receive_alloc_buffer()228 buf = receive_alloc_buffer_chain(ctx->opts.bs * in receive_alloc_buffer()257 if (ctx->opts.bs != 0) { in receive_alloc_buffer()287 if (ctx->opts.bs == 0 && in receive_state_machine()299 if (ctx->opts.bs) { in receive_state_machine()300 ctx->bs = ctx->opts.bs; in receive_state_machine()530 if (ctx->opts.bs && !--ctx->bs) { in process_cf()532 ctx->bs = ctx->opts.bs; in process_cf()[all …]
19 west [common-opts] <command> [opts] <args>23 python3 -m west [common-opts] <command> [opts] <args>
202 const struct isotp_fc_opts *opts,391 struct isotp_fc_opts opts; member417 struct isotp_fc_opts opts; member
54 for opts in [shlex.split(opt) for opt in tool_opt]:55 self._tool_opt += opts
63 for opts in [shlex.split(opt) for opt in tool_opt]:64 self.tool_opt += opts
56 for opts in [shlex.split(opt) for opt in tool_opt]:57 self.tool_opt += opts
178 struct canbus_fc_opts opts; member
769 if (ctx->opts.bs && !ctx->is_mcast && in canbus_tx_work()777 } else if (ctx->opts.stmin) { in canbus_tx_work()788 canbus_stmin_to_ticks(ctx->opts.stmin)); in canbus_tx_work()825 ctx->opts.bs = net_buf_pull_u8(buf); in canbus_process_fc_data()826 ctx->opts.stmin = net_buf_pull_u8(buf); in canbus_process_fc_data()827 ctx->act_block_nr = ctx->opts.bs; in canbus_process_fc_data()830 ctx->opts.bs, ctx->opts.stmin, ctx); in canbus_process_fc_data()
83 # application explicitly opts out with NO_QEMU_SERIAL_BT_SERVER.