Home
last modified time | relevance | path

Searched refs:txd_last (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/nge/
H A Dif_nge.c1869 struct nge_txdesc *txd, *txd_last; in nge_encap() local
1881 txd_last = txd; in nge_encap()
1956 map = txd_last->tx_dmamap; in nge_encap()
1957 txd_last->tx_dmamap = txd->tx_dmamap; in nge_encap()
/freebsd/sys/dev/re/
H A Dif_re.c2729 struct rl_txdesc *txd, *txd_last; in re_encap() local
2909 txd_last = &sc->rl_ldata.rl_tx_desc[ei]; in re_encap()
2911 txd->tx_dmamap = txd_last->tx_dmamap; in re_encap()
2912 txd_last->tx_dmamap = map; in re_encap()
2913 txd_last->tx_m = *m_head; in re_encap()
/freebsd/sys/dev/ale/
H A Dif_ale.c1579 struct ale_txdesc *txd, *txd_last; in ale_encap() local
1709 txd_last = txd; in ale_encap()
1838 map = txd_last->tx_dmamap; in ale_encap()
1839 txd_last->tx_dmamap = txd->tx_dmamap; in ale_encap()
/freebsd/sys/dev/age/
H A Dif_age.c1469 struct age_txdesc *txd, *txd_last; in age_encap() local
1574 txd_last = txd; in age_encap()
1688 map = txd_last->tx_dmamap; in age_encap()
1689 txd_last->tx_dmamap = txd->tx_dmamap; in age_encap()
/freebsd/sys/dev/alc/
H A Dif_alc.c2707 struct alc_txdesc *txd, *txd_last; in alc_encap() local
2810 txd_last = txd; in alc_encap()
2928 map = txd_last->tx_dmamap; in alc_encap()
2929 txd_last->tx_dmamap = txd->tx_dmamap; in alc_encap()
/freebsd/sys/dev/msk/
H A Dif_msk.c2592 struct msk_txdesc *txd, *txd_last; in msk_encap() local
2698 txd_last = txd; in msk_encap()
2854 map = txd_last->tx_dmamap; in msk_encap()
2855 txd_last->tx_dmamap = txd->tx_dmamap; in msk_encap()