uath_chunk
struct uath_chunk *chunk;
data->buflen = sizeof(struct uath_chunk) + sizeof(struct uath_tx_desc);
chunk = (struct uath_chunk *)data->buf;
struct uath_chunk *chunk;
chunk = (struct uath_chunk *)data->buf;
data->buflen = msglen + sizeof (struct uath_chunk);
CTASSERT(UATH_MIN_RXBUFSZ >= sizeof(struct uath_chunk));
struct uath_chunk *chunk;
chunk = (struct uath_chunk *)data->buf;
m->m_data += sizeof(struct uath_chunk);
sizeof(struct uath_chunk) + be16toh(chunk->length) -
if (framelen > actlen - sizeof(struct uath_chunk) ||
m->m_data += sizeof(struct uath_chunk);
(sizeof(struct uath_chunk) + sizeof(struct uath_tx_desc) + \
#define UATH_MIN_RXBUFSZ (sizeof(struct uath_chunk))