Searched refs:tx_le (Results 1 – 2 of 2) sorted by relevance
847 txd->tx_le = &rd->msk_tx_ring[i]; in msk_init_tx_ring()2593 struct msk_tx_desc *tx_le; in msk_encap() local2734 tx_le = NULL; in msk_encap()2743 tx_le = &sc_if->msk_rdata.msk_tx_ring[prod]; in msk_encap()2744 tx_le->msk_addr = htole32(tso_mtu); in msk_encap()2746 tx_le->msk_control = htole32(OP_MSS | HW_OWNER); in msk_encap()2748 tx_le->msk_control = in msk_encap()2758 if (tx_le == NULL) { in msk_encap()2759 tx_le = &sc_if->msk_rdata.msk_tx_ring[prod]; in msk_encap()2760 tx_le->msk_addr = htole32(0); in msk_encap()[all …]
2365 struct msk_tx_desc *tx_le; member