Lines Matching defs:remote_state
183 * @remote_state: remote state of the channel
207 enum smd_channel_state remote_state;
579 int remote_state;
585 remote_state = GET_RX_CHANNEL_INFO(channel, state);
586 if (remote_state != channel->remote_state) {
587 channel->remote_state = remote_state;
835 channel->remote_state == SMD_CHANNEL_OPENING ||
836 channel->remote_state == SMD_CHANNEL_OPENED,
847 channel->remote_state == SMD_CHANNEL_OPENED,
1279 unsigned remote_state;
1295 remote_state = GET_RX_CHANNEL_INFO(channel, state);
1296 if (remote_state != SMD_CHANNEL_OPENING &&
1297 remote_state != SMD_CHANNEL_OPENED &&
1319 remote_state = GET_RX_CHANNEL_INFO(channel, state);
1320 if (remote_state == SMD_CHANNEL_OPENING ||
1321 remote_state == SMD_CHANNEL_OPENED)