Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/display/
Ddrm_dp_mst_topology.c688 const struct drm_dp_sideband_msg_tx *txmsg) in drm_dp_mst_dump_sideband_msg_tx() argument
695 drm_dp_mst_rad_to_str(txmsg->dst->rad, txmsg->dst->lct, buf, in drm_dp_mst_dump_sideband_msg_tx()
698 txmsg->cur_offset, txmsg->cur_len, txmsg->seqno, in drm_dp_mst_dump_sideband_msg_tx()
699 drm_dp_mst_sideband_tx_state_str(txmsg->state), in drm_dp_mst_dump_sideband_msg_tx()
700 txmsg->path_msg, buf); in drm_dp_mst_dump_sideband_msg_tx()
702 ret = drm_dp_decode_sideband_req(txmsg, &req); in drm_dp_mst_dump_sideband_msg_tx()
1238 struct drm_dp_sideband_msg_tx *txmsg) in check_txmsg_state() argument
1247 state = READ_ONCE(txmsg->state); in check_txmsg_state()
1253 struct drm_dp_sideband_msg_tx *txmsg) in drm_dp_mst_wait_tx_reply() argument
1275 check_txmsg_state(mgr, txmsg), in drm_dp_mst_wait_tx_reply()
[all …]
/linux-6.6.21/drivers/gpu/drm/tests/
Ddrm_dp_mst_helper_test.c369 struct drm_dp_sideband_msg_tx *txmsg; in drm_test_dp_mst_sideband_msg_req_decode() local
379 txmsg = kunit_kzalloc(test, sizeof(*txmsg), GFP_KERNEL); in drm_test_dp_mst_sideband_msg_req_decode()
380 KUNIT_ASSERT_NOT_NULL(test, txmsg); in drm_test_dp_mst_sideband_msg_req_decode()
382 drm_dp_encode_sideband_req(in, txmsg); in drm_test_dp_mst_sideband_msg_req_decode()
383 KUNIT_EXPECT_GE_MSG(test, drm_dp_decode_sideband_req(txmsg, out), 0, in drm_test_dp_mst_sideband_msg_req_decode()
/linux-6.6.21/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 …]
/linux-6.6.21/net/iucv/
Daf_iucv.c906 struct iucv_message txmsg = {0}; in iucv_sock_sendmsg() local
966 memcpy(&txmsg.class, in iucv_sock_sendmsg()
1023 txmsg.tag = iucv->send_tag++; in iucv_sock_sendmsg()
1024 IUCV_SKB_CB(skb)->tag = txmsg.tag; in iucv_sock_sendmsg()
1028 err = afiucv_hs_send(&txmsg, sk, skb, 0); in iucv_sock_sendmsg()
1039 err = iucv_send_iprm(iucv->path, &txmsg, skb); in iucv_sock_sendmsg()
1072 err = pr_iucv->message_send(iucv->path, &txmsg, in iucv_sock_sendmsg()
1076 err = pr_iucv->message_send(iucv->path, &txmsg, in iucv_sock_sendmsg()
1398 struct iucv_message txmsg; in iucv_sock_shutdown() local
1421 txmsg.class = 0; in iucv_sock_shutdown()
[all …]
/linux-6.6.21/drivers/s390/net/
Dnetiucv.c670 struct iucv_message txmsg; in conn_action_txdone() local
730 txmsg.class = 0; in conn_action_txdone()
731 txmsg.tag = 0; in conn_action_txdone()
732 rc = iucv_message_send(conn->path, &txmsg, 0, 0, in conn_action_txdone()