Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/uath/
H A Duath_reg.h190 struct uath_tx_desc { struct
487 (sizeof (struct uath_chunk) + sizeof (struct uath_tx_desc) + \
H A Duath.c1995 struct uath_tx_desc *desc; in uath_send()
2034 m->b_rptr += sizeof (struct uath_chunk) + sizeof (struct uath_tx_desc); in uath_send()
2035 m->b_wptr += sizeof (struct uath_chunk) + sizeof (struct uath_tx_desc); in uath_send()
2071 msglen = framelen + sizeof (struct uath_tx_desc); in uath_send()
2073 m->b_rptr -= sizeof (struct uath_chunk) + sizeof (struct uath_tx_desc); in uath_send()
2076 desc = (struct uath_tx_desc *)(chunk + 1); in uath_send()
2330 struct uath_tx_desc *desc; in uath_dataflush()
2342 desc = (struct uath_tx_desc *)(chunk + 1); in uath_dataflush()
2347 chunk->length = BE_16(sizeof (struct uath_tx_desc)); in uath_dataflush()
2349 bzero(desc, sizeof (struct uath_tx_desc)); in uath_dataflush()
[all …]