Searched refs:tbf (Results 1 – 15 of 15) sorted by relevance
| /linux/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | sch_offload.sh | 91 tbf rate 400Mbit burst 128K limit 1M 197 for leaf in "" red tbf "red tbf" "tbf red"; do 213 for leaf in "red red" "tbf tbf"; do
|
| H A D | sch_ets.sh | 22 tc qdisc replace dev $swp2 root handle 3: tbf rate 1gbit \
|
| H A D | qos_max_descriptors.sh | 145 tc qdisc replace dev $swp2 root handle 1: tbf rate $SHAPER_RATE \
|
| H A D | sch_red_core.sh | 143 tc qdisc replace dev $h2 root handle 10: tbf rate 200mbit \ 213 tc qdisc replace dev $intf root handle 1: tbf rate 200mbit \
|
| H A D | qos_ets_strict.sh | 131 tc qdisc replace dev $swp3 root handle 101: tbf rate 1gbit \
|
| H A D | qos_mc_aware.sh | 130 tc qdisc replace dev $swp3 root handle 3: tbf rate 1gbit \
|
| H A D | qos_pfc.sh | 192 tbf rate 200Mbit burst 131072 limit 1M
|
| H A D | tc_sample.sh | 489 tbf rate 1Mbit burst 256k limit 1M
|
| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | sch_tbf_etsprio.sh | 17 tc qdisc replace dev $swp2 parent 10:3 handle 103: tbf \ 19 tc qdisc replace dev $swp2 parent 10:2 handle 102: tbf \ 45 tbf rate 400Mbit burst $bs limit 1M
|
| H A D | sch_ets.sh | 26 tc qdisc add dev $swp2 root handle 1: tbf \
|
| H A D | sch_tbf_root.sh | 15 tc qdisc replace dev $swp2 root handle 108: tbf \
|
| H A D | sch_red.sh | 60 tc qdisc replace dev $h1 root handle 1: tbf \ 104 tc qdisc replace dev $swp3 root handle 1: tbf \
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | recv.c | 142 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 D | xmit.c | 435 struct ath_buf *tbf; in ath_clone_txbuf() local 437 tbf = ath_tx_get_buffer(sc); in ath_clone_txbuf() 438 if (WARN_ON(!tbf)) in ath_clone_txbuf() 441 ATH_TXBUF_RESET(tbf); in ath_clone_txbuf() 443 tbf->bf_mpdu = bf->bf_mpdu; in ath_clone_txbuf() 444 tbf->bf_buf_addr = bf->bf_buf_addr; in ath_clone_txbuf() 445 memcpy(tbf->bf_desc, bf->bf_desc, sc->sc_ah->caps.tx_desc_len); in ath_clone_txbuf() 446 tbf->bf_state = bf->bf_state; in ath_clone_txbuf() 447 tbf->bf_state.stale = false; in ath_clone_txbuf() 449 return tbf; in ath_clone_txbuf() [all …]
|
| /linux/Documentation/userspace-api/netlink/ |
| H A D | netlink-raw.rst | 170 members of ``struct tc-tbf-qopt``. 175 name: tc-tbf-qopt
|