Searched refs:xfer_result (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/wusbcore/
H A Dwa-hc.c24 wa->xfer_result = kmalloc(wa->xfer_result_size, GFP_KERNEL);
25 if (wa->xfer_result == NULL)
36 kfree(wa->xfer_result);
53 kfree(wa->xfer_result);
H A Dwa-xfer.c1149 struct wa_xfer_result *xfer_result = wa->xfer_result; local
1155 seg_idx = xfer_result->bTransferSegment & 0x7f;
1160 usb_status = xfer_result->bTransferStatus;
1199 le32_to_cpu(xfer_result->dwTransferLength);
1207 seg->result = le32_to_cpu(xfer_result->dwTransferLength);
1338 * The xfer_result DTI URB state machine
1342 * We start in OFF mode, the first xfer_result notification [through
1346 * We receive a buffer -- if it is not a xfer_result, we complain and
1347 * repost the DTI-URB. If it is a xfer_result the
1361 struct wa_xfer_result *xfer_result; local
[all...]
H A Dwa-hc.h152 struct wa_xfer_result *xfer_result; /* real size = dti_ep maxpktsize */ member in struct:wahc

Completed in 47 milliseconds