Home
last modified time | relevance | path

Searched +full:txq +full:- +full:size (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/dts/bindings/ethernet/
Dsnps,dwcxgmac.yaml2 # SPDX - License - Identifier : Apache - 2.0
9 - name: reset-device.yaml
10 - name: ethernet-controller.yaml
17 max-frame-size:
21 Maximum ethernet frame size. The current ethernet frame sizes
23 means that normally xgmac will reject any frame above max-frame-size
27 max-speed:
30 - 10
31 - 100
32 - 1000
[all …]
/Zephyr-latest/drivers/ethernet/
Deth_xlnx_gem_priv.h7 * SPDX-License-Identifier: Apache-2.0
26 /* Receive Buffer Descriptor bits & masks: comp. Zynq-7000 TRM, Table 16-2. */
30 * [31 .. 02] Mask for effective buffer address -> excludes [1..0]
47 * [23 .. 22] These bits have different semantics depending on whether RX check-
54 * [15] End-of-frame bit
55 * [14] Start-of-frame bit
78 /* Transmit Buffer Descriptor bits & masks: comp. Zynq-7000 TRM, Table 16-3. */
86 * exhausted mid-frame
116 * Zynq-7000 TX clock configuration:
130 * https://www.xilinx.com/html_docs/registers/ug1087/ug1087-zynq-ultrascale-registers.html
[all …]
/Zephyr-latest/subsys/bluetooth/host/
Diso.c5 * Copyright (c) 2021-2024 Nordic Semiconductor ASA
7 * SPDX-License-Identifier: Apache-2.0
51 #define iso_chan(_iso) ((_iso)->iso.chan);
100 struct bt_iso_chan *chan = iso->iso.chan; in bt_iso_sent_cb()
105 ops = chan->ops; in bt_iso_sent_cb()
107 if (!err && ops != NULL && ops->sent != NULL) { in bt_iso_sent_cb()
108 ops->sent(chan); in bt_iso_sent_cb()
122 if (buf->len < sizeof(*hdr)) { in hci_iso()
123 LOG_ERR("Invalid HCI ISO packet size (%u)", buf->len); in hci_iso()
129 len = bt_iso_hdr_len(sys_le16_to_cpu(hdr->len)); in hci_iso()
[all …]
Dconn_internal.h9 * SPDX-License-Identifier: Apache-2.0
22 * - The application has explicitly configured the stack to connect to the device,
26 * - The stack uses this connection context for automatic connection establishment
68 BT_CONN_AUTO_INIT_PROCEDURES_DONE, /* Auto-initiated procedures have run */
79 BT_CONN_AUTO_VERSION_INFO, /* Auto-initiated LE version done */
87 /* Total number of flags - must be at the end of the enum */
112 * Available after `atomic_test_bit(conn->flags, BT_CONN_LE_FEATURES_EXCHANGED)`.
186 struct k_fifo txq; member
259 * - Peripheral delayed connection update.
260 * - Initiator connect create cancel.
[all …]