Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/igb/
H A Dif_igb.c195 static int igb_encap(struct igb_tx_ring *, struct mbuf **, int *, int *);
3532 igb_encap(struct igb_tx_ring *txr, struct mbuf **m_headp, in igb_encap() function
3705 if (igb_encap(txr, &m_head, &nsegs, &idx)) { in igb_start()