Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/net/
Dif_axge.c579 uint32_t txhdr; in axge_bulk_write_callback() local
606 txhdr = htole32(txlen); in axge_bulk_write_callback()
607 usbd_copy_in(pc, 0, &txhdr, sizeof(txhdr)); in axge_bulk_write_callback()
608 txhdr = 0; in axge_bulk_write_callback()
609 txhdr = htole32(txhdr); in axge_bulk_write_callback()
610 usbd_copy_in(pc, 4, &txhdr, sizeof(txhdr)); in axge_bulk_write_callback()
615 txhdr |= 0x80008000; in axge_bulk_write_callback()