Home
last modified time | relevance | path

Searched refs:tbf (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H A Dsch_tbf_etsprio.sh17 tc qdisc replace dev $swp2 parent 10:3 handle 103: tbf \
19 tc qdisc replace dev $swp2 parent 10:2 handle 102: tbf \
28 log_info "Testing root-$QDISC_TYPE-tbf"
41 log_info "Testing root-tbf-$QDISC_TYPE"
44 tbf rate 400Mbit burst $bs limit 1M
H A Dsch_ets.sh25 tc qdisc add dev $swp2 root handle 1: tbf \
H A Dsch_tbf_root.sh15 tc qdisc replace dev $swp2 root handle 108: tbf \
H A Dsch_red.sh57 tc qdisc replace dev $h1 root handle 1: tbf \
103 tc qdisc replace dev $swp3 root handle 1: tbf \
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/
H A Dsch_offload.sh91 tbf rate 400Mbit burst 128K limit 1M
197 for leaf in "" red tbf "red tbf" "tbf red"; do
209 for leaf in red tbf; do
210 do_test_nooffload $handle $parent $cont red tbf $leaf
211 do_test_nooffload $handle $parent $cont tbf red $leaf
213 for leaf in "red red" "tbf tbf"; do
H A Dsch_ets.sh22 tc qdisc replace dev $swp2 root handle 3: tbf rate 1gbit \
H A Dqos_mc_aware.sh132 tc qdisc replace dev $swp3 root handle 3: tbf rate 1gbit \
H A Dqos_ets_strict.sh133 tc qdisc replace dev $swp3 root handle 101: tbf rate 1gbit \
H A Dqos_max_descriptors.sh139 tc qdisc replace dev $swp2 root handle 1: tbf rate $SHAPER_RATE \
H A Dsch_red_core.sh140 tc qdisc replace dev $h2 root handle 10: tbf rate 1gbit \
202 tc qdisc replace dev $intf root handle 1: tbf rate 1gbit \
H A Dqos_pfc.sh193 tbf rate 200Mbit burst 131072 limit 1M
H A Dtc_sample.sh489 tbf rate 1Mbit burst 256k limit 1M
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
H A Dsch_tbf_etsprio.sh14 tc qdisc replace dev $swp2 parent 10:3 handle 103: tbf \
16 tc qdisc replace dev $swp2 parent 10:2 handle 102: tbf \
H A Dsch_tbf_root.sh15 tc qdisc replace dev $swp2 root handle 108: tbf \
H A Dsch_ets.sh25 tc qdisc add dev $swp2 root handle 1: tbf \
H A Dsch_red.sh57 tc qdisc replace dev $h1 root handle 1: tbf \
103 tc qdisc replace dev $swp3 root handle 1: tbf \
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Drecv.c142 struct ath_rxbuf *bf, *tbf; in ath_rx_addbuffer_edma() local
149 list_for_each_entry_safe(bf, tbf, &sc->rx.rxbuf, list) in ath_rx_addbuffer_edma()
444 struct ath_rxbuf *bf, *tbf; in ath_startrecv() local
456 list_for_each_entry_safe(bf, tbf, &sc->rx.rxbuf, list) { in ath_startrecv()
729 struct ath_rxbuf *tbf; in ath_get_next_rx_buf() local
738 tbf = list_entry(bf->list.next, struct ath_rxbuf, list); in ath_get_next_rx_buf()
751 tds = tbf->bf_desc; in ath_get_next_rx_buf()
H A Dxmit.c392 struct ath_buf *tbf; in ath_clone_txbuf() local
394 tbf = ath_tx_get_buffer(sc); in ath_clone_txbuf()
395 if (WARN_ON(!tbf)) in ath_clone_txbuf()
398 ATH_TXBUF_RESET(tbf); in ath_clone_txbuf()
400 tbf->bf_mpdu = bf->bf_mpdu; in ath_clone_txbuf()
401 tbf->bf_buf_addr = bf->bf_buf_addr; in ath_clone_txbuf()
402 memcpy(tbf->bf_desc, bf->bf_desc, sc->sc_ah->caps.tx_desc_len); in ath_clone_txbuf()
403 tbf->bf_state = bf->bf_state; in ath_clone_txbuf()
404 tbf->bf_state.stale = false; in ath_clone_txbuf()
406 return tbf; in ath_clone_txbuf()
597 struct ath_buf *tbf; ath_tx_complete_aggr() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Drecv.c142 struct ath_rxbuf *bf, *tbf; in ath_rx_addbuffer_edma() local
149 list_for_each_entry_safe(bf, tbf, &sc->rx.rxbuf, list) in ath_rx_addbuffer_edma()
444 struct ath_rxbuf *bf, *tbf; in ath_startrecv() local
456 list_for_each_entry_safe(bf, tbf, &sc->rx.rxbuf, list) { in ath_startrecv()
729 struct ath_rxbuf *tbf; in ath_get_next_rx_buf() local
738 tbf = list_entry(bf->list.next, struct ath_rxbuf, list); in ath_get_next_rx_buf()
751 tds = tbf->bf_desc; in ath_get_next_rx_buf()
H A Dxmit.c439 struct ath_buf *tbf; in ath_clone_txbuf() local
441 tbf = ath_tx_get_buffer(sc); in ath_clone_txbuf()
442 if (WARN_ON(!tbf)) in ath_clone_txbuf()
445 ATH_TXBUF_RESET(tbf); in ath_clone_txbuf()
447 tbf->bf_mpdu = bf->bf_mpdu; in ath_clone_txbuf()
448 tbf->bf_buf_addr = bf->bf_buf_addr; in ath_clone_txbuf()
449 memcpy(tbf->bf_desc, bf->bf_desc, sc->sc_ah->caps.tx_desc_len); in ath_clone_txbuf()
450 tbf->bf_state = bf->bf_state; in ath_clone_txbuf()
451 tbf->bf_state.stale = false; in ath_clone_txbuf()
453 return tbf; in ath_clone_txbuf()
646 struct ath_buf *tbf; ath_tx_complete_aggr() local
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_pfc.sh194 tbf rate 200Mbit burst 131072 limit 1M

Completed in 13 milliseconds