Searched refs:uath_chunk (Results 1 – 2 of 2) sorted by relevance
127 struct uath_chunk { struct593 (sizeof(struct uath_chunk) + sizeof(struct uath_tx_desc) + \600 #define UATH_MIN_RXBUFSZ (sizeof(struct uath_chunk))
1331 struct uath_chunk *chunk; in uath_dataflush()1339 data->buflen = sizeof(struct uath_chunk) + sizeof(struct uath_tx_desc); in uath_dataflush()1342 chunk = (struct uath_chunk *)data->buf; in uath_dataflush()1528 struct uath_chunk *chunk; in uath_tx_start()1538 chunk = (struct uath_chunk *)data->buf; in uath_tx_start()1566 data->buflen = msglen + sizeof (struct uath_chunk); in uath_tx_start()2481 CTASSERT(UATH_MIN_RXBUFSZ >= sizeof(struct uath_chunk));2489 struct uath_chunk *chunk; in uath_data_rxeof()2504 chunk = (struct uath_chunk *)data->buf; in uath_data_rxeof()2569 m->m_data += sizeof(struct uath_chunk); in uath_data_rxeof()[all …]