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

/freebsd-10.2-release/sys/dev/tsec/
H A Dif_tsec.h331 struct tsec_tx_fcb { struct
H A Dif_tsec.c711 struct tsec_tx_fcb *tx_fcb;
739 M_PREPEND(m0, sizeof(struct tsec_tx_fcb), M_NOWAIT);
743 tx_fcb = mtod(m0, struct tsec_tx_fcb *);

Completed in 38 milliseconds