Searched refs:gotlen (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/eth/ |
| H A D | mcs7830.c | 514 int gotlen; in mcs7830_send_common() local 521 &buf[0], length, &gotlen, in mcs7830_send_common() 524 __func__, length, gotlen, rc); in mcs7830_send_common() 530 int rc, wantlen, gotlen; in mcs7830_recv_common() local 539 &buf[0], wantlen, &gotlen, in mcs7830_recv_common() 542 __func__, wantlen, gotlen, rc); in mcs7830_recv_common() 547 if (gotlen > wantlen) { in mcs7830_recv_common() 548 pr_err("RX: got too many bytes (%d)\n", gotlen); in mcs7830_recv_common() 556 if (gotlen < sizeof(sts)) in mcs7830_recv_common() 558 gotlen -= sizeof(sts); in mcs7830_recv_common() [all …]
|