Searched refs:tbf (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.10/tools/testing/selftests/net/forwarding/ |
| D | sch_tbf_etsprio.sh | 14 tc qdisc replace dev $swp2 parent 10:3 handle 103: tbf \ 16 tc qdisc replace dev $swp2 parent 10:2 handle 102: tbf \
|
| D | sch_tbf_root.sh | 15 tc qdisc replace dev $swp2 root handle 108: tbf \
|
| D | sch_ets.sh | 25 tc qdisc add dev $swp2 root handle 1: tbf \
|
| D | sch_red.sh | 56 tc qdisc replace dev $h1 root handle 1: tbf \ 102 tc qdisc replace dev $swp3 root handle 1: tbf \
|
| /Linux-v5.10/drivers/net/wireless/ath/ath9k/ |
| 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()
|
| D | xmit.c | 392 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() [all …]
|
| /Linux-v5.10/tools/testing/selftests/drivers/net/mlxsw/ |
| D | qos_pfc.sh | 191 tbf rate 200Mbit burst 131072 limit 1M
|