opnsense-src/sys/dev/sge
Pyun YongHyeon 862e7d9d59 MFC r207628,207635:
r207628:
  Enable multi-descriptor transmisstion for fragmented mbufs. There
  is no more need to defragment mbufs. After transmitting the
  multi-fragmented frame, the controller updates only the first
  descriptor of multi-descriptor transmission so it's driver's
  responsibility to clear OWN bits of remaining descriptor of
  multi-descriptor transmission. It seems the controller behaves much
  like jme(4) controllers in descriptor handling.

r207635:
  Free entire mbuf chain instead of the first mbuf.
2010-05-10 19:47:37 +00:00
..
if_sge.c MFC r207628,207635: 2010-05-10 19:47:37 +00:00
if_sgereg.h MFC r207628,207635: 2010-05-10 19:47:37 +00:00