Home
last modified time | relevance | path

Searched refs:tx_msg_downq (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/external/bsd/drm2/dist/include/drm/
Ddrm_dp_mst_helper.h636 struct list_head tx_msg_downq; member
/netbsd/src/sys/external/bsd/drm2/dist/drm/
Ddrm_dp_mst_topology.c2807 if (list_empty(&mgr->tx_msg_downq)) in process_single_down_tx_qlock()
2810 txmsg = list_first_entry(&mgr->tx_msg_downq, struct drm_dp_sideband_msg_tx, next); in process_single_down_tx_qlock()
2850 list_add_tail(&txmsg->next, &mgr->tx_msg_downq); in drm_dp_queue_down_tx()
2858 if (list_is_singular(&mgr->tx_msg_downq) && in drm_dp_queue_down_tx()
4663 if (!list_empty(&mgr->tx_msg_downq) && !mgr->is_waiting_for_dwn_reply) in drm_dp_tx_work()
5136 INIT_LIST_HEAD(&mgr->tx_msg_downq); in drm_dp_mst_topology_mgr_init()