Searched refs:xmf (Results 1 – 1 of 1) sorted by relevance
616 xhci_mdb_find_t *xmf = arg; in xhci_mdb_find_endpoint_cb() local623 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() local637 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() local676 xmf.xmf_slot = (int)slot; in xhci_mdb_find()[all …]