Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/
H A Ddrm_dp_mst_topology.c830 mstb->tx_slots[txmsg->seqno] = NULL; in drm_dp_mst_wait_tx_reply()
894 if (mstb->tx_slots[0]) { in drm_dp_destroy_mst_branch_device()
896 mstb->tx_slots[0] = NULL; in drm_dp_destroy_mst_branch_device()
899 if (mstb->tx_slots[1]) { in drm_dp_destroy_mst_branch_device()
901 mstb->tx_slots[1] = NULL; in drm_dp_destroy_mst_branch_device()
1455 if (mstb->tx_slots[0] && mstb->tx_slots[1]) { in set_hdr_from_dst_qlock()
1459 if (mstb->tx_slots[0] == NULL && mstb->tx_slots[1] == NULL) { in set_hdr_from_dst_qlock()
1462 } else if (mstb->tx_slots[0] == NULL) in set_hdr_from_dst_qlock()
1466 mstb->tx_slots[txmsg->seqno] = txmsg; in set_hdr_from_dst_qlock()
2328 txmsg = mstb->tx_slots[slot]; in drm_dp_mst_handle_down_rep()
[all …]
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_dp_mst_helper.h137 struct drm_dp_sideband_msg_tx *tx_slots[2]; member