Home
last modified time | relevance | path

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

/titanic_41/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; in uath_data_rxeof()
1597 chunk = (struct uath_chunk *)rxbuf; in uath_data_rxeof()
1639 sizeof (struct uath_chunk) + BE_16(chunk->length) - in uath_data_rxeof()
1668 bcopy((rxbuf + sizeof (struct uath_chunk)), m->b_rptr, pktlen); in uath_data_rxeof()
1989 struct uath_chunk *chunk; in uath_send()
2029 m->b_rptr += sizeof (struct uath_chunk) + sizeof (struct uath_tx_desc); in uath_send()
2030 m->b_wptr += sizeof (struct uath_chunk) + sizeof (struct uath_tx_desc); in uath_send()
2068 m->b_rptr -= sizeof (struct uath_chunk) + sizeof (struct uath_tx_desc); in uath_send()
2070 chunk = (struct uath_chunk *)m->b_rptr; in uath_send()
2324 struct uath_chunk *chunk; in uath_dataflush()
[all …]