Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c616 xhci_mdb_find_t *xmf = arg; in xhci_mdb_find_endpoint_cb() local
623 if (xep->xep_num + 1 == xmf->xmf_ep) { in xhci_mdb_find_endpoint_cb()
624 xmf->xmf_addr = addr; in xhci_mdb_find_endpoint_cb()
635 xhci_mdb_find_t *xmf = arg; in xhci_mdb_find_device_cb() local
637 if (xd->xd_slot == xmf->xmf_slot) { in xhci_mdb_find_device_cb()
638 if (xmf->xmf_ep == -1) { in xhci_mdb_find_device_cb()
639 xmf->xmf_addr = addr; in xhci_mdb_find_device_cb()
644 xmf, addr) == -1) { in xhci_mdb_find_device_cb()
661 xhci_mdb_find_t xmf; in xhci_mdb_find() local
676 xmf.xmf_slot = (int)slot; in xhci_mdb_find()
[all …]