Searched refs:tx_bd_flags (Results 1 – 2 of 2) sorted by relevance
7374 txbd->tx_bd_flags = htole16(flags); in bce_tx_encap()7382 txbd->tx_bd_flags |= htole16(TX_BD_FLAGS_END); in bce_tx_encap()9823 txbd->tx_bd_vlan_tag, txbd->tx_bd_flags); in bce_dump_txbd()9839 if (txbd->tx_bd_flags & TX_BD_FLAGS_IP_CKSUM) { in bce_dump_txbd()9846 if (txbd->tx_bd_flags & TX_BD_FLAGS_VLAN_TAG) { in bce_dump_txbd()9853 if (txbd->tx_bd_flags & TX_BD_FLAGS_COAL_NOW) { in bce_dump_txbd()9867 if (txbd->tx_bd_flags & TX_BD_FLAGS_START) { in bce_dump_txbd()9874 if (txbd->tx_bd_flags & TX_BD_FLAGS_END) { in bce_dump_txbd()9881 if (txbd->tx_bd_flags & TX_BD_FLAGS_SW_LSO) { in bce_dump_txbd()9891 printf("SW_OPTION=%d", ((txbd->tx_bd_flags & in bce_dump_txbd()[all …]
1105 u16 tx_bd_flags; member