Lines Matching refs:tx_bd_flags
6824 DBRUNIF((!(txbd->tx_bd_flags & TX_BD_FLAGS_END)), in bce_tx_intr()
7354 txbd->tx_bd_flags = htole16(flags); in bce_tx_encap()
7357 txbd->tx_bd_flags |= htole16(TX_BD_FLAGS_START); in bce_tx_encap()
7362 txbd->tx_bd_flags |= htole16(TX_BD_FLAGS_END); in bce_tx_encap()
9803 txbd->tx_bd_vlan_tag, txbd->tx_bd_flags); in bce_dump_txbd()
9805 if (txbd->tx_bd_flags & TX_BD_FLAGS_CONN_FAULT) { in bce_dump_txbd()
9812 if (txbd->tx_bd_flags & TX_BD_FLAGS_TCP_UDP_CKSUM) { in bce_dump_txbd()
9819 if (txbd->tx_bd_flags & TX_BD_FLAGS_IP_CKSUM) { in bce_dump_txbd()
9826 if (txbd->tx_bd_flags & TX_BD_FLAGS_VLAN_TAG) { in bce_dump_txbd()
9833 if (txbd->tx_bd_flags & TX_BD_FLAGS_COAL_NOW) { in bce_dump_txbd()
9840 if (txbd->tx_bd_flags & TX_BD_FLAGS_DONT_GEN_CRC) { in bce_dump_txbd()
9847 if (txbd->tx_bd_flags & TX_BD_FLAGS_START) { in bce_dump_txbd()
9854 if (txbd->tx_bd_flags & TX_BD_FLAGS_END) { in bce_dump_txbd()
9861 if (txbd->tx_bd_flags & TX_BD_FLAGS_SW_LSO) { in bce_dump_txbd()
9868 if (txbd->tx_bd_flags & TX_BD_FLAGS_SW_OPTION_WORD) { in bce_dump_txbd()
9871 printf("SW_OPTION=%d", ((txbd->tx_bd_flags & in bce_dump_txbd()
9875 if (txbd->tx_bd_flags & TX_BD_FLAGS_SW_FLAGS) { in bce_dump_txbd()
9882 if (txbd->tx_bd_flags & TX_BD_FLAGS_SW_SNAP) { in bce_dump_txbd()