<dec f='src/src/sys/dev/ic/dp8390var.h' l='168' type='struct mbuf * dp8390_get(struct dp8390_softc * , int , u_short )'/>
<use f='src/src/sys/dev/ic/dp8390.c' l='936' u='c' c='dp8390_read'/>
<def f='src/src/sys/dev/ic/dp8390.c' l='1025' ll='1077' type='struct mbuf * dp8390_get(struct dp8390_softc * sc, int src, u_short total_len)'/>
<doc f='src/src/sys/dev/ic/dp8390.c' l='1018'>/*
 * Copy data from receive buffer to a new mbuf chain allocating mbufs
 * as needed.  Return pointer to first mbuf in chain.
 * sc = dp8390 info (softc)
 * src = pointer in dp8390 ring buffer
 * total_len = amount of data to copy
 */</doc>
