Home
last modified time | relevance | path

Searched refs:tbf (Results 1 – 4 of 4) sorted by relevance

/linux/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
213 for leaf in "red red" "tbf tbf"; do
H A Dqos_pfc.sh192 tbf rate 200Mbit burst 131072 limit 1M
/linux/tools/testing/selftests/net/forwarding/
H A Dsch_ets.sh26 tc qdisc add dev $swp2 root handle 1: tbf \
/linux/drivers/net/wireless/ath/ath9k/
H A Dxmit.c435 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 …]