Home
last modified time | relevance | path

Searched refs:m_headp (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/netif/em/
HDif_em.c1802 em_encap(struct adapter *adapter, struct mbuf **m_headp, in em_encap() argument
1809 struct mbuf *m_head = *m_headp; in em_encap()
1814 error = em_tso_pullup(adapter, m_headp); in em_encap()
1817 m_head = *m_headp; in em_encap()
1843 error = bus_dmamap_load_mbuf_defrag(adapter->txtag, map, m_headp, in em_encap()
1851 m_freem(*m_headp); in em_encap()
1852 *m_headp = NULL; in em_encap()
1857 m_head = *m_headp; in em_encap()
/dragonfly/sys/dev/netif/emx/
HDif_emx.c1691 emx_encap(struct emx_txdata *tdata, struct mbuf **m_headp, in emx_encap() argument
1698 struct mbuf *m_head = *m_headp; in emx_encap()
1703 error = emx_tso_pullup(tdata, m_headp); in emx_encap()
1706 m_head = *m_headp; in emx_encap()
1726 error = bus_dmamap_load_mbuf_defrag(tdata->txtag, map, m_headp, in emx_encap()
1729 m_freem(*m_headp); in emx_encap()
1730 *m_headp = NULL; in emx_encap()
1735 m_head = *m_headp; in emx_encap()
/dragonfly/sys/dev/netif/igb/
HDif_igb.c3532 igb_encap(struct igb_tx_ring *txr, struct mbuf **m_headp, in igb_encap() argument
3539 struct mbuf *m_head = *m_headp; in igb_encap()
3545 error = igb_tso_pullup(txr, m_headp); in igb_encap()
3548 m_head = *m_headp; in igb_encap()
3568 error = bus_dmamap_load_mbuf_defrag(txr->tx_tag, map, m_headp, in igb_encap()
3576 m_freem(*m_headp); in igb_encap()
3577 *m_headp = NULL; in igb_encap()
3582 m_head = *m_headp; in igb_encap()
/dragonfly/sys/dev/netif/ix/
HDif_ix.c1465 ix_encap(struct ix_tx_ring *txr, struct mbuf **m_headp, in ix_encap() argument
1470 struct mbuf *m_head = *m_headp; in ix_encap()
1477 error = ix_tso_pullup(m_headp); in ix_encap()
1480 m_head = *m_headp; in ix_encap()
1506 error = bus_dmamap_load_mbuf_defrag(txr->tx_tag, map, m_headp, in ix_encap()
1509 m_freem(*m_headp); in ix_encap()
1510 *m_headp = NULL; in ix_encap()
1515 m_head = *m_headp; in ix_encap()