HomeSort by relevance Sort by last modified time
    Searched refs:RTL8152_AGG_BUF_SZ (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/usb/eth/
r8152.c 473 u32 ocp_data = (RTL8152_AGG_BUF_SZ - RTL8153_RMS) / 4;
1269 ALLOC_CACHE_ALIGN_BUFFER(uint8_t, recv_buf, RTL8152_AGG_BUF_SZ);
1283 RTL8152_AGG_BUF_SZ,
1286 debug("Rx: len = %u, actual = %u, err = %d\n", RTL8152_AGG_BUF_SZ,
1292 if (actual_len > RTL8152_AGG_BUF_SZ) {
    [all...]
r8152.h 457 #define RTL8152_AGG_BUF_SZ 2048

Completed in 2195 milliseconds