Home
last modified time | relevance | path

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

/drivers/gpu/drm/
Ddrm_dp_mst_topology.c855 struct drm_dp_sideband_msg_tx *txmsg) in check_txmsg_state() argument
864 state = READ_ONCE(txmsg->state); in check_txmsg_state()
870 struct drm_dp_sideband_msg_tx *txmsg) in drm_dp_mst_wait_tx_reply() argument
876 check_txmsg_state(mgr, txmsg), in drm_dp_mst_wait_tx_reply()
880 if (txmsg->state == DRM_DP_SIDEBAND_TX_TIMEOUT) { in drm_dp_mst_wait_tx_reply()
885 DRM_DEBUG_KMS("timedout msg send %p %d %d\n", txmsg, txmsg->state, txmsg->seqno); in drm_dp_mst_wait_tx_reply()
891 if (txmsg->state == DRM_DP_SIDEBAND_TX_QUEUED || in drm_dp_mst_wait_tx_reply()
892 txmsg->state == DRM_DP_SIDEBAND_TX_START_SEND) { in drm_dp_mst_wait_tx_reply()
893 list_del(&txmsg->next); in drm_dp_mst_wait_tx_reply()
896 if (txmsg->state == DRM_DP_SIDEBAND_TX_START_SEND || in drm_dp_mst_wait_tx_reply()
[all …]
/drivers/hsi/clients/
Dcmt_speech.c320 struct hsi_msg *txmsg, *rxmsg; in cs_hsi_alloc_data() local
332 txmsg = hsi_alloc_msg(1, GFP_KERNEL); in cs_hsi_alloc_data()
333 if (!txmsg) { in cs_hsi_alloc_data()
337 txmsg->channel = cs_char_data.channel_id_data; in cs_hsi_alloc_data()
338 txmsg->destructor = cs_hsi_data_destructor; in cs_hsi_alloc_data()
339 txmsg->context = hi; in cs_hsi_alloc_data()
342 hi->data_tx_msg = txmsg; in cs_hsi_alloc_data()
694 struct hsi_msg *txmsg; in cs_hsi_write_on_data() local
718 txmsg = hi->data_tx_msg; in cs_hsi_write_on_data()
719 sg_init_one(txmsg->sgt.sgl, address, hi->buf_size); in cs_hsi_write_on_data()
[all …]
/drivers/s390/net/
Dnetiucv.c710 struct iucv_message txmsg; in conn_action_txdone() local
770 txmsg.class = 0; in conn_action_txdone()
771 txmsg.tag = 0; in conn_action_txdone()
772 rc = iucv_message_send(conn->path, &txmsg, 0, 0, in conn_action_txdone()