Searched refs:tbf (Results 1 – 4 of 4) sorted by relevance
91 tbf rate 400Mbit burst 128K limit 1M197 for leaf in "" red tbf "red tbf" "tbf red"; do213 for leaf in "red red" "tbf tbf"; do
192 tbf rate 200Mbit burst 131072 limit 1M
26 tc qdisc add dev $swp2 root handle 1: tbf \
435 struct ath_buf *tbf; in ath_clone_txbuf() local437 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 …]