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

/freebsd-12-stable/sys/dev/tsec/
H A Dif_tsec.h258 struct tsec_tx_fcb { struct
H A Dif_tsec.c728 struct tsec_tx_fcb *tx_fcb;
761 M_PREPEND(m0, sizeof(struct tsec_tx_fcb), M_NOWAIT);
777 tx_fcb = mtod(m0, struct tsec_tx_fcb *);

Completed in 110 milliseconds