Searched refs:uath_tx_desc (Results 1 – 2 of 2) sorted by relevance
190 struct uath_tx_desc { struct487 (sizeof (struct uath_chunk) + sizeof (struct uath_tx_desc) + \
1990 struct uath_tx_desc *desc; 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()2066 msglen = framelen + sizeof (struct uath_tx_desc); in uath_send()2068 m->b_rptr -= sizeof (struct uath_chunk) + sizeof (struct uath_tx_desc); in uath_send()2071 desc = (struct uath_tx_desc *)(chunk + 1); in uath_send()2325 struct uath_tx_desc *desc; in uath_dataflush()2337 desc = (struct uath_tx_desc *)(chunk + 1); in uath_dataflush()2342 chunk->length = BE_16(sizeof (struct uath_tx_desc)); in uath_dataflush()2344 bzero(desc, sizeof (struct uath_tx_desc)); in uath_dataflush()[all …]