Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/sk/
H A Dif_skvar.h110 struct mbuf *sk_tx_mbuf[SK_TX_RING_CNT]; member
H A Dif_sk.c1656 cd->sk_tx_mbuf[cur] = *m_head0; in sk_encap()
1700 while (sc_if->sk_cdata.sk_tx_mbuf[idx] == NULL) { in sk_start()
2012 if (cd->sk_tx_mbuf[idx] != NULL) { in sk_txeof()
2014 m_freem(cd->sk_tx_mbuf[idx]); in sk_txeof()
2015 cd->sk_tx_mbuf[idx] = NULL; in sk_txeof()
2871 if (cd->sk_tx_mbuf[i] != NULL) { in sk_stop()
2873 m_freem(cd->sk_tx_mbuf[i]); in sk_stop()
2874 cd->sk_tx_mbuf[i] = NULL; in sk_stop()
3180 KASSERT(cd->sk_tx_mbuf[i] == NULL, in sk_dma_free()