| /f-stack/freebsd/netgraph/bluetooth/drivers/ubt/ |
| H A D | ng_ubt_intel.c | 89 struct ubt_hci_event_command_compl *evt; in ubt_intel_check_firmware_state() local 98 evt = (struct ubt_hci_event_command_compl *)buf; in ubt_intel_check_firmware_state() 99 evt->header.length = UBT_INTEL_VER_LEN; in ubt_intel_check_firmware_state() 101 error = ubt_do_hci_request(udev, &cmd, evt, UBT_INTEL_HCICMD_TIMEOUT); in ubt_intel_check_firmware_state() 105 return (evt->header.event == NG_HCI_EVENT_COMMAND_COMPL && in ubt_intel_check_firmware_state() 106 evt->header.length == UBT_INTEL_VER_LEN && in ubt_intel_check_firmware_state() 107 evt->data[4] == 0x23); in ubt_intel_check_firmware_state()
|
| H A D | ng_ubt_var.h | 103 #define UBT_HCI_EVENT_SIZE(evt) \ argument 104 ((evt)->header.length + offsetof(struct ubt_hci_event, data))
|
| H A D | ng_ubt.c | 525 void *evt, usb_timeout_t timeout) in ubt_do_hci_request() argument 554 if (evt == NULL) in ubt_do_hci_request() 561 &ubt_probe_config, 1, evt, &mtx); in ubt_do_hci_request() 566 if (msleep_sbt(evt, &mtx, 0, "ubt pb", SBT_1MS * timeout, in ubt_do_hci_request() 810 struct ubt_hci_event *evt = usbd_xfer_softc(xfer); in ubt_probe_intr_callback() local 818 if (actlen > UBT_HCI_EVENT_SIZE(evt)) in ubt_probe_intr_callback() 819 actlen = UBT_HCI_EVENT_SIZE(evt); in ubt_probe_intr_callback() 821 usbd_copy_out(pc, 0, evt, actlen); in ubt_probe_intr_callback() 823 wakeup(evt); in ubt_probe_intr_callback()
|
| /f-stack/freebsd/amd64/vmm/amd/ |
| H A D | amdvi_hw.c | 636 switch (evt->opcode) { in amdvi_decode_evt() 638 amdvi_decode_inv_dte_evt(evt->devid, evt->pasid_domid, in amdvi_decode_evt() 639 evt->addr, evt->flag); in amdvi_decode_evt() 643 amdvi_decode_pf_evt(evt->devid, evt->pasid_domid, in amdvi_decode_evt() 644 evt->addr, evt->flag); in amdvi_decode_evt() 648 amdvi_decode_dte_hwerr_evt(evt->devid, evt->pasid_domid, in amdvi_decode_evt() 649 evt->addr, evt->flag); in amdvi_decode_evt() 653 amdvi_decode_page_hwerr_evt(evt->devid, evt->pasid_domid, in amdvi_decode_evt() 654 evt->addr, evt->flag); in amdvi_decode_evt() 669 evt->devid, evt->addr); in amdvi_decode_evt() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/timer/ |
| H A D | fsl,ftm-timer.txt | 12 o "ftm-evt" 14 o "ftm-evt-counter-en" 24 clock-names = "ftm-evt", "ftm-src", 25 "ftm-evt-counter-en", "ftm-src-counter-en";
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_cpr.c | 298 bool evt = 0; in bnxt_event_hwrm_resp_handler() local 302 return evt; in bnxt_event_hwrm_resp_handler() 312 evt = 1; in bnxt_event_hwrm_resp_handler() 317 evt = 1; in bnxt_event_hwrm_resp_handler() 325 return evt; in bnxt_event_hwrm_resp_handler()
|
| H A D | bnxt_rxr.c | 837 bool evt = false; in bnxt_recv_pkts() local 885 evt = in bnxt_recv_pkts() 894 if (nb_rx_pkts == nb_pkts || evt) in bnxt_recv_pkts() 902 if (!nb_rx_pkts && !nb_rep_rx_pkts && !evt) { in bnxt_recv_pkts()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | davinci-mcasp-audio.txt | 31 - tx-num-evt : FIFO levels. 32 - rx-num-evt : FIFO levels. 83 tx-num-evt = <1>; 84 rx-num-evt = <1>;
|
| /f-stack/freebsd/arm64/iommu/ |
| H A D | smmu.c | 412 smmu_evtq_dequeue(struct smmu_softc *sc, uint32_t *evt) in smmu_evtq_dequeue() argument 422 memcpy(evt, entry_addr, EVTQ_ENTRY_DWORDS * 8); in smmu_evtq_dequeue() 428 smmu_print_event(struct smmu_softc *sc, uint32_t *evt) in smmu_print_event() argument 440 event_id = evt[0] & 0xff; in smmu_print_event() 448 sid = evt[1]; in smmu_print_event() 449 input_addr = evt[5]; in smmu_print_event() 451 input_addr |= evt[4]; in smmu_print_event() 468 device_printf(sc->dev, "evt[%d] %x\n", i, evt[i]); in smmu_print_event() 1052 uint32_t evt[EVTQ_ENTRY_DWORDS * 2]; in smmu_event_intr() local 1058 smmu_evtq_dequeue(sc, evt); in smmu_event_intr() [all …]
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | am335x-boneblack-common.dtsi | 130 tx-num-evt = <32>; 131 rx-num-evt = <32>;
|
| H A D | am335x-wega.dtsi | 57 tx-num-evt = <16>; 58 rt-num-evt = <16>;
|
| H A D | dra7-evm-common.dtsi | 244 tx-num-evt = <32>; 245 rx-num-evt = <32>;
|
| H A D | da850-lcdk.dts | 318 tx-num-evt = <32>; 319 rx-num-evt = <32>;
|
| H A D | da850-evm.dts | 403 tx-num-evt = <32>; 404 rx-num-evt = <32>;
|
| H A D | am57xx-beagle-x15-common.dtsi | 618 tx-num-evt = <32>; 619 rx-num-evt = <32>;
|
| H A D | am335x-osd3358-sm-red.dts | 184 tx-num-evt = <32>; 185 rx-num-evt = <32>;
|
| H A D | am335x-cm-t335.dts | 488 tx-num-evt = <1>; 489 rx-num-evt = <1>;
|
| H A D | dra72-evm-common.dtsi | 583 tx-num-evt = <32>; 584 rx-num-evt = <32>;
|
| H A D | am335x-pepper.dts | 170 tx-num-evt = <1>; 171 rx-num-evt = <1>;
|
| H A D | am335x-sl50.dts | 552 tx-num-evt = <32>; 553 rx-num-evt = <32>;
|
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx6_sdma.c | 212 int evt, int host, int dsp) in sdma_overrides() argument 218 if (evt) in sdma_overrides()
|
| H A D | imx51_ipuv3reg.h | 431 #define IPU_DC_RL(chan_base, evt) ((chan_base) + (evt / 2) *0x4) argument
|
| /f-stack/freebsd/netinet/ |
| H A D | toecore.c | 405 toe_lle_event(void *arg __unused, struct llentry *lle, int evt) in toe_lle_event() argument 438 if (evt != LLENTRY_RESOLVED) { in toe_lle_event()
|
| H A D | if_ether.c | 292 int evt; in arptimer() local 295 evt = LLENTRY_EXPIRED; in arptimer() 297 evt = LLENTRY_TIMEDOUT; in arptimer() 298 EVENTHANDLER_INVOKE(lle_event, lle, evt); in arptimer()
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/ti/ |
| H A D | k3-j721e-common-proc-board.dts | 649 tx-num-evt = <0>; 650 rx-num-evt = <0>;
|