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

/freebsd-10.2-release/sys/dev/tsec/
H A Dif_tsecreg.h336 #define TSEC_TXBD_L 0x0800 /* Last in frame */ macro
H A Dif_tsec.c840 ((seg == nsegs - 1) ? TSEC_TXBD_L | TSEC_TXBD_I : 0);
1451 if ((tx_desc->flags & TSEC_TXBD_L) == 0)

Completed in 56 milliseconds