HomeSort by: relevance | last modified time | path
    Searched refs:tx_msg_downq (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_dp_mst_helper.h 623 * @qlock: protects @tx_msg_downq, the &drm_dp_mst_branch.txslost and
634 * @tx_msg_downq: List of pending down replies.
636 struct list_head tx_msg_downq; member in struct:drm_dp_mst_topology_mgr
  /src/sys/external/bsd/drm2/dist/drm/
drm_dp_mst_topology.c 2807 if (list_empty(&mgr->tx_msg_downq))
2810 txmsg = list_first_entry(&mgr->tx_msg_downq, struct drm_dp_sideband_msg_tx, next);
2850 list_add_tail(&txmsg->next, &mgr->tx_msg_downq);
2858 if (list_is_singular(&mgr->tx_msg_downq) &&
4663 if (!list_empty(&mgr->tx_msg_downq) && !mgr->is_waiting_for_dwn_reply)
5136 INIT_LIST_HEAD(&mgr->tx_msg_downq);

Completed in 26 milliseconds