Searched +full:txq +full:- +full:size (Results 1 – 4 of 4) sorted by relevance
2 # SPDX - License - Identifier : Apache - 2.09 - name: reset-device.yaml10 - name: ethernet-controller.yaml17 max-frame-size:21 Maximum ethernet frame size. The current ethernet frame sizes23 means that normally xgmac will reject any frame above max-frame-size27 max-speed:30 - 1031 - 10032 - 1000[all …]
7 * SPDX-License-Identifier: Apache-2.026 /* 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 bit55 * [14] Start-of-frame bit78 /* Transmit Buffer Descriptor bits & masks: comp. Zynq-7000 TRM, Table 16-3. */86 * exhausted mid-frame116 * Zynq-7000 TX clock configuration:130 * https://www.xilinx.com/html_docs/registers/ug1087/ug1087-zynq-ultrascale-registers.html[all …]
5 * Copyright (c) 2021-2024 Nordic Semiconductor ASA7 * SPDX-License-Identifier: Apache-2.051 #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 …]
9 * SPDX-License-Identifier: Apache-2.022 * - The application has explicitly configured the stack to connect to the device,26 * - The stack uses this connection context for automatic connection establishment68 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; member259 * - Peripheral delayed connection update.260 * - Initiator connect create cancel.[all …]