Home | History | Annotate | Download | only in eth

Lines Matching defs:actual_len

1226 	int actual_len;
1242 &actual_len, USB_BULK_SEND_TIMEOUT);
1244 length + sizeof(struct tx_desc), actual_len, err);
1272 int actual_len;
1284 &actual_len,
1287 actual_len, err);
1292 if (actual_len > RTL8152_AGG_BUF_SZ) {
1293 debug("Rx: received too many bytes %d\n", actual_len);
1297 while (bytes_process < actual_len) {