if_ray.c | 1056 bus_size_t bufp, ebufp; local in function:ray_intr_start 1206 ebufp = bufp + len; 1207 if (ebufp <= RAY_TX_END) 1212 tmplen = ebufp - bufp; 1282 bus_size_t bufp, ebufp, tmp; local in function:ray_recv 1388 ebufp = bufp + len; 1389 if (ebufp <= RAY_RX_END) 1395 ebufp - RAY_RX_END);
|