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