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

/freebsd-13-stable/sys/dev/ath/
H A Dif_ath.c3196 struct ath_buf *tbf; local
3198 tbf = ath_getbuf(sc,
3201 if (tbf == NULL)
3205 tbf->bf_next = NULL;
3206 tbf->bf_nseg = bf->bf_nseg;
3207 tbf->bf_flags = bf->bf_flags & ATH_BUF_FLAGS_CLONE;
3208 tbf->bf_status = bf->bf_status;
3209 tbf->bf_m = bf->bf_m;
3210 tbf->bf_node = bf->bf_node;
3213 tbf
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dsa.c271 sa_layout_equal(sa_lot_t *tbf, sa_attr_type_t *attrs, int count) argument
275 if (count != tbf->lot_attr_count)
279 if (attrs[i] != tbf->lot_attrs[i])

Completed in 208 milliseconds