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

/freebsd-9.3-release/sys/dev/tsec/
H A Dif_tsec.c703 struct tsec_tx_fcb *tx_fcb; local
735 tx_fcb = mtod(m0, struct tsec_tx_fcb *);
736 tx_fcb->flags = 0;
737 tx_fcb->l3_offset = ETHER_HDR_LEN;
738 tx_fcb->l4_offset = sizeof(struct ip);
741 tx_fcb->flags |= TSEC_TX_FCB_IP4 |
745 tx_fcb->flags |= TSEC_TX_FCB_TCP |
749 tx_fcb->flags |= TSEC_TX_FCB_UDP |

Completed in 149 milliseconds