Home
last modified time | relevance | path

Searched refs:remote_state (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/rpmsg/
H A Dqcom_smd.c207 enum smd_channel_state remote_state; member
579 int remote_state; in qcom_smd_channel_intr() local
585 remote_state = GET_RX_CHANNEL_INFO(channel, state); in qcom_smd_channel_intr()
586 if (remote_state != channel->remote_state) { in qcom_smd_channel_intr()
587 channel->remote_state = remote_state; in qcom_smd_channel_intr()
835 channel->remote_state == SMD_CHANNEL_OPENING || in qcom_smd_channel_open()
836 channel->remote_state == SMD_CHANNEL_OPENED, in qcom_smd_channel_open()
847 channel->remote_state == SMD_CHANNEL_OPENED, in qcom_smd_channel_open()
1279 unsigned remote_state; in qcom_channel_state_worker() local
1295 remote_state = GET_RX_CHANNEL_INFO(channel, state); in qcom_channel_state_worker()
[all …]
/linux/drivers/scsi/qla2xxx/
H A Dqla_edif_bsg.h118 uint8_t remote_state; member
H A Dqla_edif.c1038 app_reply->ports[pcnt].remote_state = in qla_edif_app_getfcinfo()