Searched refs:uath_chunk (Results 1 – 2 of 2) sorted by relevance
145 struct uath_chunk { struct487 (sizeof (struct uath_chunk) + sizeof (struct uath_tx_desc) + \494 #define UATH_MIN_RXBUFSZ (sizeof (struct uath_chunk))
1560 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 …]