Searched refs:uath_chunk (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/uath/
H A Duath_reg.h145 struct uath_chunk { struct
487 (sizeof (struct uath_chunk) + sizeof (struct uath_tx_desc) + \
494 #define UATH_MIN_RXBUFSZ (sizeof (struct uath_chunk))
H A Duath.c1560 struct uath_chunk *chunk;
1597 chunk = (struct uath_chunk *)rxbuf;
1639 sizeof (struct uath_chunk) + BE_16(chunk->length) -
1668 bcopy((rxbuf + sizeof (struct uath_chunk)), m->b_rptr, pktlen);
1989 struct uath_chunk *chunk;
2029 m->b_rptr += sizeof (struct uath_chunk) + sizeof (struct uath_tx_desc);
2030 m->b_wptr += sizeof (struct uath_chunk) + sizeof (struct uath_tx_desc);
2068 m->b_rptr -= sizeof (struct uath_chunk) + sizeof (struct uath_tx_desc);
2070 chunk = (struct uath_chunk *)m->b_rptr;
2324 struct uath_chunk *chun
[all...]

Completed in 54 milliseconds