Home
last modified time | relevance | path

Searched refs:tx_bufmap (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/dev/tsec/
H A Dif_tsec.c210 &sc->tx_bufmap[i].map); in tsec_attach()
216 sc->tx_bufmap[i].map_initialized = 1; in tsec_attach()
799 struct tsec_bufmap *tx_bufmap; in tsec_encap() local
806 tx_bufmap = &sc->tx_bufmap[tx_idx]; in tsec_encap()
831 tx_bufmap->mbuf = m0; in tsec_encap()
1183 sc->tx_bufmap[i].map); in tsec_free_dma()
1458 struct tsec_bufmap *tx_bufmap; in tsec_transmit_intr_locked() local
1465 tx_bufmap = &sc->tx_bufmap[tx_idx]; in tsec_transmit_intr_locked()
1467 if (tx_bufmap->mbuf == NULL) in tsec_transmit_intr_locked()
1476 m_freem(tx_bufmap->mbuf); in tsec_transmit_intr_locked()
[all …]
H A Dif_tsec.h75 struct tsec_bufmap tx_bufmap[TSEC_TX_NUM_DESC]; member