Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/wlan/
H A Dif_uathreg.h127 struct uath_chunk { struct
593 (sizeof(struct uath_chunk) + sizeof(struct uath_tx_desc) + \
600 #define UATH_MIN_RXBUFSZ (sizeof(struct uath_chunk))
H A Dif_uath.c1333 struct uath_chunk *chunk; in uath_dataflush()
1341 data->buflen = sizeof(struct uath_chunk) + sizeof(struct uath_tx_desc); in uath_dataflush()
1344 chunk = (struct uath_chunk *)data->buf; in uath_dataflush()
1530 struct uath_chunk *chunk; in uath_tx_start()
1540 chunk = (struct uath_chunk *)data->buf; in uath_tx_start()
1570 data->buflen = msglen + sizeof (struct uath_chunk); in uath_tx_start()
2485 CTASSERT(UATH_MIN_RXBUFSZ >= sizeof(struct uath_chunk));
2493 struct uath_chunk *chunk; in uath_data_rxeof()
2508 chunk = (struct uath_chunk *)data->buf; in uath_data_rxeof()
2573 m->m_data += sizeof(struct uath_chunk); in uath_data_rxeof()
[all …]