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

  /src/sys/external/bsd/drm2/dist/drm/
drm_dp_mst_topology.c 1218 mstb->tx_slots[txmsg->seqno] = NULL;
2709 if (mstb->tx_slots[0] && mstb->tx_slots[1]) {
2713 if (mstb->tx_slots[0] == NULL && mstb->tx_slots[1] == NULL) {
2716 } else if (mstb->tx_slots[0] == NULL)
2720 mstb->tx_slots[txmsg->seqno] = txmsg;
2821 txmsg->dst->tx_slots[txmsg->seqno] = NULL;
2841 ARRAY_SIZE(txmsg->dst->tx_slots));
2842 txmsg->dst->tx_slots[txmsg->seqno] = NULL
    [all...]
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_dp_mst_helper.h 177 * @tx_slots: transmission slots for this device.
237 struct drm_dp_sideband_msg_tx *tx_slots[2]; member in struct:drm_dp_mst_branch
  /src/sys/dev/pci/
if_mcx.c 2333 struct mcx_slot *tx_slots; member in struct:mcx_tx
6839 ms = &tx->tx_slots[slot];
7263 tx->tx_slots = kmem_zalloc(sizeof(*ms) * (1 << MCX_LOG_SQ_SIZE),
7267 ms = &tx->tx_slots[i];
7296 mcx_free_slots(sc, tx->tx_slots, i, (1 << MCX_LOG_SQ_SIZE));
7297 tx->tx_slots = NULL;
7591 if (tx->tx_slots != NULL) {
7592 mcx_free_slots(sc, tx->tx_slots,
7594 tx->tx_slots = NULL;
7845 ms = &tx->tx_slots[idx]
    [all...]

Completed in 19 milliseconds