Searched refs:tx_bd_flags (Results 1 – 2 of 2) sorted by relevance
7512 txbd->tx_bd_flags = htole16(flags); 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()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()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()10068 printf("SW_OPTION=%d", ((txbd->tx_bd_flags & in bce_dump_txbd()[all …]
1140 u16 tx_bd_flags; member