Lines Matching refs:tx_bd_flags
6975 DBRUNIF((!(txbd->tx_bd_flags & TX_BD_FLAGS_END)), in bce_tx_intr()
7512 txbd->tx_bd_flags = htole16(flags); in bce_tx_encap()
7515 txbd->tx_bd_flags |= htole16(TX_BD_FLAGS_START); in bce_tx_encap()
7520 txbd->tx_bd_flags |= htole16(TX_BD_FLAGS_END); in bce_tx_encap()
10000 txbd->tx_bd_vlan_tag, txbd->tx_bd_flags); in bce_dump_txbd()
10002 if (txbd->tx_bd_flags & TX_BD_FLAGS_CONN_FAULT) { in bce_dump_txbd()
10009 if (txbd->tx_bd_flags & TX_BD_FLAGS_TCP_UDP_CKSUM) { in bce_dump_txbd()
10016 if (txbd->tx_bd_flags & TX_BD_FLAGS_IP_CKSUM) { in bce_dump_txbd()
10023 if (txbd->tx_bd_flags & TX_BD_FLAGS_VLAN_TAG) { in bce_dump_txbd()
10030 if (txbd->tx_bd_flags & TX_BD_FLAGS_COAL_NOW) { in bce_dump_txbd()
10037 if (txbd->tx_bd_flags & TX_BD_FLAGS_DONT_GEN_CRC) { in bce_dump_txbd()
10044 if (txbd->tx_bd_flags & TX_BD_FLAGS_START) { in bce_dump_txbd()
10051 if (txbd->tx_bd_flags & TX_BD_FLAGS_END) { in bce_dump_txbd()
10058 if (txbd->tx_bd_flags & TX_BD_FLAGS_SW_LSO) { in bce_dump_txbd()
10065 if (txbd->tx_bd_flags & TX_BD_FLAGS_SW_OPTION_WORD) { in bce_dump_txbd()
10068 printf("SW_OPTION=%d", ((txbd->tx_bd_flags & in bce_dump_txbd()
10072 if (txbd->tx_bd_flags & TX_BD_FLAGS_SW_FLAGS) { in bce_dump_txbd()
10079 if (txbd->tx_bd_flags & TX_BD_FLAGS_SW_SNAP) { in bce_dump_txbd()