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

/freebsd-10.2-release/sys/dev/tsec/
H A Dif_tsec.h339 struct tsec_rx_fcb { struct
H A Dif_tsec.c1855 struct tsec_rx_fcb rx_fcb;
1861 m_copydata(m, 0, sizeof(struct tsec_rx_fcb), (caddr_t)(&rx_fcb));
1887 m_adj(m, sizeof(struct tsec_rx_fcb));

Completed in 55 milliseconds