Home
last modified time | relevance | path

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

/freebsd-src/usr.sbin/bhyve/
H A Dpci_xhci.c343 static void pci_xhci_dump_trb(struct xhci_trb *trb);
935 struct xhci_trb *trb) in pci_xhci_cmd_address_device()
944 input_ctx = XHCI_GADDR(sc, trb->qwTrb0 & ~0xFUL); in pci_xhci_cmd_address_device()
1022 struct xhci_trb *trb) in pci_xhci_cmd_config_ep()
1040 if ((trb->dwTrb3 & XHCI_TRB_3_DCEP_BIT) != 0) { in pci_xhci_cmd_config_ep()
1094 input_ctx = XHCI_GADDR(sc, trb->qwTrb0 & ~0xFUL); in pci_xhci_cmd_config_ep()
1145 struct xhci_trb *trb) in pci_xhci_cmd_reset_ep()
1154 epid = XHCI_TRB_3_EP_GET(trb->dwTrb3); in pci_xhci_cmd_reset_ep()
1165 type = XHCI_TRB_3_TYPE_GET(trb->dwTrb3); in pci_xhci_cmd_reset_ep()
1168 (trb in pci_xhci_cmd_reset_ep()
928 pci_xhci_cmd_address_device(struct pci_xhci_softc * sc,uint32_t slot,struct xhci_trb * trb) pci_xhci_cmd_address_device() argument
1009 pci_xhci_cmd_config_ep(struct pci_xhci_softc * sc,uint32_t slot,struct xhci_trb * trb) pci_xhci_cmd_config_ep() argument
1126 pci_xhci_cmd_reset_ep(struct pci_xhci_softc * sc,uint32_t slot,struct xhci_trb * trb) pci_xhci_cmd_reset_ep() argument
1219 pci_xhci_cmd_set_tr(struct pci_xhci_softc * sc,uint32_t slot,struct xhci_trb * trb) pci_xhci_cmd_set_tr() argument
1298 pci_xhci_cmd_eval_ctx(struct pci_xhci_softc * sc,uint32_t slot,struct xhci_trb * trb) pci_xhci_cmd_eval_ctx() argument
1372 struct xhci_trb *trb; pci_xhci_complete_commands() local
1504 pci_xhci_dump_trb(struct xhci_trb * trb) pci_xhci_dump_trb() argument
1549 struct xhci_trb *trb; pci_xhci_xfer_complete() local
1711 pci_xhci_handle_transfer(struct pci_xhci_softc * sc,struct pci_xhci_dev_emu * dev,struct pci_xhci_dev_ep * devep,struct xhci_endp_ctx * ep_ctx,struct xhci_trb * trb,uint32_t slot,uint32_t epid,uint64_t addr,uint32_t ccs,uint32_t streamid) pci_xhci_handle_transfer() argument
1909 struct xhci_trb *trb; pci_xhci_device_doorbell() local
[all...]
H A Dpci_xhci.h343 struct xhci_trb trb[(XHCI_MAX_STREAMS * member
/freebsd-src/sys/dev/usb/controller/
H A Dxhci.c179 xhci_dump_trb(struct xhci_trb *trb) in xhci_dump_trb() argument
181 DPRINTFN(5, "trb = %p\n", trb); in xhci_dump_trb()
182 DPRINTFN(5, "qwTrb0 = 0x%016llx\n", (long long)le64toh(trb->qwTrb0)); in xhci_dump_trb()
183 DPRINTFN(5, "dwTrb2 = 0x%08x\n", le32toh(trb->dwTrb2)); in xhci_dump_trb()
184 DPRINTFN(5, "dwTrb3 = 0x%08x\n", le32toh(trb->dwTrb3)); in xhci_dump_trb()
852 xhci_check_transfer(struct xhci_softc *sc, struct xhci_trb *trb) in xhci_check_transfer() argument
867 td_event = le64toh(trb->qwTrb0); in xhci_check_transfer()
868 temp = le32toh(trb->dwTrb2); in xhci_check_transfer()
873 temp = le32toh(trb->dwTrb3); in xhci_check_transfer()
1017 xhci_check_command(struct xhci_softc *sc, struct xhci_trb *trb) in xhci_check_command() argument
[all …]
H A Dxhci.h354 struct xhci_trb trb[(XHCI_MAX_STREAMS * member
392 struct xhci_trb trb; member
414 struct xhci_trb *trb; member
/freebsd-src/crypto/openssh/
H A Dkrl.c167 struct revoked_blob *rb, *trb; in ssh_krl_free() local
174 RB_FOREACH_SAFE(rb, revoked_blob_tree, &krl->revoked_keys, trb) { in ssh_krl_free()
179 RB_FOREACH_SAFE(rb, revoked_blob_tree, &krl->revoked_sha1s, trb) { in ssh_krl_free()
184 RB_FOREACH_SAFE(rb, revoked_blob_tree, &krl->revoked_sha256s, trb) { in ssh_krl_free()
/freebsd-src/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmac.c1965 u32 trb; in mt7915_mac_severe_check() local
1974 trb = mt76_rr(dev, MT_TRB_RXPSR0(phy->mt76->band_idx)); in mt7915_mac_severe_check()
1976 if ((FIELD_GET(MT_TRB_RXPSR0_RX_RMAC_PTR, trb) != in mt7915_mac_severe_check()
1977 FIELD_GET(MT_TRB_RXPSR0_RX_WTBL_PTR, trb)) && in mt7915_mac_severe_check()
1980 trb == phy->trb_ts) in mt7915_mac_severe_check()
1984 phy->trb_ts = trb; in mt7915_mac_severe_check()