Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_ath.c3243 struct ath_buf *tbf; in ath_buf_clone() local
3245 tbf = ath_getbuf(sc, in ath_buf_clone()
3248 if (tbf == NULL) in ath_buf_clone()
3252 tbf->bf_next = NULL; in ath_buf_clone()
3253 tbf->bf_nseg = bf->bf_nseg; in ath_buf_clone()
3254 tbf->bf_flags = bf->bf_flags & ATH_BUF_FLAGS_CLONE; in ath_buf_clone()
3255 tbf->bf_status = bf->bf_status; in ath_buf_clone()
3256 tbf->bf_m = bf->bf_m; in ath_buf_clone()
3257 tbf->bf_node = bf->bf_node; in ath_buf_clone()
3260 tbf->bf_lastds = NULL; in ath_buf_clone()
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dsa.c272 sa_layout_equal(sa_lot_t *tbf, sa_attr_type_t *attrs, int count) in sa_layout_equal() argument
276 if (count != tbf->lot_attr_count) in sa_layout_equal()
280 if (attrs[i] != tbf->lot_attrs[i]) in sa_layout_equal()