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

  /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 17 milliseconds