Home
last modified time | relevance | path

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

/freebsd/sys/dev/apple_bce/
H A Dapple_bce_vhci.h221 uint32_t ctrl_actual; /* Actual bytes transferred */ member
H A Dapple_bce_vhci.c1677 tq->ctrl_actual = alen; in bce_vhci_tq_completion()
1934 tq->ctrl_actual = 0; in bce_vhci_endpoint_create()
2754 tq->ctrl_actual = len; in bce_vhci_handle_transfer_request()
2940 if (tq->ctrl_dir == UE_DIR_IN && tq->ctrl_actual > 0) { in bce_vhci_complete_ctrl_locked()
2945 tq->dma_buf, tq->ctrl_actual); in bce_vhci_complete_ctrl_locked()
2946 xfer->frlengths[1] = tq->ctrl_actual; in bce_vhci_complete_ctrl_locked()
4554 tq->ctrl_actual = 0; in bce_vhci_pipe_start()