Searched refs:txbd (Results 1 – 1 of 1) sorted by relevance
3969 struct tx_bd *txbd; in bce_init_tx_chain() local3993 txbd = &txr->tx_bd_chain[i][USABLE_TX_BD_PER_PAGE]; in bce_init_tx_chain()4001 txbd->tx_bd_haddr_hi = in bce_init_tx_chain()4003 txbd->tx_bd_haddr_lo = in bce_init_tx_chain()4840 struct tx_bd *txbd = NULL; in bce_encap() local4900 txbd = in bce_encap()4905 txbd->tx_bd_mss_nbytes = htole32(mss << 16) | in bce_encap()4907 txbd->tx_bd_vlan_tag = htole16(vlan_tag); in bce_encap()4908 txbd->tx_bd_flags = htole16(flags); in bce_encap()4912 txbd->tx_bd_flags |= htole16(TX_BD_FLAGS_START); in bce_encap()[all …]