Searched refs:tx_le (Results 1 – 2 of 2) sorted by relevance
848 txd->tx_le = &rd->msk_tx_ring[i]; in msk_init_tx_ring()2634 struct msk_tx_desc *tx_le; in msk_encap() local2775 tx_le = NULL; in msk_encap()2784 tx_le = &sc_if->msk_rdata.msk_tx_ring[prod]; in msk_encap()2785 tx_le->msk_addr = htole32(tso_mtu); in msk_encap()2787 tx_le->msk_control = htole32(OP_MSS | HW_OWNER); in msk_encap()2789 tx_le->msk_control = in msk_encap()2799 if (tx_le == NULL) { in msk_encap()2800 tx_le = &sc_if->msk_rdata.msk_tx_ring[prod]; in msk_encap()2801 tx_le->msk_addr = htole32(0); in msk_encap()[all …]
2364 struct msk_tx_desc *tx_le; member