Searched refs:tbf (Results 1 – 1 of 1) sorted by relevance
3251 struct ath_buf *tbf; in ath_buf_clone() local3253 tbf = ath_getbuf(sc, in ath_buf_clone()3256 if (tbf == NULL) in ath_buf_clone()3260 tbf->bf_next = NULL; in ath_buf_clone()3261 tbf->bf_nseg = bf->bf_nseg; in ath_buf_clone()3262 tbf->bf_flags = bf->bf_flags & ATH_BUF_FLAGS_CLONE; in ath_buf_clone()3263 tbf->bf_status = bf->bf_status; in ath_buf_clone()3264 tbf->bf_m = bf->bf_m; in ath_buf_clone()3265 tbf->bf_node = bf->bf_node; in ath_buf_clone()3268 tbf->bf_lastds = NULL; in ath_buf_clone()[all …]