Home
last modified time | relevance | path

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

/src/sys/dev/tsec/
H A Dif_tsec.h256 struct tsec_tx_fcb { struct
H A Dif_tsec.c717 struct tsec_tx_fcb *tx_fcb; in tsec_start_locked()
749 M_PREPEND(m0, sizeof(struct tsec_tx_fcb), M_NOWAIT); in tsec_start_locked()
765 tx_fcb = mtod(m0, struct tsec_tx_fcb *); in tsec_start_locked()