uath_tx_desc 1311 dev/usb/if_uath.c struct uath_tx_desc *desc; uath_tx_desc 1317 dev/usb/if_uath.c *(uint32_t *)data->buf = UATH_MAKECTL(1, sizeof (struct uath_tx_desc)); uath_tx_desc 1318 dev/usb/if_uath.c desc = (struct uath_tx_desc *)(data->buf + sizeof (uint32_t)); uath_tx_desc 1320 dev/usb/if_uath.c bzero(desc, sizeof (struct uath_tx_desc)); uath_tx_desc 1321 dev/usb/if_uath.c desc->len = htobe32(sizeof (struct uath_tx_desc)); uath_tx_desc 1325 dev/usb/if_uath.c sizeof (uint32_t) + sizeof (struct uath_tx_desc), USBD_NO_COPY | uath_tx_desc 1379 dev/usb/if_uath.c struct uath_tx_desc *desc; uath_tx_desc 1384 dev/usb/if_uath.c desc = (struct uath_tx_desc *)(data->buf + sizeof (uint32_t)); uath_tx_desc 1408 dev/usb/if_uath.c xferlen = sizeof (uint32_t) + sizeof (struct uath_tx_desc) + paylen; uath_tx_desc 91 dev/usb/if_uathreg.h struct uath_tx_desc { uath_tx_desc 245 dev/usb/if_uathreg.h (sizeof (uint32_t) + sizeof (struct uath_tx_desc) + IEEE80211_MAX_LEN)