Searched +full:priorities +full:- +full:map +full:- +full:tc (Results 1 – 3 of 3) sorted by relevance
4 * SPDX-License-Identifier: Apache-2.050 bool net_tc_submit_to_tx_queue(uint8_t tc, struct net_pkt *pkt) in net_tc_submit_to_tx_queue() argument55 submit_to_queue(&tx_classes[tc].fifo, pkt); in net_tc_submit_to_tx_queue()57 ARG_UNUSED(tc); in net_tc_submit_to_tx_queue()63 void net_tc_submit_to_rx_queue(uint8_t tc, struct net_pkt *pkt) in net_tc_submit_to_rx_queue() argument68 submit_to_queue(&rx_classes[tc].fifo, pkt); in net_tc_submit_to_rx_queue()70 ARG_UNUSED(tc); in net_tc_submit_to_rx_queue()110 #define BASE_PRIO_TX (CONFIG_NET_TC_NUM_PRIORITIES - 1)112 #define BASE_PRIO_TX (CONFIG_NET_TC_TX_COUNT - 1)115 #define PRIO_TX(i, _) (BASE_PRIO_TX - i)[all …]
6 # SPDX-License-Identifier: Apache-2.061 module-dep = NET_LOG62 module-str = Log level for PMTU63 module-help = Enables PMTU to output debug messages.80 Enables TCP/IP stack to be offload to a co-processor.92 module-dep = NET_LOG93 module-str = Log level for offload layer94 module-help = Enables offload layer to output debug messages.136 Connect to host system via Qemu's built-in User Networking support. This149 information etc. This string is appended to the QEMU "-net user" option.[all …]
2 # SPDX - License - Identifier : Apache - 2.09 - name: reset-device.yaml10 - name: ethernet-controller.yaml17 max-frame-size:23 means that normally xgmac will reject any frame above max-frame-size27 max-speed:30 - 1031 - 10032 - 100033 - 2500[all …]