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

/freebsd-current/sys/dev/bce/
H A Dif_bce.c6830 DBRUNIF((!(txbd->tx_bd_flags & TX_BD_FLAGS_END)),
7360 txbd->tx_bd_flags = htole16(flags);
7363 txbd->tx_bd_flags |= htole16(TX_BD_FLAGS_START);
7368 txbd->tx_bd_flags |= htole16(TX_BD_FLAGS_END);
9809 txbd->tx_bd_vlan_tag, txbd->tx_bd_flags);
9811 if (txbd->tx_bd_flags & TX_BD_FLAGS_CONN_FAULT) {
9818 if (txbd->tx_bd_flags & TX_BD_FLAGS_TCP_UDP_CKSUM) {
9825 if (txbd->tx_bd_flags & TX_BD_FLAGS_IP_CKSUM) {
9832 if (txbd->tx_bd_flags & TX_BD_FLAGS_VLAN_TAG) {
9839 if (txbd->tx_bd_flags
[all...]
H A Dif_bcereg.h1103 u16 tx_bd_flags; member in struct:tx_bd

Completed in 206 milliseconds