Searched refs:tx_bd_flags (Results 1 – 2 of 2) sorted by relevance
6823 DBRUNIF((!(txbd->tx_bd_flags & TX_BD_FLAGS_END)), in bce_tx_intr()7353 txbd->tx_bd_flags = htole16(flags); in bce_tx_encap()7356 txbd->tx_bd_flags |= htole16(TX_BD_FLAGS_START); in bce_tx_encap()7361 txbd->tx_bd_flags |= htole16(TX_BD_FLAGS_END); in bce_tx_encap()9802 txbd->tx_bd_vlan_tag, txbd->tx_bd_flags); in bce_dump_txbd()9804 if (txbd->tx_bd_flags & TX_BD_FLAGS_CONN_FAULT) { in bce_dump_txbd()9811 if (txbd->tx_bd_flags & TX_BD_FLAGS_TCP_UDP_CKSUM) { in bce_dump_txbd()9818 if (txbd->tx_bd_flags & TX_BD_FLAGS_IP_CKSUM) { in bce_dump_txbd()9825 if (txbd->tx_bd_flags & TX_BD_FLAGS_VLAN_TAG) { in bce_dump_txbd()9832 if (txbd->tx_bd_flags & TX_BD_FLAGS_COAL_NOW) { in bce_dump_txbd()[all …]
1103 u16 tx_bd_flags; member